summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: more unify handling of DHCP data for IPv4/IPv6 (client, config, state...th/ra-timeoutThomas Haller2020-02-171-132/+132
* device: unify handling of grace-period for DHCPv4 and DHCPv6 (2)Thomas Haller2020-02-171-71/+63
* device: unify handling of grace-period for DHCPv4 and DHCPv6 (1)Thomas Haller2020-02-171-28/+37
* shared: add LOGD_DHCP_from_addr_family() helperThomas Haller2020-02-171-0/+8
* ndisc: implement "ipv6.ra-timeout" propertyThomas Haller2020-02-178-9/+69
* ndisc: rename NM_NDISC_RA_TIMEOUT signal to NM_NDISC_RA_TIMEOUT_SIGNALThomas Haller2020-02-174-8/+8
* ndisc: improve logging message with nm_ndisc_start() and minor cleanupThomas Haller2020-02-171-14/+20
* libnm,cli,ifcfg-rh: add ipv6.ra-timeout configuration optionThomas Haller2020-02-1711-513/+718
* cli: add support for "ipv6.dhcp-timeout" propertyThomas Haller2020-02-173-524/+669
* ifcfg-rh: belatedly add support for "ipv6.dhcp-timeout" settingThomas Haller2020-02-175-4/+21
* ifcfg-rh: fix potential crash with variadic argument make_ip6_setting()Thomas Haller2020-02-171-1/+1
* ifcfg-rh: inline unnecessary function write_ip6_setting_dhcp_hostname()Thomas Haller2020-02-171-23/+16
* device: don't schedule grace timeout if dhcp-timeout is infinityThomas Haller2020-02-173-33/+67
* device/trivial: rename get_dhcp_timeout() virtual function to have a unique nameThomas Haller2020-02-164-8/+8
* libnm/doc: explain values for dhcp-timeout settingThomas Haller2020-02-162-3/+7
* license: merge branch 'th/fix-lgpl-license-violations' (part 1)Thomas Haller2020-02-167-7/+7
|\
| * license: relicense "libnm-core/nm-errors.h" under LGPL-2.1+Thomas Haller2020-02-161-1/+1
| * license: relicense "shared/systemd/sd-adapt-shared/nm-sd-adapt-shared.h" unde...Thomas Haller2020-02-161-1/+1
| * license: relicense "shared/nm-utils/nm-vpn-editor-plugin-call.h" under LGPL-2.1+Thomas Haller2020-02-161-1/+1
| * license: relicense "shared/nm-libnm-core-intern-aux/nm-auth-subject.[hc]" und...Thomas Haller2020-02-162-2/+2
| * license: relicense "shared/nm-glib-aux/nm-jansson.h" under LGPL-2.1+Thomas Haller2020-02-161-1/+1
| * license: relicense "shared/nm-glib-aux/nm-glib.h" under LGPL-2.1+Thomas Haller2020-02-161-1/+1
|/
* license: "Red Hat, Inc." agreement in RELICENSE.mdThomas Haller2020-02-161-1/+1
* libnm/doc: fix example for MULTI_CONNECT ifcfg-rh settingThomas Haller2020-02-141-1/+1
* manager: drop devices_inited field in NManagerPrivate for devices_inited_idThomas Haller2020-02-141-5/+3
* all: drop explicit casts from _GET_PRIVATE() macro callsThomas Haller2020-02-1443-98/+98
* device/trivial: add FIXME comment about simplifying deactivate_async()Thomas Haller2020-02-141-0/+25
* supplicant: merge branch 'th/supplicant-cleanup-2'Thomas Haller2020-02-146-50/+50
|\
| * device: move supplicant_timeout_id into supplicant struct in NMDeviceEthernet...Thomas Haller2020-02-141-7/+7
| * device: reorder fields in NMDeviceEthernetPrivate structThomas Haller2020-02-141-9/+9
| * device: inline "struct Supplicant" to where it is usedThomas Haller2020-02-142-25/+24
| * supplicant: expose nm_supplicant_driver_to_string() helper functionThomas Haller2020-02-143-13/+16
| * shared: don't require callback argument to nm_dbus_connection_call_set()Thomas Haller2020-02-141-2/+0
|/
* all: merge branch 'th/define-fcn-macros-cleanup'Thomas Haller2020-02-1428-88/+100
|\
| * shared: drop compat implementation for G_DEFINE_QUARK()th/define-fcn-macros-cleanupThomas Haller2020-02-131-16/+0
| * shared: drop _STATIC variant of macros that define functionsThomas Haller2020-02-1327-72/+100
|/
* shared: explicitly implement binary search in NM_UTILS_STRING_TABLE_LOOKUP_DE...Thomas Haller2020-02-131-11/+22
* shared/tests: add test for NM_UTILS_STRING_TABLE_LOOKUP_DEFINE*()Thomas Haller2020-02-131-0/+30
* libnm: use NM_UTILS_STRING_TABLE_LOOKUP_DEFINE() to implement _nm_setting_bon...Thomas Haller2020-02-131-22/+13
* shared: add entry_cmd argument to NM_UTILS_STRING_TABLE_LOOKUP_DEFINE*() macroThomas Haller2020-02-132-16/+25
* nm-logging: fix stack-use-after-scope error detected by asanAntonio Cardace2020-02-121-18/+21
* core: for WireGuard devices use a default dns-priority of 50 (like for VPNs)Thomas Haller2020-02-124-5/+13
* device: add nm_device_is_vpn() functionThomas Haller2020-02-122-0/+18
* libnm-core: fix documentation of dns-priority propertyBeniamino Galvani2020-02-122-5/+6
* all: use g_ascii_strcasecmp() instead of the locale dependent strcasecmp()Thomas Haller2020-02-118-66/+66
* dhcp: merge branch 'bg/nettools-request-free'Beniamino Galvani2020-02-112-4/+15
|\
| * dhcp: nettools: move to failed state if event dispatch failsBeniamino Galvani2020-02-111-2/+12
| * n-dhcp4: avoid double free of NDhcp4OutgoingBeniamino Galvani2020-02-111-2/+3
|/
* team: merge branch 'bg/team-race-rh1798947'Beniamino Galvani2020-02-111-5/+14
|\
| * team: ignore bus name appearance when killing teamdBeniamino Galvani2020-02-111-0/+6