summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-10-20libnm,core: allow VXLAN connections without an explicit remote VTEPbarinet1-3/+5
2020-10-19libnm/bond: remove validation from nm_setting_bond_add_option() and explicitl...Thomas Haller3-10/+32
2020-10-19initrd: generate infiniband connectionsBeniamino Galvani2-6/+78
2020-10-19iwd: Avoid ConnectHiddenNetwork() if network is visibleAndrew Zaborowski1-10/+9
2020-10-19iwd: Track InterfacesAdded/Removed signals for NetworksAndrew Zaborowski3-77/+185
2020-10-19iwd: Don't start new secret request if we sent one alreadyAndrew Zaborowski1-6/+8
2020-10-19iwd: Don't auto-scan while waiting for secretsAndrew Zaborowski1-9/+2
2020-10-19iwd: Hidden networks cleanupAndrew Zaborowski1-7/+24
2020-10-19iwd: Don't use nm_utils_error_set_literal with a non-literalAndrew Zaborowski1-3/+4
2020-10-19iwd: Better checks before setting NO_SECRETS reasonAndrew Zaborowski1-2/+10
2020-10-19iwd: Drop IWD pre-1.0 and pre-0.8 compatiblity bitsAndrew Zaborowski2-53/+16
2020-10-19iwd: Use the INCOMPATIBLE reason code for connection unavailableAndrew Zaborowski1-10/+10
2020-10-13l3cfg/tests: add unit tests for NML3CfgThomas Haller1-18/+89
2020-10-13l3cfg: rework ACD handling in NML3Cfg to support handling conflictsThomas Haller3-940/+1369
2020-10-13l3cfg: handle flag "ip4acd_not_ready" for IPv4 addressesThomas Haller3-23/+56
2020-10-13platform: add NMPlatformIP4Address.ip4acd_not_ready flagThomas Haller2-15/+25
2020-10-13platform: fix handlng of NMPlatformIP4Address.use_ip4_broadcast_address to be...Thomas Haller1-16/+22
2020-10-13shared,platform: take pointer to NMEtherAddr in NM_ETHER_ADDR_FORMAT_VAL() macroThomas Haller2-2/+2
2020-10-13clang-format: mark "nm_platform_iter_obj_for_each()"/"nm_l3_config_data_iter_...Thomas Haller3-44/+39
2020-10-13wifi: set the BridgeIfname supplicant property when neededBeniamino Galvani3-0/+62
2020-10-12all: remove unneessary cases from nm_utils_strv_equal()/nm_utils_strv_cmp_n()Thomas Haller2-2/+2
2020-10-12all/trivial: rename _nm_utils_strv_equal()/_nm_utils_strv_cmp_n() to have no ...Thomas Haller3-6/+6
2020-10-12wifi: re-add code for tracking a peers groupsBenjamin Berg3-3/+23
2020-10-12device/wifi: fix leak of NMSupplicantPeerInfo.peer_path in NMSupplicantInterfaceThomas Haller1-0/+2
2020-10-09dns: add edns0 and trust-ad options when using local resolverBeniamino Galvani1-0/+16
2020-10-09initrd: disable ipv6 when 'off|none' is set in the 'ip' optionAntonio Cardace2-3/+54
2020-10-09device: in NMDeviceVxlan let address_matches ensure the unused address is NULLThomas Haller1-1/+4
2020-10-09device: cleanup NMDeviceVxlan to use our NMIPAddr helpersThomas Haller1-21/+18
2020-10-09device: ensure unique counter for udi placeholder variableThomas Haller1-2/+8
2020-10-09dns: change default DNS priority of VPNs to -50Beniamino Galvani1-1/+1
2020-10-09dns: add wildcard domain to VPNs with never-default=no and no domainsBeniamino Galvani1-2/+19
2020-10-09core: add never-default field to NMIP{4,6}ConfigBeniamino Galvani4-0/+74
2020-10-09dns: slightly refactor rebuild_domain_lists()Beniamino Galvani1-6/+7
2020-10-08all: use _NM_DUMMY_STRUCT_FOR_TRAILING_SEMICOLON define for trailing semicolonThomas Haller1-4/+4
2020-10-08systemd: merge branch systemd into masterThomas Haller3-14/+88
2020-10-08systemd: update code from upstream (2020-10-08)Thomas Haller3-14/+88
2020-10-07platform/tests: skip test_platform_ip_address_pretty_sort_cmp() on non-amd64 ...Thomas Haller1-0/+14
2020-10-07platform/tests: print details about test failure for test_platform_ip_address...Thomas Haller1-0/+13
2020-10-07platform/tests: adjust regeneration of test code for test_platform_ip_address...Thomas Haller1-4/+6
2020-10-06platform: use also statvfs() to check for udevdAlfonso Sánchez-Beato1-1/+24
2020-10-06tests: adjust timeouts for test nm_utils_kill_child()Thomas Haller1-1/+1
2020-10-06iwd: Subscribe to object-added/removed ObjectManager signalsAndrew Zaborowski1-17/+35
2020-10-06iwd: Disable periodic scanning when connectedAndrew Zaborowski1-15/+17
2020-10-06iwd: Disconnect signals in NMDeviceIwd's disposeAndrew Zaborowski1-11/+1
2020-10-05systemd: merge branch systemd into masterBeniamino Galvani2-4/+4
2020-10-05systemd: update code from upstream (2020-10-05)Beniamino Galvani2-4/+4
2020-10-05platform: reorder fields in NMPClass structThomas Haller1-4/+3
2020-10-05test/trivial: rename ASSERT_nmp_cache_is_consistent() function to nmtst_asser...Thomas Haller3-12/+12
2020-10-05platform: add typedefs for casting functions pointers to improve formattingThomas Haller1-214/+115
2020-10-05platform: fix formatting for _vt_cmd_plobj_id_cmp()/_vt_cmd_plobj_id_hash_upd...Thomas Haller1-71/+88