summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-17all: add support for ovs-dpdk n-rxq-desc and n-txq-descbg/ovs-dpdk-n-queue-descBeniamino Galvani8-7/+164
2023-01-16nmcli: avoid message about guessed wep-key-type when setting WEP passwordThomas Haller1-10/+13
2023-01-16firewall: merge branch 'th/iptables-wait'Thomas Haller1-20/+12
2023-01-16firewall: pass "--wait 2" to iptables to wait for concurrent invocationsThomas Haller1-1/+1
2023-01-16firewall: automatically add iptables path to _share_iptables_call() callThomas Haller1-20/+12
2023-01-11release: bump version to 1.41.8 (development)1.41.8-devBeniamino Galvani2-2/+2
2023-01-11ovs: merge branch 'th/ovs-other-config'Thomas Haller31-345/+1287
2023-01-11ovs: add support for "other_config" settingsThomas Haller29-153/+978
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-05device: merge branch 'wl/improve_reapply'Wen Liang3-109/+133
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
2023-01-05contrib: add "reexec" step to "nm-in-container.sh"Thomas Haller1-4/+9
2023-01-05contrib: default to run same fedora version in nm-in-container.sh as hostThomas Haller1-1/+8
2023-01-04contrib: install more package in "nm-in-container.sh"Thomas Haller1-1/+61
2023-01-02po: fix verb consistency in zh_TWyan121251-1/+1
2023-01-02po: update Ukrainian (uk) translationYuri Chornoivan1-1278/+1435
2023-01-02Correct meson command examplesFrederic Martinsons1-2/+2
2022-12-23merge: branch 'ff/ipv4_ecmp'Fernando Fernandez Mancera15-55/+642
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-23merge: branch 'bg/coverity'Beniamino Galvani4-7/+5
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