summaryrefslogtreecommitdiff
path: root/src/nm-ip4-config.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-28all: use _nm_utils_inet4_ntop() instead of nm_utils_inet4_ntop()Thomas Haller1-11/+11
2019-11-28all: add support for "scope" attribute for IPv4 routesThomas Haller1-1/+6
2019-10-23core: don't add prefix route for /32 addresses without peerBeniamino Galvani1-0/+7
2019-10-23core: don't add prefix route for external addressesBeniamino Galvani1-0/+3
2019-10-23core: track whether IP addresses are externalBeniamino Galvani1-2/+11
2019-10-01all: manually drop code comments with file descriptionThomas Haller1-2/+1
2019-09-10all: SPDX header conversionLubomir Rintel1-14/+1
2019-08-28core: fix adding objects to NMIPConfig with @append_forceBeniamino Galvani1-1/+3
2019-08-13all: allow configuring default-routes as manual, static routesThomas Haller1-2/+0
2019-08-02core: assert for valid arguments in sort_captured_addresses() and _addresses_...Thomas Haller1-0/+6
2019-06-11all: drop emacs file variables from source filesThomas Haller1-1/+0
2019-04-18shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller1-1/+1
2019-04-10libnm,core: enable "onlink" flags also for IPv6 routesThomas Haller1-7/+4
2019-03-13platform: add NMPlatformObjWithIfindex helper structure for handling NMPObjec...Thomas Haller1-3/+3
2019-03-09core: allow ignoring addresses when intersecting ip configsBeniamino Galvani1-22/+42
2019-03-09core: fix _nm_ip4_config_intersect_helper()Beniamino Galvani1-1/+1
2019-03-07nm: Fix syntax on introspection annotationsMarco Trevisan (TreviƱo)1-1/+1
2019-02-12all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller1-1/+0
2019-02-06all: don't use "static inline" in source filesThomas Haller1-1/+1
2019-02-04all: avoid bogus compiler warning about uninitialized variableThomas Haller1-1/+1
2018-12-19core: allow addresses with zero prefix lengthThomas Haller1-1/+1
2018-12-19all: don't use static buffer for nm_utils_inet*_ntop()Thomas Haller1-13/+13
2018-11-13all: cleanup GChecksum handlingThomas Haller1-17/+7
2018-09-26ip-config: add @intersect_routes argument to intersect functionsBeniamino Galvani1-2/+11
2018-09-26core: improve nm_ip_config_dump()Beniamino Galvani1-50/+69
2018-09-06core: nm-ip4-config: consider dns-related differences as relevantBeniamino Galvani1-2/+29
2018-09-06core: add support for connection.llmnrBeniamino Galvani1-0/+27
2018-08-08core: handle route metric when reapplying dynamic IP methodsBeniamino Galvani1-0/+31
2018-08-01all: avoid byte ordering issue for IP4Config's Nameservers/WinsServers on D-BusThomas Haller1-18/+74
2018-08-01core: use nm_gobject_notify_together() in NMIP4Config/NMIP6ConfigThomas Haller1-4/+4
2018-07-11all: don't use gchar/gshort/gint/glong but C typesThomas Haller1-6/+6
2018-05-14core: reject invalid domains from ip configurationsBeniamino Galvani1-36/+30
2018-03-20device: don't capture resolve.conf for initial device configThomas Haller1-20/+1
2018-03-13core/dbus: rework creating numbered D-Bus export path by putting counter into...Thomas Haller1-1/+1
2018-03-12core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller1-12/+31
2018-01-09core: implement setting MDNS setting for systemdThomas Haller1-0/+32
2017-12-18all: get rid of a handful of unused-but-set variablesLubomir Rintel1-6/+0
2017-12-18libnm: add NM_IP_ADDRESS_ATTRIBUTE_LABEL defineThomas Haller1-3/+3
2017-12-15core: don't use variable length arraysThomas Haller1-4/+5
2017-12-11platform/trivial: s/ADDRROUTE/OBJECT/ for the cache lookupLubomir Rintel1-7/+7
2017-12-06core: add non-destructive ip config intersect functionBeniamino Galvani1-11/+73
2017-12-06core: add nm_ipX_config_clone()Beniamino Galvani1-0/+11
2017-11-17core: don't reset existing routes when merging IP settingBeniamino Galvani1-2/+0
2017-11-13all: support route-attribute "onlink" for IPv4Thomas Haller1-1/+9
2017-11-13core: merge IPv4 and IPv6 version of _nm_ip_config_merge_route_attributes()Thomas Haller1-32/+70
2017-11-09core: add NMIPConfig helpersThomas Haller1-0/+8
2017-10-18all: extend hash functions with an NMHashState argumentThomas Haller1-5/+6
2017-10-10core: fix memory leaks in NMIP{4,6}ConfigBeniamino Galvani1-1/+1
2017-10-10core: rework tracking of gateway/default-route in ip-configThomas Haller1-213/+171
2017-10-09core: don't track route metric in ip-configThomas Haller1-33/+0