summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-22nmtui: fix memory leakbg/coverityBeniamino Galvani1-0/+2
2022-12-22devices: remove unneeded pointer checkBeniamino Galvani1-2/+1
2022-12-22platform: fix NULL pointer dereferenceBeniamino Galvani1-1/+1
2022-12-22nmcli: fix double freeBeniamino Galvani1-4/+1
2022-12-22platform: remove fwmark from vti/vti6 testsBeniamino Galvani2-20/+18
2022-12-22platform: fix build failures due to missing VTI definitionsBeniamino Galvani1-0/+10
2022-12-21ip-tunnel: merge branch 'bg/vti'Beniamino Galvani21-75/+801
2022-12-21devices: support VTI6 tunnelsBeniamino Galvani1-7/+70
2022-12-21devices: support VTI tunnelsBeniamino Galvani3-11/+114
2022-12-21libnm: support VTI properties in the ip-tunnel settingBeniamino Galvani7-2/+72
2022-12-21platform: support VTI6 tunnelsBeniamino Galvani11-3/+269
2022-12-21platform: support VTI tunnelsBeniamino Galvani11-0/+262
2022-12-21ip-tunnel: simplify handling of {input,output} keyBeniamino Galvani1-60/+22
2022-12-20Revert "policy: track the autoconnect retries in devices for multi-connect"Thomas Haller3-157/+10
2022-12-20contrib/scripts: update "nm-copr-build.sh" script to use new nm-git-bundleThomas Haller1-1/+1
2022-12-20libnm: merge branch 'th/libnm-atomic-ref'Thomas Haller7-31/+48
2022-12-20libnm: make NMRange ref/unref thread-safeThomas Haller1-6/+6
2022-12-20libnm: make ref counting of immutable types thread safeThomas Haller5-20/+32
2022-12-20libnm: document nm_team_link_watcher_{ref,unref}() as thread-safeThomas Haller1-0/+4
2022-12-20libnm: use struct initialization in nm_bridge_vlan_new()Thomas Haller1-5/+6
2022-12-19dhcp: fix unused variable in nm_dhcp_client_start()Thomas Haller1-2/+1
2022-12-19dhcp: merge branch 'th/dhcp-client-id-in-lease'Thomas Haller12-224/+398
2022-12-19dhcp/dhclient: fix honoring "ipv6.dhcp-duid" when explicitly setThomas Haller4-7/+40
2022-12-19dhcp/dhclient: better handle "\r\n" line breaks in dhclient lease fileThomas Haller2-16/+22
2022-12-19dhcp/dhclient: avoid rewriting unchanged file in nm_dhcp_dhclient_save_duid()Thomas Haller1-5/+9
2022-12-19dhcp/tests: add more tests for nm_dhcp_dhclient_save_duid()Thomas Haller1-0/+96
2022-12-19dhcp/tests: refactor tests for nm_dhcp_dhclient_save_duid()Thomas Haller1-100/+52
2022-12-19glib-aux: add "with_leading_zero" to nm_utils_bin2hexstr_full()Thomas Haller2-23/+45
2022-12-19dhcp/trivial: rename DUID_PREFIX define to DEFAULT_DUID_PREFIXThomas Haller1-5/+5
2022-12-19dhcp: don't destroy old value before setting new in nm_dhcp_client_set_effect...Thomas Haller1-3/+4
2022-12-19dhcp: set the "dhcp_client_identifier"/"dhcp6_client_id" lease optionsThomas Haller2-11/+58
2022-12-19dhcp: add and use nm_dhcp_client_create_options_dict()Thomas Haller4-3/+15
2022-12-19dhcp: use nm_dhcp_option_create_options_dict() in nm_dhcp_client_handle_event()Thomas Haller1-1/+1
2022-12-19dhcp: add static-keys argument to nm_dhcp_option_create_options_dict()Thomas Haller4-6/+7
2022-12-19dhcp: set effective-client-id for all DHCP pluginsThomas Haller4-10/+19
2022-12-19dhcp: fix "ipv6.dhcp-duid=lease" for dhclient DHCPv6 clientThomas Haller2-8/+23
2022-12-19dhcp: drop NMDhcpClientClass.get_duid() hookThomas Haller3-26/+2
2022-12-19dhcp: don't use nm_dhcp_client_get_effective_client_id() from systemd DHCPv6 ...Thomas Haller1-1/+1
2022-12-19dhcp/trivial: fix naming for internal NM_DHCP_OPTION_DHCP6_{CLIENT,SERVER}_ID...Thomas Haller2-4/+4
2022-12-19core/trivial: fix indentationThomas Haller1-8/+8
2022-12-19merge: branch 'bg/veth-detect-existing'Beniamino Galvani1-11/+21
2022-12-19veth: fix detection of existing interfaces in create_and_realize()Beniamino Galvani1-10/+17
2022-12-19veth: improve comment about skipping creation of interfacesBeniamino Galvani1-1/+4
2022-12-19libnm" fix type description for LTE,5GNR modemsThomas Haller1-4/+6
2022-12-16c-stdaux: re-import git-subtree for 'src/c-stdaux'Thomas Haller7-31/+133
2022-12-16Squashed 'src/c-stdaux/' changes from c37722ff2f55..eceefe959250Thomas Haller7-30/+132
2022-12-16all: merge branch 'th/wcast-align-fixes'Thomas Haller206-223/+298
2022-12-16platform: fix "-Wcast-align" warning for NMPlatformQdisc castThomas Haller2-3/+9
2022-12-16all: use _NM_G_TYPE_CHECK_INSTANCE_CAST() for internal usesThomas Haller203-213/+252
2022-12-16glib-aux: add _NM_G_TYPE_CHECK_INSTANCE_CAST() as replacement for G_TYPE_CHEC...Thomas Haller1-0/+18