summaryrefslogtreecommitdiff
path: root/src/platform/nm-platform-utils.h
Commit message (Expand)AuthorAgeFilesLines
* platform: make states of NMEthtoolCoalesceState indexed by ethtool_idThomas Haller2020-05-221-22/+1
* platform: add support for ring settings using ioctl()Antonio Cardace2020-05-201-0/+13
* platform: simplify NMEthtoolCoalesceState to only track one stateThomas Haller2020-05-201-9/+4
* platform: add support for coalesce settings using ioctl()Antonio Cardace2020-05-131-0/+36
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* shared: build helper "libnm-libnm-core-{intern|aux}.la" library for libnm-coreThomas Haller2019-04-181-1/+1
* platform/ethtool: add code to get/set offload features via ethtoolThomas Haller2018-08-101-3/+53
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-3/+0
* udev: drop libgudev in favor of libudevThomas Haller2017-03-221-3/+3
* platform: add wrappers for if_nametoindex() and if_indextoname()Thomas Haller2017-01-041-0/+3
* platform: avoid copying arguments for nmp_utils_ethtool_get_driver_info()Thomas Haller2016-12-131-3/+18
* platform: remove unused nmp_utils_device_exists() utilThomas Haller2016-12-131-2/+0
* platform: lookup ifname for ethtool/mii ioctl immediately before useThomas Haller2016-12-131-11/+11
* platform: refactor nmp_utils_sysctl_open_netdir()Thomas Haller2016-12-131-1/+3
* platform: add a new function nmp_utils_open_sysctl()Kai-Heng Feng2016-12-131-0/+2
* platform: add APIs to allow link negotiation managementFrancesco Giudici2016-11-221-1/+2
* platform: declare nmp_utils_ip_config_source_*() functions as constThomas Haller2016-05-161-4/+4
* platform: extend NMIPConfigSource to preserve the rtm_protocol fieldThomas Haller2016-04-281-3/+5
* platform: add nmp_utils_ip_config_source_to_string()Thomas Haller2016-04-281-0/+1
* platform: expose nmp_utils_ip_config_source_to/from_rtprot()Thomas Haller2016-04-111-0/+3
* core: move simple utils function from "nm-platform-utils.h"Thomas Haller2016-03-071-15/+0
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+0
* platform: expose nmp_utils_ip4_address_is_link_local() functionThomas Haller2016-02-181-0/+2
* core: avoid ioctls on non existent devicesBeniamino Galvani2015-08-111-0/+2
* core: configure Wake-on-LAN parameters for Ethernet devicesBeniamino Galvani2015-07-241-0/+4
* platform: move address lifetime utils function to nm-platform-utils.cThomas Haller2015-07-011-0/+12
* platform: move ethtool_get_link_speed() to nm-platform-utilsThomas Haller2015-06-051-0/+1
* platform: move supports_mii_carrier_detect() to nmp_utils_mii_supports_carrie...Thomas Haller2015-06-051-0/+3
* platform: move ethtool_*() to nmp_utils_ethtool_*()Thomas Haller2015-06-051-0/+16
* platform: move code udev_get_driver() to nmp_utils_udev_get_driver()Thomas Haller2015-06-051-0/+5
* platform: add nm-platform-utils.[ch] filesThomas Haller2015-06-051-0/+29