summaryrefslogtreecommitdiff
path: root/src/nm-iface-helper.c
Commit message (Expand)AuthorAgeFilesLines
* all: replace strerror() calls with nm_strerror_native()Thomas Haller2019-02-121-1/+1
* all: replace g_strerror() calls with nm_strerror_native()Thomas Haller2019-02-121-1/+1
* all: cache errno in local variable before using itThomas Haller2019-02-121-6/+6
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-2/+0
* logging: refactor and merge early logging initializationThomas Haller2019-02-051-7/+7
* core/trivial: rename nm_platform_sysctl_set_ip6_hop_limit_safe()Thomas Haller2018-12-191-1/+1
* core: use nm_platform_sysctl_ip_conf_*() wrappersThomas Haller2018-12-191-11/+14
* config: add --configure-and-quit=initrd modeLubomir Rintel2018-09-181-2/+2
* dhcp: return error reason from DHCP client startThomas Haller2018-09-121-3/+6
* device: emit IP address changes in queued_ip_config_change() only onceThomas Haller2018-06-291-1/+2
* core/dbus: stop NMDBusManager and reject future method callsThomas Haller2018-04-241-0/+6
* device: don't capture resolve.conf for initial device configThomas Haller2018-03-201-2/+2
* core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-121-7/+20
* core: rename "nm-bus-manager.h" to "nm-dbus-manager.h"Thomas Haller2018-03-121-1/+1
* iface-helper: fix non-reentrant call to platform for failed IPv6 DADThomas Haller2018-02-211-5/+54
* dhcp: inject client-id in GBytes format from NMDevice to nm_dhcp_manager_star...Thomas Haller2018-02-151-1/+12
* dhcp: refactor type of NMDhcpClient hwaddr to be GBytesThomas Haller2018-02-151-10/+2
* all: require glib 2.40lr/glib-2-40Lubomir Rintel2018-01-181-2/+0
* 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