summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* initrd: set required-timeout for default IPv4 configurationbg/required-timeout-1-32Beniamino Galvani2021-07-053-14/+63
* device: use the 'required-timeout' property from IP settingBeniamino Galvani2021-07-052-0/+123
* all: add a new ipv{4,6}.required-timeout propertyBeniamino Galvani2021-07-0513-665/+1061
* initrd: rename NMI_WAIT_DEVICE_TIMEOUT_MS to _MSECBeniamino Galvani2021-07-053-7/+7
* libnm: add NM_VERSION_1_32_4Beniamino Galvani2021-07-052-0/+7
* glib-aux: merge branch 'th/thread-local-storage-destroy'Thomas Haller2021-07-0515-27/+198
|\
| * glib-aux: avoid accessing thread-local variable in a loopThomas Haller2021-07-051-2/+5
| * glib-aux: put more effort into seeding GRand fallback for nm_utils_random_byt...Thomas Haller2021-07-051-1/+93
| * glib-aux: fix releasing thead-local GRand instance from nm_utils_random_bytes()Thomas Haller2021-07-051-1/+3
| * platform: fix releasing thead-local stack of NMPNetns instancesThomas Haller2021-07-051-9/+1
| * glib-aux: fix releasing thread-local storage from nm_strerror_native()Thomas Haller2021-07-051-13/+1
| * glib-aux: add nm_utils_thread_local_register_destroy() helperThomas Haller2021-07-052-0/+83
| * build: fix linking libnm-log-null into different test programsThomas Haller2021-07-0510-2/+13
|/
* bond: support the peer_notif_delay bond optionacabral2021-07-024-2/+41
* libnm: fix memleak setting "ipv[46].dhcp-iaid" propertyThomas Haller2021-07-011-0/+1
* NEWS: updateThomas Haller2021-07-011-0/+8
* core: merge branch 'th/keyfile-db-stale-entries'Thomas Haller2021-07-0112-114/+449
|\
| * settings: cleanup left over temporary files for timestamps/seen-bssidsThomas Haller2021-07-011-0/+4
| * glib-aux: add nm_key_file_db_prune_tmp_files() helperThomas Haller2021-07-012-0/+42
| * glib-aux: add nm_utils_find_mkstemp_files()Thomas Haller2021-07-012-0/+66
| * settings: prune old entries from keyfile databasesThomas Haller2021-07-011-10/+39
| * keyfile-aux: add nm_key_file_db_prune() helperThomas Haller2021-07-012-2/+80
| * settings: limit number of seen-bssids and preserve orderThomas Haller2021-07-012-56/+155
| * settings: don't populate seen-bssids list from connection profileThomas Haller2021-07-011-24/+0
| * libnm: special handle serialization to D-Bus for "wifi.seen-bssid"Thomas Haller2021-07-011-9/+51
| * libnm/keyfile: ignore [wifi].seen-bssids for keyfileThomas Haller2021-07-011-0/+3
| * core: set _nm_utils_is_manager_process as first thing in daemonThomas Haller2021-07-011-2/+2
| * glib-aux: use NM_AUTO_PROTECT_ERRNO() in nm_auto_close and nm_auto_fcloseThomas Haller2021-07-011-6/+2
| * std-aux/glib-aux: move NM_AUTO_PROTECT_ERRNO() to libnm-std-auxThomas Haller2021-07-012-8/+8
|/
* release: bump version to 1.32.3 (development)1.32.3-devThomas Haller2021-06-302-2/+2
* release: bump version to 1.32.21.32.2Thomas Haller2021-06-302-2/+2
* NEWS: updateThomas Haller2021-06-301-0/+14
* libnm: document nm_ip_routing_rule_[gs]et_uid_range() as unusableThomas Haller2021-06-301-2/+6
* libnm: fix crash in nm_ip_routing_rule_from_string()Thomas Haller2021-06-302-4/+19
* n-dhcp4: avoid maybe-uninitialized warning in n_dhcp4_c_connection_dispatch_io()Thomas Haller2021-06-301-1/+1
* cloud-setup: preserve IPv4 addresses/routes/rules from profileThomas Haller2021-06-301-9/+40
* nm-initrd-generator: document support for rd.znet optionJulian Wiedmann2021-06-281-0/+1
* ifcfg-rh: merge branch 'th/ifcfg-fix-empty-ethtool'Thomas Haller2021-06-288-13/+186
|\
| * ifcfg-rh: fix persisting all-default NMSettingEthtool settingsThomas Haller2021-06-283-1/+10
| * ifcfg-rh/tests: add unit test for persisting NMSettingEthtoolThomas Haller2021-06-287-1/+150
| * ifcfg-rh/tests: unlink test file in _writer_new_connection_reread() if not re...Thomas Haller2021-06-281-1/+3
| * ifcfg-rh/tests: evalute environment for $NMTST_IFCFG_RH_UPDATE_EXPECTED only ...Thomas Haller2021-06-281-11/+24
|/
* ifcfg: always write ethernet.s390-options even without subchannelsThomas Haller2021-06-251-1/+1
* supplicant: suppress warning log for P2PDevice.Cancel()Thomas Haller2021-06-241-29/+67
* gitlab-ci: bump tag for cached container imagesThomas Haller2021-06-232-6/+6
* trivial: fix code formattingThomas Haller2021-06-231-2/+2
* libnm: merge branch 'th/setting-to-dbus-fcn'Thomas Haller2021-06-2336-802/+1260
|\
| * libnm: use _nm_setting_property_define_string() for string NMSetting propertiesThomas Haller2021-06-238-178/+214
| * libnm: use _nm_setting_property_define_boolean() for boolean NMSetting proper...Thomas Haller2021-06-2317-293/+410
| * libnm: use new including_default flag and boolean getter for "ethernet.auto-n...Thomas Haller2021-06-231-22/+8