summaryrefslogtreecommitdiff
path: root/src/platform/nm-platform.h
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* ipv6: set neighbor parameters from RAsBeniamino Galvani2019-08-301-0/+6
* core: drop nm_platform_link_get_address_as_bytes()Beniamino Galvani2019-07-051-12/+1
* platform: add nm_platform_sysctl_ip_conf_get_rp_filter_ipv4()Thomas Haller2019-06-171-0/+4
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* platform: avoid heap allocating string buffer for printing link flagsThomas Haller2019-06-111-0/+2
* platform: handle IFLA_BROADCAST in platform cache for linksThomas Haller2019-06-111-5/+12
* platform: make nm_platform_kernel_support_get() macro an inline functionThomas Haller2019-05-291-22/+22
* core: set number of SR-IOV VFs asynchronouslyBeniamino Galvani2019-05-281-2/+16
* platform: add async sysctl set functionBeniamino Galvani2019-05-281-0/+18
* platform: use 'self' argument name for platform functionsBeniamino Galvani2019-05-281-91/+86
* device/trivial: add comment about lifetime of "kind" in tc_commit()th/various-cleanup-platform-libnmThomas Haller2019-05-071-0/+12
* platform: use bool bitfields in NMPlatformActionMirred structureThomas Haller2019-05-071-4/+4
* libnm: rename "memory" parameter of fq_codel QDisc to "memory_limit"Thomas Haller2019-05-071-1/+1
* platform: fix handling of default value for TCA_FQ_CODEL_CE_THRESHOLDThomas Haller2019-05-071-1/+11
* platform: fix handling of fq_codel's memory limit default valueThomas Haller2019-05-071-1/+8
* tc/tfilter: add mirred actionLubomir Rintel2019-04-301-0/+10
* tc/qdisc: add support for fq_codel attributesLubomir Rintel2019-04-301-0/+14
* platform: detect kernel support for FRA_L3MDEVThomas Haller2019-04-181-0/+1
* platform: detect kernel support for FRA_UID_RANGEThomas Haller2019-04-181-0/+1
* platform: detect kernel support for FRA_IP_PROTO, FRA_SPORT_RANGE, FRA_DPORT_...Thomas Haller2019-04-181-0/+5
* platform: detect kernel support for FRA_PROTOCOLThomas Haller2019-04-181-0/+1
* platform: refactor detecting kernel featuresThomas Haller2019-04-181-12/+37
* all: support bridge vlan rangesBeniamino Galvani2019-04-181-1/+2
* libnm,core: enable "onlink" flags also for IPv6 routesThomas Haller2019-04-101-1/+1
* platform: add support for bridge vlansBeniamino Galvani2019-03-261-0/+9
* platform: add routing-rule add/delete netlink functionsThomas Haller2019-03-131-0/+8
* platform: add support for routing-rule objects and cache them in platformThomas Haller2019-03-131-0/+62
* platform: drop unused nm_platform_refresh_all()Thomas Haller2019-03-131-4/+0
* platform: add NMPlatformObjWithIfindex helper structure for handling NMPObjec...Thomas Haller2019-03-131-11/+17
* platform: unify IPv4 and IPv6 variables for NMPlatformVTableRouteThomas Haller2019-03-131-2/+9
* platform: add peer_flags argument to nm_platform_link_wireguard_change()Thomas Haller2019-02-141-8/+26
* platform: add flags for setting individual WireGuard options of linkThomas Haller2019-02-141-0/+3
* platform: add change-flags argument to platform's link_wireguard_change()Thomas Haller2019-02-141-2/+7
* all: include "nm-utils/nm-errno.h" via "nm-default.h"Thomas Haller2019-02-121-1/+0
* platform: add @replace_peers argument to nm_platform_link_wireguard_change()Thomas Haller2019-01-221-2/+4
* all: add static assertion for maximumg alloca() allocated bufferThomas Haller2019-01-151-9/+9
* platform: create wireguard netdev interfaceThomas Haller2019-01-091-1/+18
* platform: return platform-error from link-add functionThomas Haller2018-12-271-7/+8
* platform: merge NMPlatformError with nm-errorThomas Haller2018-12-271-128/+100
* core/trivial: rename nm_platform_sysctl_set_ip6_hop_limit_safe()Thomas Haller2018-12-191-1/+3
* platform: add nm_platform_sysctl_ip_conf_*() wrappersThomas Haller2018-12-191-0/+26
* platform: assert length of stack allocation in NMP_SYSCTL_PATHID_NETDIR_unsafe()Thomas Haller2018-12-191-1/+8
* platform: add nm_platform_link_get_ifi_flags() helperThomas Haller2018-11-291-0/+1
* build: avoid header conflict for <linux/if.h> and <net/if.h> with "nm-platfor...Thomas Haller2018-11-121-10/+10
* platform/wpan: allow setting channelLubomir Rintel2018-10-071-0/+2
* docs: misc. typosluz.paz2018-09-151-4/+4
* platform/wireguard: rework parsing wireguard links in platformThomas Haller2018-09-071-4/+8
* platform: drop unused virtual function NMPlatformClass.wifi_get_ssid()Thomas Haller2018-08-221-1/+0
* platform/ethtool: add code to get/set offload features via ethtoolThomas Haller2018-08-101-0/+11