aboutsummaryrefslogtreecommitdiffstats
path: root/net/ethtool/netlink.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-15ethtool: netlink: always pass genl_info to .prepare_dataJakub Kicinski1-1/+1
2023-03-27ethtool: Add support for configuring tx_push_buf_lenShay Agroskin1-1/+1
2023-02-13net: ethtool: extend ringparam set/get APIs for rx_pushShannon Nelson1-1/+1
2023-01-27ethtool: netlink: convert commands to common SETJakub Kicinski1-14/+0
2023-01-27ethtool: netlink: handle SET intro/outro in the common codeJakub Kicinski1-2/+20
2023-01-23ethtool: Add and use ethnl_update_bool.David S. Miller1-0/+26
2023-01-23net: ethtool: netlink: retrieve stats from multiple sources (eMAC, pMAC)Vladimir Oltean1-2/+2
2023-01-23net: ethtool: add support for MAC Merge layerVladimir Oltean1-0/+4
2023-01-11net/ethtool: add netlink interface for the PLCA RSPiergiorgio Beruto1-0/+6
2022-12-05ethtool: add netlink based get rss supportSudheer Mogilappagari1-0/+2
2022-10-03ethtool: add interface to interact with Ethernet Power EquipmentOleksij Rempel1-0/+4
2022-06-09net: rename reference+tracking helpersJakub Kicinski1-1/+1
2022-04-15net: ethtool: extend ringparam set/get APIs for tx_pushJie Wang1-1/+1
2022-02-23ethtool: add support to set/get completion queue event sizeSubbaraya Sundeep1-1/+1
2021-12-15ethtool: use ethnl_parse_header_dev_put()Eric Dumazet1-0/+5
2021-12-07netlink: add net device refcount tracker to struct ethnl_req_infoEric Dumazet1-0/+2
2021-11-22ethtool: add support to set/get rx buf len via ethtoolHao Chen1-1/+1
2021-10-06ethtool: Add ability to control transceiver modules' power modeIdo Schimmel1-0/+4
2021-08-24ethtool: add two coalesce attributes for CQE modeYufeng Mo1-1/+1
2021-08-03ethtool: move implementation of ethnl_ops_begin/complete to netlink.cHeiner Kallweit1-13/+2
2021-07-01ethtool: add a new command for getting PHC virtual clocksYangbo Lu1-0/+2
2021-06-22ethtool: Decrease size of module EEPROM get policy arrayIdo Schimmel1-1/+1
2021-06-02ethtool: Fix a typoZheng Yongjun1-1/+1
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2021-04-16ethtool: add interface to read RMON statsJakub Kicinski1-0/+1
2021-04-16ethtool: add interface to read standard MAC Ctrl statsJakub Kicinski1-0/+1
2021-04-16ethtool: add interface to read standard MAC statsJakub Kicinski1-0/+1
2021-04-16ethtool: add a new command for reading standard statsJakub Kicinski1-0/+5
2021-04-12ethtool: fix kdoc attr nameJakub Kicinski1-3/+3
2021-04-11ethtool: Allow network drivers to dump arbitrary EEPROM dataVladyslav Tarasiuk1-0/+2
2021-03-31ethtool: support FEC settings over netlinkJakub Kicinski1-0/+4
2021-02-03ethtool: Extend link modes settings uAPI with lanesDanielle Ratson1-1/+1
2020-10-08ethtool: strset: allow ETHTOOL_A_STRSET_COUNTS_ONLY attrJohannes Berg1-1/+1
2020-10-06ethtool: specify which header flags are supported per commandJakub Kicinski1-0/+1
2020-10-06ethtool: link up ethnl_header_policy as a nested policyJakub Kicinski1-0/+1
2020-10-06ethtool: trim policy tablesJakub Kicinski1-28/+28
2020-10-06ethtool: wire up set policies to opsJakub Kicinski1-0/+13
2020-10-06ethtool: wire up get policies to opsJakub Kicinski1-4/+16
2020-07-10ethtool: add tunnel info interfaceJakub Kicinski1-0/+4
2020-05-26net: ethtool: Add generic parts of cable test TDRAndrew Lunn1-0/+1
2020-05-10net: ethtool: Make helpers publicAndrew Lunn1-0/+2
2020-05-10net: ethtool: netlink: Add support for triggering a cable testAndrew Lunn1-0/+1
2020-03-29ethtool: provide timestamping information with TSINFO_GET requestMichal Kubecek1-0/+1
2020-03-29ethtool: set EEE settings with EEE_SET requestMichal Kubecek1-0/+1
2020-03-29ethtool: provide EEE settings with EEE_GET requestMichal Kubecek1-0/+1
2020-03-29ethtool: set pause parameters with PAUSE_SET requestMichal Kubecek1-0/+1
2020-03-29ethtool: provide pause parameters with PAUSE_GET requestMichal Kubecek1-0/+1
2020-03-29ethtool: set coalescing parameters with COALESCE_SET requestMichal Kubecek1-0/+1
2020-03-29ethtool: provide coalescing parameters with COALESCE_GET requestMichal Kubecek1-0/+1
2020-03-12ethtool: set device channel counts with CHANNELS_SET requestMichal Kubecek1-0/+1
2020-03-12ethtool: provide channel counts with CHANNELS_GET requestMichal Kubecek1-0/+1
2020-03-12ethtool: set device ring sizes with RINGS_SET requestMichal Kubecek1-0/+1
2020-03-12ethtool: provide ring sizes with RINGS_GET requestMichal Kubecek1-0/+1
2020-03-12ethtool: set device private flags with PRIVFLAGS_SET requestMichal Kubecek1-0/+1
2020-03-12ethtool: provide private flags with PRIVFLAGS_GET requestMichal Kubecek1-0/+1
2020-03-12ethtool: set netdev features with FEATURES_SET requestMichal Kubecek1-0/+1
2020-03-12ethtool: provide netdev features with FEATURES_GET requestMichal Kubecek1-0/+1
2020-03-12ethtool: rename ethnl_parse_header() to ethnl_parse_header_dev_get()Michal Kubecek1-3/+4
2020-01-27ethtool: set wake-on-lan settings with WOL_SET requestMichal Kubecek1-0/+1
2020-01-27ethtool: provide WoL settings with WOL_GET requestMichal Kubecek1-0/+1
2020-01-27ethtool: set message mask with DEBUG_SET requestMichal Kubecek1-0/+1
2020-01-27ethtool: provide message mask with DEBUG_GET requestMichal Kubecek1-0/+1
2019-12-27ethtool: provide link state with LINKSTATE_GET requestMichal Kubecek1-0/+1
2019-12-27ethtool: set link modes related data with LINKMODES_SET requestMichal Kubecek1-0/+1
2019-12-27ethtool: provide link mode information with LINKMODES_GET requestMichal Kubecek1-0/+1
2019-12-27ethtool: add default notification handlerMichal Kubecek1-1/+3
2019-12-27ethtool: set link settings with LINKINFO_SET requestMichal Kubecek1-0/+2
2019-12-27ethtool: provide link settings with LINKINFO_GET requestMichal Kubecek1-0/+1
2019-12-27ethtool: provide string sets with STRSET_GET requestMichal Kubecek1-0/+4
2019-12-27ethtool: default handlers for GET requestsMichal Kubecek1-1/+115
2019-12-27ethtool: helper functions for netlink interfaceMichal Kubecek1-0/+205
2019-12-27ethtool: introduce ethtool netlink interfaceMichal Kubecek1-0/+10