summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-01-16platform: don't negate lefthand argument in set comparisonLubomir Rintel1-10/+8
2023-01-11ovs: add support for "other_config" settingsThomas Haller24-98/+871
2023-01-11ovs: extend "external-ids" handle for supporting "other_config"Thomas Haller1-58/+126
2023-01-11ovs: rename internal code to make independent of "external-ids"Thomas Haller3-120/+119
2023-01-11ovs: ensure existing "external-ids" get updated during reapplyThomas Haller1-13/+14
2023-01-11ovs: don't replace all "other_config" in _set_bridge_mac()Thomas Haller1-15/+24
2023-01-11ovs: fix _external_ids_to_string() to print strdict in loggingThomas Haller1-2/+2
2023-01-11libnm: move verify() for OVS connection type to separate functionThomas Haller2-37/+56
2023-01-11libnm: fix message in GError in NMSettingOvsExternalIDs.verify() and document...Thomas Haller1-2/+2
2023-01-11libnm: make NMSettingOvsExternalIDs.verify() deterministicThomas Haller1-5/+9
2023-01-11glib-aux,libnm: add nm_ascii_is_regular_char() to validate keys for "ovs-exte...Thomas Haller2-10/+27
2023-01-11dhcp: fix test for out-of-tree buildBeniamino Galvani1-1/+1
2023-01-09all: add new "ipv[46].auto-route-ext-gw" settingFrederic Martinsons18-666/+1062
2023-01-05dhcp: make _emit_notify() a macro to more conveniently construct notify dataThomas Haller1-65/+42
2023-01-05device: preserve the DHCP lease during reapplyWen Liang3-43/+89
2023-01-05device: merge arg for '_cleanup_ip_pre()'Wen Liang1-18/+19
2023-01-05ndisc/tests: fix reference counting in nm_fake_ndisc_new()Thomas Haller2-2/+1
2023-01-05core: fix crash in nm_netns_ip_route_ecmp_commit()Thomas Haller1-14/+11
2022-12-23nm-netns: fix crash due to use of EcmpTrackObj after freeing itFernando Fernandez Mancera1-4/+9
2022-12-23test-ndisc-fake: free l3cfg after creating fake-ndiscFernando Fernandez Mancera1-0/+1
2022-12-23nm-netns: mark the ECMP route as needs_update when registeringFernando Fernandez Mancera1-3/+8
2022-12-23nm-netns: add onlink routes for ECMP routesFernando Fernandez Mancera1-0/+31
2022-12-23nm-netns: track ECMP routesThomas Haller4-2/+503
2022-12-23route: introduce weight property for ipv4 routesFernando Fernandez Mancera10-4/+40
2022-12-23l3cfg: closer integrate NML3Cfg and NMNetnsThomas Haller3-51/+54
2022-12-23nm-netns: skip nodev routes in platform signal callbackFernando Fernandez Mancera1-0/+5
2022-12-23device: fix condition for scheduling stage3 after carrier changeBeniamino Galvani1-1/+2
2022-12-23libnm/client: fix assertions during device-removed eventbg/libnmBeniamino Galvani1-8/+0
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-21devices: support VTI6 tunnelsBeniamino Galvani1-7/+70
2022-12-21devices: support VTI tunnelsBeniamino Galvani2-11/+106
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-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/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