summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* devices: support VTI6 tunnelsbg/vtiBeniamino Galvani2022-12-211-7/+70
* devices: support VTI tunnelsBeniamino Galvani2022-12-213-11/+114
* libnm: support VTI properties in the ip-tunnel settingBeniamino Galvani2022-12-217-2/+72
* platform: support VTI6 tunnelsBeniamino Galvani2022-12-2111-3/+269
* platform: support VTI tunnelsBeniamino Galvani2022-12-2111-0/+262
* ip-tunnel: simplify handling of {input,output} keyBeniamino Galvani2022-12-211-60/+22
* Revert "policy: track the autoconnect retries in devices for multi-connect"Thomas Haller2022-12-203-157/+10
* contrib/scripts: update "nm-copr-build.sh" script to use new nm-git-bundleThomas Haller2022-12-201-1/+1
* libnm: merge branch 'th/libnm-atomic-ref'Thomas Haller2022-12-207-31/+48
|\
| * libnm: make NMRange ref/unref thread-safeThomas Haller2022-12-201-6/+6
| * libnm: make ref counting of immutable types thread safeThomas Haller2022-12-205-20/+32
| * libnm: document nm_team_link_watcher_{ref,unref}() as thread-safeThomas Haller2022-12-201-0/+4
| * libnm: use struct initialization in nm_bridge_vlan_new()Thomas Haller2022-12-201-5/+6
|/
* dhcp: fix unused variable in nm_dhcp_client_start()Thomas Haller2022-12-191-2/+1
* dhcp: merge branch 'th/dhcp-client-id-in-lease'Thomas Haller2022-12-1912-224/+398
|\
| * dhcp/dhclient: fix honoring "ipv6.dhcp-duid" when explicitly setThomas Haller2022-12-194-7/+40
| * dhcp/dhclient: better handle "\r\n" line breaks in dhclient lease fileThomas Haller2022-12-192-16/+22
| * dhcp/dhclient: avoid rewriting unchanged file in nm_dhcp_dhclient_save_duid()Thomas Haller2022-12-191-5/+9
| * dhcp/tests: add more tests for nm_dhcp_dhclient_save_duid()Thomas Haller2022-12-191-0/+96
| * dhcp/tests: refactor tests for nm_dhcp_dhclient_save_duid()Thomas Haller2022-12-191-100/+52
| * glib-aux: add "with_leading_zero" to nm_utils_bin2hexstr_full()Thomas Haller2022-12-192-23/+45
| * dhcp/trivial: rename DUID_PREFIX define to DEFAULT_DUID_PREFIXThomas Haller2022-12-191-5/+5
| * dhcp: don't destroy old value before setting new in nm_dhcp_client_set_effect...Thomas Haller2022-12-191-3/+4
| * dhcp: set the "dhcp_client_identifier"/"dhcp6_client_id" lease optionsThomas Haller2022-12-192-11/+58
| * dhcp: add and use nm_dhcp_client_create_options_dict()Thomas Haller2022-12-194-3/+15
| * dhcp: use nm_dhcp_option_create_options_dict() in nm_dhcp_client_handle_event()Thomas Haller2022-12-191-1/+1
| * dhcp: add static-keys argument to nm_dhcp_option_create_options_dict()Thomas Haller2022-12-194-6/+7
| * dhcp: set effective-client-id for all DHCP pluginsThomas Haller2022-12-194-10/+19
| * dhcp: fix "ipv6.dhcp-duid=lease" for dhclient DHCPv6 clientThomas Haller2022-12-192-8/+23
| * dhcp: drop NMDhcpClientClass.get_duid() hookThomas Haller2022-12-193-26/+2
| * dhcp: don't use nm_dhcp_client_get_effective_client_id() from systemd DHCPv6 ...Thomas Haller2022-12-191-1/+1
| * dhcp/trivial: fix naming for internal NM_DHCP_OPTION_DHCP6_{CLIENT,SERVER}_ID...Thomas Haller2022-12-192-4/+4
| * core/trivial: fix indentationThomas Haller2022-12-191-8/+8
|/
* merge: branch 'bg/veth-detect-existing'Beniamino Galvani2022-12-191-11/+21
|\
| * veth: fix detection of existing interfaces in create_and_realize()Beniamino Galvani2022-12-191-10/+17
| * veth: improve comment about skipping creation of interfacesBeniamino Galvani2022-12-191-1/+4
|/
* libnm" fix type description for LTE,5GNR modemsThomas Haller2022-12-191-4/+6
* c-stdaux: re-import git-subtree for 'src/c-stdaux'Thomas Haller2022-12-167-31/+133
|\
| * Squashed 'src/c-stdaux/' changes from c37722ff2f55..eceefe959250Thomas Haller2022-12-167-30/+132
* | all: merge branch 'th/wcast-align-fixes'Thomas Haller2022-12-16206-223/+298
|\ \
| * | platform: fix "-Wcast-align" warning for NMPlatformQdisc castThomas Haller2022-12-162-3/+9
| * | all: use _NM_G_TYPE_CHECK_INSTANCE_CAST() for internal usesThomas Haller2022-12-16203-213/+252
| * | glib-aux: add _NM_G_TYPE_CHECK_INSTANCE_CAST() as replacement for G_TYPE_CHEC...Thomas Haller2022-12-161-0/+18
| * | std-aux: add _NM_PTR_IS_ALIGNED() helper macroThomas Haller2022-12-161-7/+19
|/ /
* | release: bump version to 1.41.7 (development)1.41.7-devLubomir Rintel2022-12-152-2/+2
* | macsec: fix tracking of parent ifindexBeniamino Galvani2022-12-153-5/+1
* | merge: branch 'pr/1482'Beniamino Galvani2022-12-151-1/+1
|\ \
| * | Use NM_MANAGER_ERROR_MISSING_PLUGIN when plugin not foundGris Ge2022-12-151-1/+1
|/ /
* | cloud-setup,core: merge branch 'th/cloud-setup-preserve-external-ip'Thomas Haller2022-12-1418-72/+525
|\ \
| * | nm-cloud-setup: simplify clearing variables in retry loopThomas Haller2022-12-141-2/+2