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