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