summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rpm: don't BR dhcp-clientlr/dhclient-brLubomir Rintel2023-01-161-6/+6
* nmcli: avoid message about guessed wep-key-type when setting WEP passwordThomas Haller2023-01-161-10/+13
* firewall: merge branch 'th/iptables-wait'Thomas Haller2023-01-161-20/+12
|\
| * firewall: pass "--wait 2" to iptables to wait for concurrent invocationsThomas Haller2023-01-161-1/+1
| * firewall: automatically add iptables path to _share_iptables_call() callThomas Haller2023-01-161-20/+12
|/
* release: bump version to 1.41.8 (development)1.41.8-devBeniamino Galvani2023-01-112-2/+2
* ovs: merge branch 'th/ovs-other-config'Thomas Haller2023-01-1131-345/+1287
|\
| * ovs: add support for "other_config" settingsThomas Haller2023-01-1129-153/+978
| * ovs: extend "external-ids" handle for supporting "other_config"Thomas Haller2023-01-111-58/+126
| * ovs: rename internal code to make independent of "external-ids"Thomas Haller2023-01-113-120/+119
| * ovs: ensure existing "external-ids" get updated during reapplyThomas Haller2023-01-111-13/+14
| * ovs: don't replace all "other_config" in _set_bridge_mac()Thomas Haller2023-01-111-15/+24
| * ovs: fix _external_ids_to_string() to print strdict in loggingThomas Haller2023-01-111-2/+2
| * libnm: move verify() for OVS connection type to separate functionThomas Haller2023-01-112-37/+56
| * libnm: fix message in GError in NMSettingOvsExternalIDs.verify() and document...Thomas Haller2023-01-111-2/+2
| * libnm: make NMSettingOvsExternalIDs.verify() deterministicThomas Haller2023-01-111-5/+9
| * glib-aux,libnm: add nm_ascii_is_regular_char() to validate keys for "ovs-exte...Thomas Haller2023-01-112-10/+27
|/
* dhcp: fix test for out-of-tree buildBeniamino Galvani2023-01-111-1/+1
* all: add new "ipv[46].auto-route-ext-gw" settingFrederic Martinsons2023-01-0918-666/+1062
* device: merge branch 'wl/improve_reapply'Wen Liang2023-01-053-109/+133
|\
| * dhcp: make _emit_notify() a macro to more conveniently construct notify dataThomas Haller2023-01-051-65/+42
| * device: preserve the DHCP lease during reapplyWen Liang2023-01-053-43/+89
| * device: merge arg for '_cleanup_ip_pre()'Wen Liang2023-01-051-18/+19
|/
* ndisc/tests: fix reference counting in nm_fake_ndisc_new()Thomas Haller2023-01-052-2/+1
* core: fix crash in nm_netns_ip_route_ecmp_commit()Thomas Haller2023-01-051-14/+11
* contrib: add "reexec" step to "nm-in-container.sh"Thomas Haller2023-01-051-4/+9
* contrib: default to run same fedora version in nm-in-container.sh as hostThomas Haller2023-01-051-1/+8
* contrib: install more package in "nm-in-container.sh"Thomas Haller2023-01-041-1/+61
* po: fix verb consistency in zh_TWyan121252023-01-021-1/+1
* po: update Ukrainian (uk) translationYuri Chornoivan2023-01-021-1278/+1435
* Correct meson command examplesFrederic Martinsons2023-01-021-2/+2
* merge: branch 'ff/ipv4_ecmp'Fernando Fernandez Mancera2022-12-2315-55/+642
|\
| * nm-netns: fix crash due to use of EcmpTrackObj after freeing itFernando Fernandez Mancera2022-12-231-4/+9
| * test-ndisc-fake: free l3cfg after creating fake-ndiscFernando Fernandez Mancera2022-12-231-0/+1
| * nm-netns: mark the ECMP route as needs_update when registeringFernando Fernandez Mancera2022-12-231-3/+8
| * nm-netns: add onlink routes for ECMP routesFernando Fernandez Mancera2022-12-231-0/+31
| * nm-netns: track ECMP routesThomas Haller2022-12-234-2/+503
| * route: introduce weight property for ipv4 routesFernando Fernandez Mancera2022-12-2310-4/+40
| * l3cfg: closer integrate NML3Cfg and NMNetnsThomas Haller2022-12-233-51/+54
| * nm-netns: skip nodev routes in platform signal callbackFernando Fernandez Mancera2022-12-231-0/+5
|/
* device: fix condition for scheduling stage3 after carrier changebg/issue1165Beniamino Galvani2022-12-231-1/+2
* libnm/client: fix assertions during device-removed eventbg/libnmBeniamino Galvani2022-12-231-8/+0
* merge: branch 'bg/coverity'Beniamino Galvani2022-12-234-7/+5
|\
| * nmtui: fix memory leakbg/coverityBeniamino Galvani2022-12-221-0/+2
| * devices: remove unneeded pointer checkBeniamino Galvani2022-12-221-2/+1
| * platform: fix NULL pointer dereferenceBeniamino Galvani2022-12-221-1/+1
| * nmcli: fix double freeBeniamino Galvani2022-12-221-4/+1
|/
* platform: remove fwmark from vti/vti6 testsBeniamino Galvani2022-12-222-20/+18
* platform: fix build failures due to missing VTI definitionsBeniamino Galvani2022-12-221-0/+10
* ip-tunnel: merge branch 'bg/vti'Beniamino Galvani2022-12-2121-75/+801
|\