summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-12config: drop slaves-order config optionff/drop_slaves_orderFernando Fernandez Mancera7-54/+22
2023-12-12libnm: merge branch 'th/libnm-explicit-notify'Thomas Haller5-97/+93
2023-12-11libnm: adjust tests now that all direct properties use G_PARAM_EXPLICIT_NOTIFYThomas Haller2-26/+8
2023-12-11libnm: use G_PARAM_EXPLICIT_NOTIFY for direct flags propertiesThomas Haller3-10/+15
2023-12-11libnm: use G_PARAM_EXPLICIT_NOTIFY for direct enum propertiesThomas Haller3-10/+11
2023-12-11libnm: use G_PARAM_EXPLICIT_NOTIFY for direct strv propertiesThomas Haller3-10/+12
2023-12-11libnm: use G_PARAM_EXPLICIT_NOTIFY for direct bytes propertiesThomas Haller2-7/+8
2023-12-11libnm: use G_PARAM_EXPLICIT_NOTIFY for direct string propertiesThomas Haller3-29/+32
2023-12-11libnm: use G_PARAM_EXPLICIT_NOTIFY for direct int64,uint64 propertiesThomas Haller3-18/+20
2023-12-11merge: branch 'th/libnm-notify-properties'Fernando Fernandez Mancera16-480/+206
2023-12-11libnm: use G_PARAM_EXPLICIT_NOTIFY for direct int32 propertiesThomas Haller3-34/+38
2023-12-11libnm: use G_PARAM_EXPLICIT_NOTIFY for direct uint32 propertiesThomas Haller3-18/+21
2023-12-11libnm: use G_PARAM_EXPLICIT_NOTIFY for direct boolean propertiesThomas Haller4-18/+35
2023-12-11libnm: return property index from _nm_setting_property_define_direct_string()Thomas Haller1-9/+6
2023-12-11libnm: implement NMSettInfoProperty.direct_also_notify for notifying two prop...Thomas Haller3-2/+32
2023-12-11glib-aux: add nm_gobject_notify_together_by_pspec() helperThomas Haller2-0/+53
2023-12-11libnm: rename direct_hook union in NMSettInfoPropertyThomas Haller5-14/+14
2023-12-11glib: drop compat code for glib < 2.42 from "nm-glib.h"Thomas Haller6-381/+5
2023-12-11build: bump dependency to glib-2.42Thomas Haller2-9/+7
2023-12-07format: add reformatting commit to ".git-blame-ignore-revs"Thomas Haller1-0/+2
2023-12-06python: reformat with black-23.7.0-2.fc39.noarchThomas Haller11-50/+2
2023-12-06l3cfg: make nm_l3_config_data_cmp_full() thread-safeThomas Haller1-5/+14
2023-12-06gitlab-ci: regenerated gitlab-ci template and fix versionsThomas Haller2-22/+22
2023-12-06gitlab-ci: upgrade tier1 to run Fedora 39Fernando Fernandez Mancera1-1/+1
2023-12-06all: reformat code to clang shipped with Fedora 39Fernando Fernandez Mancera21-23/+23
2023-12-05HSR: add support to HSR/PRP interfaceFernando Fernandez Mancera46-3/+1439
2023-12-04merge: branch 'ff/ecmp_fix'Fernando Fernandez Mancera4-171/+394
2023-12-04l3cfg: handle dynamic added routes tracking and deletionff/ecmp_fixThomas Haller1-128/+235
2023-12-04l3cfg: factor out _obj_state_data_new() for creating object stateFernando Fernandez Mancera1-10/+16
2023-12-04netns: schedule a commit when a single-hop route is mergedFernando Fernandez Mancera1-2/+8
2023-12-04core: fix nm_netns_ip_route_ecmp_commit() to return regular single-hop routeThomas Haller1-1/+24
2023-12-04core: assert that tracked objects in NML3Cfg don't have metric_anyThomas Haller1-0/+8
2023-12-04platform: fix handling "weight" for IPv4 routesThomas Haller2-39/+112
2023-12-04wifi: require wifi.scan permission to start/stop P2P scanbg/wifi-p2p-dbus-authBeniamino Galvani2-18/+68
2023-12-01all: merge branch 'th/strv-cleanup'Thomas Haller13-64/+56
2023-11-30libnm: replace _nm_utils_ptrarray_to_strv() with nm_strv_ptrarray_to_strv()Thomas Haller4-23/+2
2023-11-30libnm: drop unused nm_strv_to_ptrarray() helperThomas Haller2-19/+0
2023-11-30glib-aux: add nm_strv_ptrarray_to_strv() helperThomas Haller1-0/+15
2023-11-30glib-aux: add nm_strv_dup_full() helper to preserve empty strvThomas Haller2-8/+22
2023-11-30all: use nm_strv_empty_new() helperThomas Haller9-11/+11
2023-11-30glib-aux: add NM_PTRARRAY_EMPTY_NEW()/nm_strv_empty_new() helpersThomas Haller1-3/+6
2023-11-30core,nmcli: merge branch 'th/limit-routes-addresses'Thomas Haller5-44/+142
2023-11-30cli: don't print how many more addresses/routes in `nmcli` outputThomas Haller1-3/+3
2023-11-30core: limit number of exported addresses/routes on D-Bus to 100Thomas Haller2-1/+20
2023-11-30core: rate-limit updates to IP addresses/routes on D-Bus APIThomas Haller2-2/+78
2023-11-30cli: limit number of shown addresses/routes in `nmcli` overviewThomas Haller2-0/+17
2023-11-30cli: reuse NMStrBuf in ac_overview()Thomas Haller1-14/+13
2023-11-30cli: unifiy handling of IPv4/IPv6 in ac_overview()Thomas Haller1-28/+15
2023-11-30tests: improve detection of libtool in "run-nm-test.sh"Thomas Haller1-4/+4
2023-11-30libnm: merge branch 'th/libnm-iptunnel-fwmark'Thomas Haller4-0/+47