summaryrefslogtreecommitdiff
path: root/src/nm-iface-helper.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-29platform/trivial: rename NMPlatformIP6Address's "flags" field to "n_ifa_flags"Thomas Haller1-3/+3
2016-02-29platform: adjust type of IPv6 address flags to guintThomas Haller1-1/+1
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-2/+1
2015-12-17rdisc: don't log error message when failing to create NDP socketThomas Haller1-1/+1
2015-11-27platform: remove NMPlatformReason enumThomas Haller1-1/+0
2015-11-23dhcp4: send FQDN option when ipv4.dhcp-fqdn is setBeniamino Galvani1-0/+3
2015-11-18exported-object: add support for DBus ObjectManager interfaceDan Williams1-2/+2
2015-11-02core: add support for RFC7217 stable privacy addressingLubomir Rintel1-1/+4
2015-11-02core: support IPv6 duplicate address detectionLubomir Rintel1-0/+18
2015-11-02platform: create netlink messages directly without libnl-route-3Thomas Haller1-6/+5
2015-08-17device: accept multiple addresses in a DHCPv6 leaseBeniamino Galvani1-0/+1
2015-08-06core: add @merge_flags argument to nm_ip4_config_merge() and nm_ip6_config_me...Thomas Haller1-2/+2
2015-08-05all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship1-1/+0
2015-08-05all: make use of new header file "nm-default.h"Thomas Haller1-3/+1
2015-07-24core: rename NMDBusManager to NMBusManagerDan Winship1-12/+6
2015-07-24core: move D-Bus export/unexport into NMExportedObjectDan Winship1-0/+6
2015-07-24all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship1-1/+1
2015-07-14logging: make use of journal configurableThomas Haller1-1/+5
2015-07-14logging: remove nm_logging_syslog_closelog()Thomas Haller1-2/+0
2015-07-14routes/trival: add argument @routes_full_sync to IP config commitThomas Haller1-2/+2
2015-07-12all: remove #if GLIB_CHECK_VERSION conditionals around g_type_init()Thomas Haller1-3/+1
2015-07-12iface-helper: remove redundant g_type_init() callThomas Haller1-4/+0