summaryrefslogtreecommitdiff
path: root/src/nm-iface-helper.c
Commit message (Expand)AuthorAgeFilesLines
* dhcp: add support for dhcpcanon clientjuga02017-10-301-1/+1
* core: merge IPv4 and IPv6 implementation of nm_utils_ip4_property_path()Thomas Haller2017-10-241-8/+8
* core: don't use static buffer for nm_utils_ip4_property_path()Thomas Haller2017-10-241-6/+8
* core: use router preference for IPv6 routesThomas Haller2017-10-121-1/+3
* platform: refactor detecting kernel supportThomas Haller2017-10-121-1/+2
* core: rework tracking of gateway/default-route in ip-configThomas Haller2017-10-101-20/+15
* core: use ipv6.route-table setting for other IPv6 routesThomas Haller2017-10-091-0/+2
* core: use ipv4.route-table setting for other IPv4 routesThomas Haller2017-10-091-0/+3
* libnm,core: add TABLE attribute for routes settingsThomas Haller2017-09-261-2/+6
* core: fix handling IPv6 device-route and use correct route metricThomas Haller2017-09-191-0/+2
* core: workaround configuring IPv6 routes with "src" (RTA_PREFSRC)Thomas Haller2017-09-151-1/+1
* core: track IPv4 device routes in NMIP4ConfigThomas Haller2017-09-131-2/+9
* device: enable support for ipv6.dhcp-timeoutThomas Haller2017-09-111-1/+1
* core: cleanup setting ifa_flags in ndisc_config_changed()Thomas Haller2017-08-241-21/+18
* core: move setting NDisc addresses/routes to NMIP6ConfigThomas Haller2017-08-241-41/+9
* platform: add non-exclusive routes and drop route-managerThomas Haller2017-08-241-9/+6
* core: pass NMDedupMultiIndex instance to NMIP4Config and otherThomas Haller2017-07-051-5/+11
* device: keep NMNetns instance per deviceThomas Haller2017-04-181-5/+7
* core: add NMNetns to bundle platform and route managersThomas Haller2017-04-181-0/+5
* iface-helper: log the device contextlr/log-hints-1Lubomir Rintel2017-03-241-1/+1
* logging: log device and connection along with the messageLubomir Rintel2017-03-241-1/+1
* logging: respect choice of journal/syslog even with --debugLubomir Rintel2017-03-241-3/+2
* iface-helper: don't cache nm_platform_check_support_kernel_extended_ifa_flags...Thomas Haller2017-01-101-11/+9
* platform: use wrappers for if_nametoindex() and if_indextoname()Thomas Haller2017-01-041-5/+2
* platform: add optional dirfd argument to sysctl functionsThomas Haller2016-12-131-6/+6
* config: drop nm_config_get_dhcp_client() and access config directlyThomas Haller2016-11-251-17/+21
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-211-4/+4
* ndisc/lndp: add ability to announce the managed IPv6 configurationLubomir Rintel2016-11-091-1/+3
* ndisc: rename the config-changed signalLubomir Rintel2016-11-091-1/+1
* rdisc: rename to ndiscLubomir Rintel2016-11-091-44/+44
* build: buld nm-dhcp-manager.c as part of libNetworkMangerBaseThomas Haller2016-10-221-0/+6
* core: don't use generated glib enum for platform typesThomas Haller2016-10-221-2/+4
* iface-helper: use different syslog-identfier for nm-iface-helperThomas Haller2016-10-061-0/+1
* iface-helper: set logging prefixThomas Haller2016-10-061-4/+6
* iface-helper: use logging macrosThomas Haller2016-10-051-10/+21
* iface-helper: free main_loop instance at end of main()Thomas Haller2016-10-051-0/+1
* iface-helper: return from main() instead of calling exit()Thomas Haller2016-10-051-10/+12
* iface-helper: namespace global variablesThomas Haller2016-10-051-19/+27
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-1/+1
* build: don't add systemd path the include search pathThomas Haller2016-09-271-1/+1
* dbus: fix emitting D-Bus NetworkManager's old-style PropertiesChange signalThomas Haller2016-09-021-0/+14
* rdisc: tighten up type and range of NMRDiscRoute.plenThomas Haller2016-07-081-17/+9
* rdisc: hide internal fields from NMRDisc APIThomas Haller2016-07-081-12/+11
* core: prefer connection.stable-id to generate IPv6 stable privacy addressesThomas Haller2016-06-301-3/+19
* core/trivial: rename "source" field of addresses and routesThomas Haller2016-04-281-2/+2
* platform: change @plen field of NMPlatformIPxRoute to type guint8Thomas Haller2016-04-111-1/+2
* rdisc: make NMRDisc namespace awareThomas Haller2016-03-151-1/+1
* systemd: split "nm-sd.h" out of "nm-sd-adapt.h"Thomas Haller2016-03-111-2/+2
* systemd: integrate sd-event into glib main loopThomas Haller2016-03-111-0/+6
* iface-helper: fix RA processing with more than one routerLubomir Rintel2016-03-031-19/+13