summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* initrd: set required-timeout for default IPv4 configurationbg/required-timeout-1-30Beniamino Galvani2021-09-063-14/+63
* device: use the 'required-timeout' property from IP settingBeniamino Galvani2021-09-062-0/+122
* all: add a new ipv{4,6}.required-timeout propertyBeniamino Galvani2021-09-0613-633/+1022
* initrd: rename NMI_WAIT_DEVICE_TIMEOUT_MS to _MSECBeniamino Galvani2021-08-203-7/+7
* glib-aux: fix thread-safe initialization in _nm_g_source_sentinel_get_init()Thomas Haller2021-08-201-2/+2
* glib-aux/tests: avoid coverity warning in test_nm_g_source_sentinel()Thomas Haller2021-08-201-1/+1
* glib-aux: add nm_g_source_sentinel_get() utilThomas Haller2021-08-203-0/+105
* initrd: cleanup parsing DNS in reader_parse_ip()Thomas Haller2021-08-201-22/+15
* libnm: add NM_VERSION_1_30_8Beniamino Galvani2021-08-202-0/+7
* device: store the original MTU before force-setting itBeniamino Galvani2021-08-061-15/+21
* release: bump version to 1.30.7 (development)1.30.7-devBeniamino Galvani2021-07-162-2/+2
* release: bump version to 1.30.61.30.6Beniamino Galvani2021-07-162-2/+2
* NEWS: updateBeniamino Galvani2021-07-161-0/+24
* libnm: fix memleak setting "ipv[46].dhcp-iaid" propertyThomas Haller2021-07-161-0/+1
* glib-aux: fix releasing thead-local GRand instance from nm_utils_random_bytes()Thomas Haller2021-07-161-1/+3
* platform: fix releasing thead-local stack of NMPNetns instancesThomas Haller2021-07-161-9/+1
* glib-aux: fix releasing thread-local storage from nm_strerror_native()Thomas Haller2021-07-161-13/+1
* ifcfg: always write ethernet.s390-options even without subchannelsThomas Haller2021-07-161-1/+1
* libnm: Don't crash if service tells us a new key management modeSimon McVittie2021-07-161-2/+3
* libnm: fix NM_SETTING_IP_CONFIG_CLASS() macroThomas Haller2021-07-161-1/+1
* glib-aux: add nm_utils_thread_local_register_destroy() helperThomas Haller2021-07-162-0/+83
* std-aux/glib-aux: move NM_AUTO_PROTECT_ERRNO() to libnm-std-auxThomas Haller2021-07-162-8/+8
* glib-aux: fix NM_AUTO_PROTECT_ERRNO() macroThomas Haller2021-07-161-1/+1
* bond: support the peer_notif_delay bond optionacabral2021-07-164-2/+41
* core: merge branch 'bg/ipv6-pd'Beniamino Galvani2021-07-132-1/+154
|\
| * device: start DHCPv6 when a prefix delegation is neededBeniamino Galvani2021-07-131-1/+3
| * contrib: add script to test IPv6 prefix delegationBeniamino Galvani2021-07-131-0/+151
|/
* core: merge branch 'bg/rh1956793'Beniamino Galvani2021-07-132-33/+19
|\
| * device: send ARP announcements when there is carrierBeniamino Galvani2021-07-131-30/+11
| * acd: log the MAC when announcing an IPBeniamino Galvani2021-07-131-3/+8
|/
* policy: prefer IPv4 to determine the hostnameBeniamino Galvani2021-06-211-0/+1
* merge: branch 'bg/tc-ignore'Beniamino Galvani2021-06-1711-43/+161
|\
| * ifcfg-rh: preserve an empty tc configurationBeniamino Galvani2021-06-178-26/+128
| * core,libnm: don't touch device TC configuration by defaultBeniamino Galvani2021-06-174-17/+33
|/
* merge: branch 'bg/dns-update-on-sigusr1'Beniamino Galvani2021-06-107-45/+274
|\
| * nmcli: invoke ReloadConnections() D-Bus method asynchronouslyBeniamino Galvani2021-06-101-14/+29
| * nmcli: invoke Reload() D-Bus method asynchronouslyBeniamino Galvani2021-06-101-20/+35
| * libnm-glib-aux: add nm_dbus_call()Beniamino Galvani2021-06-102-0/+129
| * man: document the 'nmcli general reload' commandBeniamino Galvani2021-06-102-1/+63
| * core: force emission of DNS_CONFIG_CHANGED signal on SIGUSR1Beniamino Galvani2021-06-102-10/+18
|/
* contrib/scripts: use "main" branch name in "checkpatch-feature-branch.sh"Thomas Haller2021-06-101-4/+4
* bluez: fix leak of private data "conn_data_elems" in NMBluezManagerThomas Haller2021-06-101-0/+2
* supplicant: fix leaking handle in nm_supplicant_manager_create_interface()Thomas Haller2021-06-101-1/+1
* wifi: fix WPS PBC string typoWade Berrier2021-06-041-1/+1
* libnm: fix logic and double free in nm_vpn_service_plugin_read_vpn_details()Thomas Haller2021-06-041-12/+3
* libnm: fix leak in nm_vpn_service_plugin_read_vpn_details()Thomas Haller2021-06-041-2/+3
* glib-aux: add nm_clear_g_string() helperThomas Haller2021-06-041-0/+12
* cli: fix leak in print_wifi_connection()Thomas Haller2021-06-041-1/+1
* libnm: fix leak in nm_utils_tc_tfilter_from_str()Thomas Haller2021-06-041-11/+9
* libnm: add nm_auto_unref_tc_action cleanup macro for NMTCActionThomas Haller2021-06-041-0/+3