summaryrefslogtreecommitdiff
path: root/src/platform/nm-platform.h
Commit message (Expand)AuthorAgeFilesLines
* udev: drop libgudev in favor of libudevThomas Haller2017-03-221-2/+4
* platform: add support for some route optionsBeniamino Galvani2017-03-061-0/+13
* platform: change signature of nm_platform_ip{4,6}_route_add()Beniamino Galvani2017-03-061-12/+4
* platform: support preferred source option for IPv6 routesBeniamino Galvani2017-03-061-2/+3
* platform/tun: don't passing around the ifname guessLubomir Rintel2017-01-161-1/+1
* platform: add support for macsec linksBeniamino Galvani2017-01-161-0/+29
* platform: add wrappers for if_nametoindex() and if_indextoname()Thomas Haller2017-01-041-0/+3
* platform: lookup ifname for ethtool/mii ioctl immediately before useThomas Haller2016-12-131-3/+3
* core: use nmp_utils_sysctl_open_netdir() to read tun/tap sysctlThomas Haller2016-12-131-3/+1
* platform: implement sysctl access via relative path to sysctl_open_netdir()Thomas Haller2016-12-131-0/+11
* platform: add optional dirfd argument to sysctl functionsThomas Haller2016-12-131-6/+9
* core: merge NM_PLATFORM_LINK_DUPLEX_UNSET and UNKNOWNfg/802-3-prop_rh1353612_IIThomas Haller2016-11-221-2/+1
* platform: add APIs to allow link negotiation managementFrancesco Giudici2016-11-221-1/+9
* 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