summaryrefslogtreecommitdiff
path: root/src/nm-iface-helper.c
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* ipv6: disable kernel handling of RAs (accept_ra)Beniamino Galvani2019-08-301-4/+1
* ipv6: set neighbor parameters from RAsBeniamino Galvani2019-08-301-0/+12
* dhcp: make "systemd" DHCP plugin configurableThomas Haller2019-08-131-2/+3
* dhcp: pass broadcast address to clientsBeniamino Galvani2019-07-051-1/+5
* core: drop nm_platform_link_get_address_as_bytes()Beniamino Galvani2019-07-051-1/+4
* dhcp: add nettools dhcp4 clientTom Gundersen2019-07-051-1/+2
* 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
* platform: refactor detecting kernel featuresThomas Haller2019-04-181-4/+2
* 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