summaryrefslogtreecommitdiff
path: root/src/nm-ip4-config.c
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* core: fix adding objects to NMIPConfig with @append_forceBeniamino Galvani2019-08-281-1/+3
* all: allow configuring default-routes as manual, static routesThomas Haller2019-08-131-2/+0
* core: assert for valid arguments in sort_captured_addresses() and _addresses_...Thomas Haller2019-08-021-0/+6
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller2019-04-181-1/+1
* libnm,core: enable "onlink" flags also for IPv6 routesThomas Haller2019-04-101-7/+4
* platform: add NMPlatformObjWithIfindex helper structure for handling NMPObjec...Thomas Haller2019-03-131-3/+3
* core: allow ignoring addresses when intersecting ip configsBeniamino Galvani2019-03-091-22/+42
* core: fix _nm_ip4_config_intersect_helper()Beniamino Galvani2019-03-091-1/+1
* nm: Fix syntax on introspection annotationsMarco Trevisan (TreviƱo)2019-03-071-1/+1
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* all: don't use "static inline" in source filesThomas Haller2019-02-061-1/+1
* all: avoid bogus compiler warning about uninitialized variableThomas Haller2019-02-041-1/+1
* core: allow addresses with zero prefix lengthThomas Haller2018-12-191-1/+1
* all: don't use static buffer for nm_utils_inet*_ntop()Thomas Haller2018-12-191-13/+13
* all: cleanup GChecksum handlingThomas Haller2018-11-131-17/+7
* ip-config: add @intersect_routes argument to intersect functionsBeniamino Galvani2018-09-261-2/+11
* core: improve nm_ip_config_dump()Beniamino Galvani2018-09-261-50/+69
* core: nm-ip4-config: consider dns-related differences as relevantBeniamino Galvani2018-09-061-2/+29
* core: add support for connection.llmnrBeniamino Galvani2018-09-061-0/+27
* core: handle route metric when reapplying dynamic IP methodsBeniamino Galvani2018-08-081-0/+31
* all: avoid byte ordering issue for IP4Config's Nameservers/WinsServers on D-BusThomas Haller2018-08-011-18/+74
* core: use nm_gobject_notify_together() in NMIP4Config/NMIP6ConfigThomas Haller2018-08-011-4/+4
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-6/+6
* core: reject invalid domains from ip configurationsBeniamino Galvani2018-05-141-36/+30
* device: don't capture resolve.conf for initial device configThomas Haller2018-03-201-20/+1
* core/dbus: rework creating numbered D-Bus export path by putting counter into...Thomas Haller2018-03-131-1/+1
* core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-121-12/+31
* core: implement setting MDNS setting for systemdThomas Haller2018-01-091-0/+32
* all: get rid of a handful of unused-but-set variablesLubomir Rintel2017-12-181-6/+0
* libnm: add NM_IP_ADDRESS_ATTRIBUTE_LABEL defineThomas Haller2017-12-181-3/+3
* core: don't use variable length arraysThomas Haller2017-12-151-4/+5
* platform/trivial: s/ADDRROUTE/OBJECT/ for the cache lookupLubomir Rintel2017-12-111-7/+7
* core: add non-destructive ip config intersect functionBeniamino Galvani2017-12-061-11/+73
* core: add nm_ipX_config_clone()Beniamino Galvani2017-12-061-0/+11
* core: don't reset existing routes when merging IP settingBeniamino Galvani2017-11-171-2/+0
* all: support route-attribute "onlink" for IPv4Thomas Haller2017-11-131-1/+9
* core: merge IPv4 and IPv6 version of _nm_ip_config_merge_route_attributes()Thomas Haller2017-11-131-32/+70
* core: add NMIPConfig helpersThomas Haller2017-11-091-0/+8
* all: extend hash functions with an NMHashState argumentThomas Haller2017-10-181-5/+6
* core: fix memory leaks in NMIP{4,6}ConfigBeniamino Galvani2017-10-101-1/+1
* core: rework tracking of gateway/default-route in ip-configThomas Haller2017-10-101-213/+171
* core: don't track route metric in ip-configThomas Haller2017-10-091-33/+0
* core: don't track route MSS in ip-configThomas Haller2017-10-091-34/+0
* core: use ipv4.route-table setting for other IPv4 routesThomas Haller2017-10-091-1/+5
* all: rework configuring route table support by adding "route-table" settingThomas Haller2017-10-091-10/+19
* core: refactor parsing resolve.confThomas Haller2017-10-091-68/+10
* libnm,core: add TABLE attribute for routes settingsThomas Haller2017-09-261-5/+16
* core: inject route list to delete for nm_platform_ip_route_sync()Thomas Haller2017-09-261-2/+6