summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-26fix: dont return NM_DEVICE_CAP_IS_SOFTWARE for loopbackth/pr/1287Thomas Haller1-1/+1
2022-07-26fix: choose very low route metric for loopback devicesThomas Haller1-2/+4
2022-07-26fix: don't add loopback addr during _l3_commit_one()Thomas Haller1-24/+2
2022-07-26fix: set a_no_auto_noprefixroute for loopback addrThomas Haller1-2/+2
2022-07-26style: leave blank line after variable declarationsThomas Haller1-0/+2
2022-07-26fix: version macros/commentThomas Haller2-3/+5
2022-07-26fix: usage of klass->allow_autoconnect_on_external is not rightThomas Haller1-3/+0
2022-07-26fix: drop unused @NM_UNMANAGED_BY_TYPEThomas Haller2-12/+9
2022-07-26fix: is_loopback() needs adjustmentThomas Haller1-7/+2
2022-07-26loopback: preserve the IP addresses when deactivatingWen Liang1-0/+20
2022-07-25allow autoconnect on externalWen Liang3-0/+6
2022-07-25Preserve addressesWen Liang2-0/+25
2022-07-25Support loopback interfaceWen Liang39-3/+594
2022-07-25Allow managing the loopback deviceWen Liang1-8/+3
2022-07-25build/meson: fix autodetecting ifcfg_rh/ifupdown pluginsThomas Haller2-16/+13
2022-07-25c-stdaux: re-import git-subtree for 'src/c-stdaux'Thomas Haller2-1/+19
2022-07-25Squashed 'src/c-stdaux/' changes from ddd666b76654..4e78ffaea49dThomas Haller2-1/+19
2022-07-25c-util,nettools: merge branch 'th/gitlab-ci-subtrees'Thomas Haller16-13/+72
2022-07-25gitlab-ci: print git-status during do_clean() in "run-test.sh"Thomas Haller1-0/+3
2022-07-25gitlab-ci: run unit tests for git subtree subprojectsThomas Haller1-0/+33
2022-07-25modules: patch meson subprojects to use local dependenciesThomas Haller14-8/+10
2022-07-25contrib: show diff of git subtrees in "git-subtree-reimport.sh" scriptThomas Haller1-5/+26
2022-07-22libnm: fix adding new file "nm-conn-utils.c" to translationThomas Haller1-0/+1
2022-07-22dhcp: fix EXTENDED DHCP event to accept lease for dhclient pluginThomas Haller2-10/+14
2022-07-22build/meson: cross compile fix distroAdrian Freihofer1-1/+3
2022-07-22c-stdaux: re-import git-subtree for 'src/c-stdaux'Thomas Haller1-3/+0
2022-07-22Squashed 'src/c-stdaux/' changes from da7209900ef0..ddd666b76654Thomas Haller1-1/+0
2022-07-22man: fix letter case of values for CONNECTIVITY_STATE in NetworkManager-dispa...Thomas Haller1-2/+3
2022-07-22libnm: update HTTP reference to documentation in code commentThomas Haller1-1/+1
2022-07-21libnmc/trivial: rename _device_state_to_string() functionThomas Haller1-2/+2
2022-07-21libnm: fix annotations for nm_conn_wireguard_import()Thomas Haller1-2/+2
2022-07-21platform: add the `a_no_auto_noprefixroute` flagWen Liang2-23/+39
2022-07-21libnm-client: Add public nm_conn_wireguard_import() funcChristian Glombek11-575/+627
2022-07-20platform: fix compile error in event_seq_check()Thomas Haller1-0/+2
2022-07-20platform: print genl family ID in hex formatThomas Haller1-2/+2
2022-07-20platform: try harder to get the genl family ID by getting it synchronouslyThomas Haller1-15/+41
2022-07-20platform: merge branch 'th/platform-genl-4'Thomas Haller12-66/+490
2022-07-20platform: add NMPlatformMptcpAddr objectThomas Haller6-4/+195
2022-07-20platform: avoid logging plain pointer values in "nmp-object.c"Thomas Haller1-31/+33
2022-07-20platform: drop unnecessary cmd_plobj_id_copy implementationsThomas Haller1-18/+0
2022-07-20platform: improve nmp_object_stackinit_id() for types that don't implement cm...Thomas Haller1-0/+11
2022-07-20platform: drop detecting address scope in _nl_msg_new_address()Thomas Haller1-10/+2
2022-07-20platform/netlink: add NLA_S32 enum value for attribute typeThomas Haller2-0/+2
2022-07-20linux-headers: include "mptcp.h" kernel headerThomas Haller2-1/+234
2022-07-20glib-aux: use max_align_t in NM_HASH_COMBINE_VALS() macroThomas Haller1-1/+1
2022-07-20std-aux: use nm_memcmp() in NM_CMP_DIRECT_MEMCMP()Thomas Haller1-1/+1
2022-07-20std-aux: add nm_memcmp() helperThomas Haller1-0/+11
2022-07-19ovs: fail device only when it's activatingBeniamino Galvani1-1/+5
2022-07-19platform: merge branch 'th/platform-genl-3'Thomas Haller14-617/+1108
2022-07-19platform/netlink: adjust integer types in netlink APIThomas Haller5-57/+76