summaryrefslogtreecommitdiff
path: root/src/platform/nm-platform.h
Commit message (Expand)AuthorAgeFilesLines
* core: refactor private data for NMExportedObject and othersThomas Haller2016-10-031-1/+3
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-5/+5
* platform: drop nm_platform_link_get_stats()Thomas Haller2016-08-171-6/+0
* platform: add network statisticsAlfonso Sanchez-Beato2016-08-171-0/+12
* device: tune down warning about failure to set userspace IPv6LL on non-existi...Thomas Haller2016-07-051-2/+3
* core: don't warn when setting address of non-existing linkThomas Haller2016-07-051-2/+2
* platform: add capability to set the tokenized interface identifierLubomir Rintel2016-05-301-0/+2
* platform: remove nm_platform_link_get_ipv6_token()Thomas Haller2016-05-301-1/+0
* platform: remove unnecessary NMPlatformLink.inet6_token.is_valid fieldThomas Haller2016-05-301-5/+2
* platform: handle missing netlink attribute IFLA_ADDRESS by cache-lookupThomas Haller2016-05-251-1/+1
* platform: reuse nm_ip_addr_zero for a all-zero ethernet MAC addressThomas Haller2016-05-241-0/+5
* platform: fix the typedef-redefinition warningsLubomir Rintel2016-05-181-2/+0
* platform: extend NMIPConfigSource to preserve the rtm_protocol fieldThomas Haller2016-04-281-0/+6
* platform: refactor marking cloned routes in platformThomas Haller2016-04-281-0/+7
* core/trivial: rename "source" field of addresses and routesThomas Haller2016-04-281-2/+2
* platform: add functionality to remove infiniband partitionsLubomir Rintel2016-04-201-0/+4
* platform: add NM_PLATFORM_NETNS_SUPPORT_DEFAULTThomas Haller2016-04-111-0/+2
* platform: change @plen field of NMPlatformIPxAddress to type guint8Thomas Haller2016-04-111-14/+14
* platform: change @plen field of NMPlatformIPxRoute to type guint8Thomas Haller2016-04-111-13/+13
* platform: add nm_platform_link_can_assume()Thomas Haller2016-04-041-0/+4
* platform: add nm_platform_link_set_netns() functionStjepan Gros2016-03-151-0/+5
* platform: add network namespace support to platformThomas Haller2016-03-071-0/+6
* core: move simple utils function from "nm-platform-utils.h"Thomas Haller2016-03-071-2/+0
* platform: add flags argument to nm_platform_ip4_address_add()Thomas Haller2016-03-011-0/+2
* platform: track ifa_flags for cached IPv4 addressesThomas Haller2016-03-011-1/+5
* platform: call ethtool functions via platformThomas Haller2016-03-011-0/+4
* core: split "nm-core-utils.h" out of "NetworkManagerUtils.h"Thomas Haller2016-03-011-3/+3
* platform/trivial: rename NMPlatformIP6Address's "flags" field to "n_ifa_flags"Thomas Haller2016-02-291-1/+1
* platform: adjust type of IPv6 address flags to guintThomas Haller2016-02-291-3/+3
* platform: streamline fields in platform's structuresThomas Haller2016-02-291-32/+33
* platform/trivial: rename NMPlatformLink's "flags" field to "n_ifi_flags"Thomas Haller2016-02-291-2/+2
* platform: adjust type of link flags to guintThomas Haller2016-02-291-3/+2
* platform: add IN6_ADDR_GEN_MODE_RANDOM to nm_platform_link_inet6_addrgenmode2...Thomas Haller2016-02-171-0/+1
* core: refactor functions to use NM_UTILS_LOOKUP*()Thomas Haller2016-01-241-1/+2
* platform: add const to input arguments to link-add functionsThomas Haller2015-12-111-15/+49
* platform/trivial: remove obsolete code commentThomas Haller2015-12-101-28/+0
* platform: move reading sysctl-options for master/slave to NMPlatformThomas Haller2015-12-101-4/+0
* platform/trivial: rename sysctl slave/master option functionsThomas Haller2015-12-101-4/+4
* platform/trivial: rename link related functionsThomas Haller2015-12-101-14/+22
* platform: return pointer to NMPlatformLink object for add functionsThomas Haller2015-12-101-23/+23
* platform: add vxlan supportBeniamino Galvani2015-12-091-0/+3
* platform: add macvtap link creation supportBeniamino Galvani2015-12-091-0/+4
* platform: add macvlan link creation supportBeniamino Galvani2015-12-091-0/+4
* platform: return the macvlan mode as integerBeniamino Galvani2015-12-091-1/+2
* platform: add IP6TNL links supportBeniamino Galvani2015-12-011-0/+19
* platform: add IPIP links supportBeniamino Galvani2015-12-011-0/+16
* platform: add SIT links supportBeniamino Galvani2015-12-011-0/+18
* platform: add GRE links creation supportBeniamino Galvani2015-12-011-0/+10
* platform: emit signals by signal-id instead of stringThomas Haller2015-11-271-0/+12
* platform: remove NMPlatformReason enumThomas Haller2015-11-271-13/+0