summaryrefslogtreecommitdiff
path: root/src/nm-iface-helper.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* platform/trivial: rename NMPlatformIP6Address's "flags" field to "n_ifa_flags"Thomas Haller2016-02-291-3/+3
* platform: adjust type of IPv6 address flags to guintThomas Haller2016-02-291-1/+1
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* rdisc: don't log error message when failing to create NDP socketThomas Haller2015-12-171-1/+1
* platform: remove NMPlatformReason enumThomas Haller2015-11-271-1/+0
* dhcp4: send FQDN option when ipv4.dhcp-fqdn is setBeniamino Galvani2015-11-231-0/+3
* exported-object: add support for DBus ObjectManager interfaceDan Williams2015-11-181-2/+2
* core: add support for RFC7217 stable privacy addressingLubomir Rintel2015-11-021-1/+4
* core: support IPv6 duplicate address detectionLubomir Rintel2015-11-021-0/+18
* platform: create netlink messages directly without libnl-route-3Thomas Haller2015-11-021-6/+5
* device: accept multiple addresses in a DHCPv6 leaseBeniamino Galvani2015-08-171-0/+1
* core: add @merge_flags argument to nm_ip4_config_merge() and nm_ip6_config_me...Thomas Haller2015-08-061-2/+2
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-3/+1
* core: rename NMDBusManager to NMBusManagerDan Winship2015-07-241-12/+6
* core: move D-Bus export/unexport into NMExportedObjectDan Winship2015-07-241-0/+6
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-1/+1
* logging: make use of journal configurableThomas Haller2015-07-141-1/+5
* logging: remove nm_logging_syslog_closelog()Thomas Haller2015-07-141-2/+0