summaryrefslogtreecommitdiff
path: root/src/nm-iface-helper.c
Commit message (Expand)AuthorAgeFilesLines
* core/trivial: rename "source" field of addresses and routesThomas Haller2016-04-111-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
* routes/trival: add argument @routes_full_sync to IP config commitThomas Haller2015-07-141-2/+2
* all: remove #if GLIB_CHECK_VERSION conditionals around g_type_init()Thomas Haller2015-07-121-3/+1
* iface-helper: remove redundant g_type_init() callThomas Haller2015-07-121-4/+0
* config: pass signals to nm_config_reload()Thomas Haller2015-06-251-1/+1
* fix typo and do not translate an empty stringYuri Chornoivan2015-05-041-1/+1
* platform: don't accept lowering IPv6 hop-limit from RA (CVE-2015-2924)Thomas Haller2015-04-291-8/+2
* nm-iface-helper: set last_config properlyDavid Ward2015-04-271-8/+6
* platform: add self argument to platform functionsThomas Haller2015-04-211-10/+10
* nm-iface-helper: remove duplicate setpgid() callThomas Haller2015-03-201-2/+0
* main: (order) earlier create rundirThomas Haller2015-03-201-2/+2
* main: (order) check pidfile earlier for running NMThomas Haller2015-03-201-8/+8
* nm-iface-helper: fix pidfile name and obtain the ifindex earlierThomas Haller2015-03-201-6/+9
* main: (order) move root user check after help/version optionThomas Haller2015-03-201-0/+2
* main: (order) set g_log_set_always_fatal() early onThomas Haller2015-03-201-8/+8
* main: (order) call g_type_init() very early in main()Thomas Haller2015-03-201-4/+4
* main: refactor nm_main_utils_check_pidfile() to exit directly on failureThomas Haller2015-03-201-5/+1
* main: split out nm_main_utils_ensure_rundir ()Thomas Haller2015-03-201-0/+2
* main: refactor early setup in main()Thomas Haller2015-03-201-32/+43
* main: move option variables to static variableThomas Haller2015-03-201-74/+88
* main/trivial: change order of arguments for nm_main_utils_early_setup()Thomas Haller2015-03-201-1/+1
* core: pass ifindex as parameter to nm_ip6_config_new()lr/route-manager-rh740064Lubomir Rintel2015-02-271-4/+2
* core: pass ifindex as parameter to nm_ip4_config_new()Dan Williams2015-02-271-2/+1
* ip6-config: keep track of ifindexLubomir Rintel2015-02-271-0/+2
* ip4-config: keep track of ifindexLubomir Rintel2015-02-271-0/+1
* config: add handler for SIGHUP and a reload-configuration stubThomas Haller2015-02-031-0/+6