summaryrefslogtreecommitdiffstats
path: root/net/ethtool/netlink.c
Commit message (Expand)AuthorAgeFilesLines
* ethtool: do not use rtnl in ethnl_default_dumpit()Eric Dumazet2024-02-081-9/+5
* ethtool: don't propagate EOPNOTSUPP from dumpsJakub Kicinski2023-11-291-0/+1
* ethtool: netlink: always pass genl_info to .prepare_dataJakub Kicinski2023-08-151-5/+8
* ethtool: netlink: simplify arguments to ethnl_default_parse()Jakub Kicinski2023-08-151-12/+9
* genetlink: use attrs from struct genl_infoJakub Kicinski2023-08-151-1/+2
* net: convert some netlink netdev iterators to depend on the xarrayJakub Kicinski2023-07-281-48/+17
* net: create device lookup API with reference trackingJakub Kicinski2023-06-151-5/+5
* net: ethtool: don't require empty header nestsJakub Kicinski2023-06-121-0/+2
* ethtool: netlink: convert commands to common SETJakub Kicinski2023-01-271-14/+28
* ethtool: netlink: handle SET intro/outro in the common codeJakub Kicinski2023-01-271-1/+48
* net: ethtool: add support for MAC Merge layerVladimir Oltean2023-01-231-0/+19
* net/ethtool: add netlink interface for the PLCA RSPiergiorgio Beruto2023-01-111-0/+29
* ethtool: add netlink based get rss supportSudheer Mogilappagari2022-12-051-0/+7
* ethtool: add interface to interact with Ethernet Power EquipmentOleksij Rempel2022-10-031-0/+17
* ethtool: report missing header via ext_ack in the default handlerJakub Kicinski2022-08-301-0/+3
* genetlink: start to validate reserved header bytesJakub Kicinski2022-08-291-0/+1
* net: rename reference+tracking helpersJakub Kicinski2022-06-091-3/+3
* netlink: do not allocate a device refcount tracker in ethnl_default_notify()Eric Dumazet2022-01-051-1/+0
* ethtool: Remove redundant ret assignmentsluo penghao2021-12-301-1/+0
* ethtool: always write dev in ethnl_parse_header_dev_getJakub Kicinski2021-12-151-3/+2
* ethtool: fix null-ptr-deref on ref trackerJakub Kicinski2021-12-141-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-091-1/+2
|\
| * ethtool: do not perform operations on net devices being unregisteredAntoine Tenart2021-12-061-1/+2
* | netlink: add net device refcount tracker to struct ethnl_req_infoEric Dumazet2021-12-071-3/+5
|/
* ethtool: Add ability to control transceiver modules' power modeIdo Schimmel2021-10-061-0/+19
* ethtool: return error from ethnl_ops_begin if dev is NULLHeiner Kallweit2021-08-061-2/+2
* net: Remove redundant if statementsYajun Deng2021-08-051-4/+2
* ethtool: runtime-resume netdev parent in ethnl_ops_beginHeiner Kallweit2021-08-031-6/+25
* ethtool: move netif_device_present check from ethnl_parse_header_dev_get to e...Heiner Kallweit2021-08-031-7/+7
* ethtool: move implementation of ethnl_ops_begin/complete to netlink.cHeiner Kallweit2021-08-031-0/+14
* ethtool: add a new command for getting PHC virtual clocksYangbo Lu2021-07-011-0/+10
* ethtool: add a stricter length checkJakub Kicinski2021-06-161-3/+8
* ethtool: fix missing NLM_F_MULTI flag when dumpingFernando Fernandez Mancera2021-05-051-1/+2
* ethtool: add a new command for reading standard statsJakub Kicinski2021-04-161-0/+10
* ethtool: Allow network drivers to dump arbitrary EEPROM dataVladyslav Tarasiuk2021-04-111-0/+11
* ethtool: support FEC settings over netlinkJakub Kicinski2021-03-311-0/+19
* ethtool: correct policy for ETHTOOL_MSG_CHANNELS_SETJohannes Berg2020-10-081-2/+2
* ethtool: specify which header flags are supported per commandJakub Kicinski2020-10-061-10/+19
* ethtool: link up ethnl_header_policy as a nested policyJakub Kicinski2020-10-061-1/+1
* ethtool: trim policy tablesJakub Kicinski2020-10-061-4/+3
* ethtool: wire up set policies to opsJakub Kicinski2020-10-061-0/+26
* ethtool: wire up get policies to opsJakub Kicinski2020-10-061-22/+40
* ethtool: mark netlink family as __ro_after_initJakub Kicinski2020-09-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-111-14/+13
|\
| * ethtool: fix genlmsg_put() failure handling in ethnl_default_dumpit()Michal Kubecek2020-07-091-14/+13
* | ethtool: add tunnel info interfaceJakub Kicinski2020-07-101-0/+12
|/
* net: ethtool: Add generic parts of cable test TDRAndrew Lunn2020-05-261-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-241-2/+2
|\
| * ethtool: count header size in reply size estimateMichal Kubecek2020-05-211-2/+2
* | net: ethtool: Make helpers publicAndrew Lunn2020-05-101-2/+2