summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-16configure: determine the systemd unit directory from pkg-configlr/ac-systemd-unit-pathLubomir Rintel1-1/+1
2022-02-16NEWS: update NEWS file for 1.38 developmentThomas Haller1-4/+10
2022-02-16device: fix crash for shared IPv6 method in nm_device_copy_ip6_dns_config()Thomas Haller1-5/+5
2022-02-16platform: merge branch 'th/platform-ip6-multipath-routes'Thomas Haller3-106/+132
2022-02-16platform: support IPv6 mulitpath routes and fix cache inconsistencyThomas Haller3-106/+132
2022-02-15platform: fix parsing RTA_MULTIHOP netlink attribute to use no policyThomas Haller1-2/+2
2022-02-15po: remove ar.po translationsJavier Jardón2-12839/+0
2022-02-14gitlab-ci: disable CentOS 8 Linux containersThomas Haller2-98/+5
2022-02-14gitlab-ci: regenerate ci-templates's containersThomas Haller2-6/+6
2022-02-14examples/python: avoid Python2 "print" statementThomas Haller3-22/+28
2022-02-14libnmc: fix typo in passwd-file exampleSigurd Rønningen Jenssen1-1/+1
2022-02-11Merge branch 'ac/wip-empty-properties'Ana Cabral4-74/+98
2022-02-11keyfile: do not write empty string list propertiesAna Cabral2-70/+63
2022-02-11keyfile: write ethernet group always on the top of the fileAna Cabral3-4/+35
2022-02-10libnm: merge branch 'th/libnm-direct-strv-property-1'Thomas Haller9-225/+353
2022-02-10libnm: rework strv properties of NMSetting as "direct" propertiesThomas Haller3-160/+115
2022-02-10libnm: add direct strv type for NMSetting and use it for "match.interface-name"Thomas Haller6-70/+216
2022-02-10glib-aux: add nm_strvarray_*() helpers for cmp/equal functionsThomas Haller1-0/+27
2022-02-10core/tests: make test_machine_id_read() more robust against the test systemThomas Haller1-4/+25
2022-02-10core/trivial: add code comment to _set_hostname()Thomas Haller1-1/+4
2022-02-10NEWS: update for 1.36-rc2Lubomir Rintel1-2/+9
2022-02-10nm-l3cfg: fix check on timestamp for assuming probing is goodFernando Fernandez Mancera1-3/+3
2022-02-10libnm,core: merge branch 'th/route-blackhole'Thomas Haller30-1362/+1939
2022-02-09libnm/doc: describe routing-rules in `man nm-settings-nmcli`Thomas Haller3-0/+36
2022-02-09libnm/doc: list route attributes in `man nm-settings-nmcli`Thomas Haller2-3/+132
2022-02-09tools: fix constructing XML by dropping broken pretty_xml()Thomas Haller1-14/+0
2022-02-09tools: re-use regular expression in process_data()Thomas Haller1-21/+24
2022-02-09libnm: allow configuring blackhole/unreachable/prohibit routesThomas Haller1-1/+18
2022-02-09core/l3cfg: let NML3Cfg handle nodev (blackhole) routesThomas Haller2-15/+106
2022-02-09core: handle blackhole/unreachable/prohibit route types in coreThomas Haller2-2/+17
2022-02-09core/l3cfg: rework generating list of routes in _l3_commit_one()Thomas Haller1-31/+70
2022-02-09platform: improve way to prune dirty route-manager entriesThomas Haller3-7/+9
2022-02-09platform: return boolean changed value from nmp_route_manager_track()Thomas Haller2-42/+61
2022-02-09platform: return self from nmp_route_manager_ref()Thomas Haller2-4/+5
2022-02-09platform: track linked list of objects in NMPRouteManager by typeThomas Haller1-12/+39
2022-02-09platform: extend NMPRouteManager to work for routesThomas Haller4-65/+126
2022-02-09platform: use nm_pdirect_{hash,equal}() in "nmp-route-manager.c"Thomas Haller1-19/+4
2022-02-09platform: use nm_g_slice_free() in "nmp-route-manager.c"Thomas Haller1-4/+4
2022-02-09platform: use NM_HASH_OBFUSCATE_PTR() in "nmp-route-manager.c"Thomas Haller1-4/+2
2022-02-09platform: use __NMLOG_DEFAULT() in "nmp-route-manager.c"Thomas Haller1-16/+1
2022-02-09platform: rename internals in "nmp-route-manager.c"Thomas Haller1-147/+149
2022-02-09platform: drop lazy initialization _rules_init() of NMPRouteManagerThomas Haller1-38/+11
2022-02-09platform: rename "nmp-route-manager.h" to "nmp-rules-manager.h"Thomas Haller8-8/+8
2022-02-09platform: rename NMPRulesManager API to NMPRouteManagerThomas Haller6-207/+208
2022-02-09platform: add support for blackhole,unreachable,prohibit route typeThomas Haller3-8/+108
2022-02-09platform: add nm_platform_route_type_is_nodev() helperThomas Haller2-0/+32
2022-02-09platform: don't treat ifindex zero special in nmp_lookup_init_object()Thomas Haller3-8/+19
2022-02-09platform: don't check for valid ifindex in _vt_cmd_obj_is_alive_ipx_route()Thomas Haller1-2/+1
2022-02-09platform: don't print NUL gateway in nm_platform_ip[46]_route_to_string()Thomas Haller1-32/+52
2022-02-09core: use IS_IPv4 variable in nm_utils_ip_route_attribute_to_platform()Thomas Haller1-5/+5