summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* l3cfg: implement IPv4 DAD/ACD (address collision detection) in NML3Cfgth/l3cfg-6-acdThomas Haller2020-09-033-108/+1884
* platform: add nm_platform_ip4_address_addr_to_hash() helperThomas Haller2020-09-032-0/+39
* initrd/tests: fix memleak in test_dhcp_vendor_class_id()Thomas Haller2020-09-031-1/+3
* all: replace cleanup macro "gs_free_slist" by "nm_auto_free_slist"Thomas Haller2020-09-022-6/+6
* all: replace cleanup macro "gs_unref_keyfile" by "nm_auto_unref_keyfile"Thomas Haller2020-09-027-19/+19
* core: log message about secret-key version and filenameThomas Haller2020-09-021-5/+14
* shared: rename "gs_local_option_context" to "nm_auto_free_option_context"Thomas Haller2020-09-021-1/+1
* initrd: fix memory leakAntonio Cardace2020-09-011-1/+1
* initrd: parse 'rd.net.dhcp.vendor-class' kernel cmdline argac/dhcpclass-initrdAntonio Cardace2020-09-012-0/+53
* core: add 'dhcp-vendor-class-identifier' validation functionAntonio Cardace2020-09-011-7/+4
* device: fix autoactivating virtual devices after a failureBeniamino Galvani2020-08-311-0/+5
* dhcp: workaround "maybe-uninitialized" in dhcp_event_cb()Thomas Haller2020-08-281-1/+1
* device: fix casting pointer to enum for sriov_reset_on_deactivate_cb()Thomas Haller2020-08-281-2/+2
* core/trivial: replace "XXX" markers with "TODO"Thomas Haller2020-08-274-7/+7
* dhcp: nettools: change event handler signatureBeniamino Galvani2020-08-261-6/+4
* core: honor the ipv4.dhcp-reject-servers propertyBeniamino Galvani2020-08-2612-2/+122
* all: add ipv4.dhcp-reject-servers propertyBeniamino Galvani2020-08-264-8/+30
* dhcp: implement dhcp-vendor-class-identifier option for systemd's DHCPAntonio Cardace2020-08-261-0/+19
* dhcp: implement dhcp-vendor-class-identifier option for internal DHCP clientAntonio Cardace2020-08-261-0/+20
* core: add support for dhcpv4 vendor class identifier optionAntonio Cardace2020-08-267-16/+96
* ifcfg-rh: add support for the DHCP_VENDOR_CLASS_IDENTIFIER optionAntonio Cardace2020-08-264-1/+12
* dns: add new "rc-manager=auto" modeThomas Haller2020-08-242-7/+53
* dns: add fixme comment to not block while writing to resolvconf/netconfigThomas Haller2020-08-241-0/+4
* dhcp: nettools: parse some missing optionbg/nettools-optionsBeniamino Galvani2020-08-241-0/+38
* dhcp: nettools: use generic function to parse address listsBeniamino Galvani2020-08-241-12/+19
* platform: workaround for old kernels that don't support IFLA_BR_VLAN_STATS_EN...Thomas Haller2020-08-215-5/+29
* platform/tests: add nmtstp_kernel_support_get()Thomas Haller2020-08-212-0/+19
* platform: extend nm_platform_kernel_support_get() and use atomic operations t...Thomas Haller2020-08-211-6/+16
* platform/tests: remove unused argument "out_not_supported" from nmtstp_link_b...Thomas Haller2020-08-213-14/+5
* platform: use defines from libnm-core for setting defaults values for nm_plat...Thomas Haller2020-08-211-3/+3
* platform: fix default for bridge setting "mcast_snooping"Thomas Haller2020-08-211-1/+1
* core: use defines for sysfs values of bridge attributes (group-address and vl...Thomas Haller2020-08-211-3/+3
* platform: use netlink for configuring bridge settingsSayed Shah2020-08-206-53/+180
* build: fix generating "NetworkManager.ver" with LTOThomas Haller2020-08-171-3/+3
* core: avoid deprecated matchfilecon SELinux API instead of selabelThomas Haller2020-08-171-15/+32
* all: avoid wrong compiler warning about uninitalized variables with LTOThomas Haller2020-08-174-5/+8
* platform: set default values for NMPlatformLnkBridge if unspecified on netlinkThomas Haller2020-08-171-0/+18
* platform/tests: ignore failure for adding bridge with iproute2Thomas Haller2020-08-171-12/+77
* platform: add NMP_OBJECT_CAST_LNK_BRIDGE() helper macroThomas Haller2020-08-171-0/+1
* platform: add support for configuring bridge settings via netlink (2)Sayed Shah2020-08-146-25/+190
* settings: suppress wrong warning about wait-device-timeout for devices that a...Thomas Haller2020-08-131-4/+6
* systemd: merge branch systemd into masterThomas Haller2020-08-131-1/+1
|\
| * systemd: update code from upstream (2020-08-11)Thomas Haller2020-08-131-1/+1
* | initrd: always set "connection.wait-device-timeout" even if profile has no in...Thomas Haller2020-08-121-4/+1
* | settings: rework wait-device-timeout handling and consider device compatibilityThomas Haller2020-08-123-167/+204
* | settings: let NMSettings reference NMManagerThomas Haller2020-08-123-4/+45
* | platform: add support for configuring bridge settings via netlinkSayed Shah2020-08-0711-4/+252
* | nmp-object: add space before parenthesesSayed Shah2020-08-071-25/+24
* | l3cfg: change l3cd for-each macros to take pointers instead of variable namesThomas Haller2020-08-063-19/+19
* | shared: change NM_SWAP() macro to take pointer argumentsThomas Haller2020-08-064-5/+5