summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* platform: avoid compiler warning in _NMP_OBJECT_TYPE_IS_OBJ_WITH_IFINDEX()Thomas Haller2020-02-221-2/+8
* platform: belatedly add NMP_OBJECT_TYPE_LNK_VRF to _NMP_OBJECT_TYPE_IS_OBJ_WI...Thomas Haller2020-02-221-0/+1
* all: unify spelling of "fall-through" comment for switch statementsThomas Haller2020-02-218-18/+18
* device: merge nm_device_get_dhcp[46]_config() to nm_device_get_dhcp_config()Thomas Haller2020-02-215-17/+12
* core: add common base class NMDhcpConfig for NMDhcp[46]Config and merge themThomas Haller2020-02-2111-312/+209
* core: rename "nm-dhcp4-config.[ch]" to "nm-dhcp-config.[hc]" before mergeThomas Haller2020-02-217-6/+6
* core: avoid duplicate lookup in nm_utils_strdict_to_variant()Thomas Haller2020-02-211-6/+6
* platform: use nm_streq() instead of strcmp()Thomas Haller2020-02-211-4/+5
* platform: use binary search to lookup NMLinkType for devtypeThomas Haller2020-02-211-8/+70
* platform: use binary search to lookup NMLinkType for rtnl_typeThomas Haller2020-02-211-5/+77
* platform: index LinkDesc array by NMLinkTypeThomas Haller2020-02-211-63/+62
* platform: don't assign meaning to NMLinkType numeric valuesThomas Haller2020-02-212-12/+34
* libnm: sort "mode" in nm_setting_bond_get_option() firstThomas Haller2020-02-191-1/+1
* device: allow setting "arp_validate" with supported bond modesThomas Haller2020-02-191-9/+2
* Revert "core: create virtual device on settings changes in idle handler"Beniamino Galvani2020-02-191-49/+2
* device: fix handling of DHCP grace periodBeniamino Galvani2020-02-181-0/+2
* ovs: discard link updates when deactivatingBeniamino Galvani2020-02-173-0/+25
* ovs: rework asynchronous deactivation of ovs interfacesBeniamino Galvani2020-02-171-27/+59
* all: use nm_utils_ifname_valid_kernel() instead of nm_utils_is_valid_iface_na...Antonio Cardace2020-02-176-21/+21
* nm-device-factory: remove ifname check as it prevents activating OVS connectionsAntonio Cardace2020-02-171-8/+0
* nm-dhcp-client: use nm_assert() to check ifnameAntonio Cardace2020-02-171-2/+2
* device: more unify handling of DHCP data for IPv4/IPv6 (client, config, state...Thomas 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
* ndisc: implement "ipv6.ra-timeout" propertyThomas Haller2020-02-177-9/+65
* 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-174-1/+9
* ifcfg-rh: belatedly add support for "ipv6.dhcp-timeout" settingThomas Haller2020-02-174-4/+13
* 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-174-8/+8
* Revert "manager: drop devices_inited field in NManagerPrivate for devices_ini...Beniamino Galvani2020-02-171-3/+5
* 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-1442-96/+96
* device/trivial: add FIXME comment about simplifying deactivate_async()Thomas Haller2020-02-141-0/+25
* 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: drop _STATIC variant of macros that define functionsThomas Haller2020-02-1320-35/+70
* shared: add entry_cmd argument to NM_UTILS_STRING_TABLE_LOOKUP_DEFINE*() macroThomas Haller2020-02-131-0/+1
* 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-122-2/+10
* device: add nm_device_is_vpn() functionThomas Haller2020-02-122-0/+18
* all: use g_ascii_strcasecmp() instead of the locale dependent strcasecmp()Thomas Haller2020-02-114-19/+19
* dhcp: nettools: move to failed state if event dispatch failsBeniamino Galvani2020-02-111-2/+12
* team: ignore bus name appearance when killing teamdBeniamino Galvani2020-02-111-0/+6
* team: ignore bus name appearance if we can't determine process idBeniamino Galvani2020-02-111-5/+8