summaryrefslogtreecommitdiff
path: root/src/nm-ip4-config.h
Commit message (Expand)AuthorAgeFilesLines
* wireguard: don't let explicit gateway override WireGuard's peer routeThomas Haller2020-04-221-1/+5
* core: add NMIPConfigFlags for NMIPConfig flagsThomas Haller2020-04-221-0/+19
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-1/+1
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* 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
* core: allow ignoring addresses when intersecting ip configsBeniamino Galvani2019-03-111-0/+7
* ip-config: add @intersect_routes argument to intersect functionsBeniamino Galvani2018-09-261-0/+7
* core: improve nm_ip_config_dump()Beniamino Galvani2018-09-261-1/+5
* core: add support for connection.llmnrBeniamino Galvani2018-09-061-0/+4
* core: handle route metric when reapplying dynamic IP methodsBeniamino Galvani2018-08-081-0/+1
* all: avoid byte ordering issue for IP4Config's Nameservers/WinsServers on D-BusThomas Haller2018-08-011-2/+4
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-3/+3
* core: let NM_IS_IP_CONFIG() check for expected addr-familyThomas Haller2018-05-261-3/+9
* dns: use dns-priority to provide a preprocessed domain list to pluginsBeniamino Galvani2018-05-141-0/+6
* core: reject invalid domains from ip configurationsBeniamino Galvani2018-05-141-0/+2
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-2/+0
* core: add ip-config implementation for NMIP4Config vs. NMIP6ConfigThomas Haller2018-03-201-17/+53
* device: don't capture resolve.conf for initial device configThomas Haller2018-03-201-1/+1
* core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-121-1/+0
* core: implement setting MDNS setting for systemdThomas Haller2018-01-091-0/+7
* core: rework tracking config in dns-manager to use ifindexThomas Haller2018-01-091-0/+6
* core: add nm_ip_config_get_ifindex() helperThomas Haller2018-01-091-0/+6
* device: restore original dynamic IPv6 configuration on reapplyBeniamino Galvani2017-12-061-0/+49
* core: add non-destructive ip config intersect functionBeniamino Galvani2017-12-061-0/+22
* core: add generic functions for set operationsBeniamino Galvani2017-12-061-0/+50
* core: add nm_ipX_config_clone()Beniamino Galvani2017-12-061-0/+1
* core: drop unused macro argumentBeniamino Galvani2017-12-061-10/+10
* core: merge IPv4 and IPv6 version of _nm_ip_config_merge_route_attributes()Thomas Haller2017-11-131-0/+5
* core: use NM_CONSTCAST() for NM_IP_CONFIG_CAST()Thomas Haller2017-11-131-27/+43
* core: add NMIPConfig helpersThomas Haller2017-11-091-6/+78
* core: replace nm_dns_ip_config_data_get_dns_priority()Thomas Haller2017-11-081-0/+11
* core: add generic opaque NMIPConfig typeThomas Haller2017-11-081-0/+33
* core: rework tracking of gateway/default-route in ip-configThomas Haller2017-10-101-22/+28
* core: don't track route metric in ip-configThomas Haller2017-10-091-1/+0
* core: don't track route MSS in ip-configThomas Haller2017-10-091-3/+0
* core: use ipv4.route-table setting for other IPv4 routesThomas Haller2017-10-091-0/+1
* all: rework configuring route table support by adding "route-table" settingThomas Haller2017-10-091-2/+5
* core: refactor parsing resolve.confThomas Haller2017-10-091-6/+0
* libnm,core: add TABLE attribute for routes settingsThomas Haller2017-09-261-1/+2
* core: track IPv4 device routes in NMIP4ConfigThomas Haller2017-09-131-2/+7
* core: adjust route equality for NMIP4Config/NMIP6Config to what kernel doesThomas Haller2017-09-131-9/+0
* core: support tracking default-route in NMIP4Config/NMIP6ConfigThomas Haller2017-09-081-0/+27
* core: return new route from _nm_ip_config_add_obj()Thomas Haller2017-09-081-1/+4
* core/trivial: rename test functions _nmtst_nm_ip*_config_*() to _nmtst_ip*_co...Thomas Haller2017-09-081-4/+4
* core: return new object from _nm_ip_config_add_obj()Thomas Haller2017-09-081-1/+2
* core: workaround compiler waring in for-each macros for NMIP4Config/NMIP6Conf...Thomas Haller2017-08-311-6/+6
* core: avoid compiler warning in nm_ip_config_iter_ip4_address_for_each() macroThomas Haller2017-08-301-2/+2
* core: allow NULL argument to nm-ip-config's for-each macrosThomas Haller2017-08-301-8/+4