aboutsummaryrefslogtreecommitdiffstats
path: root/net/ethtool/netlink.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-08ethtool: do not use rtnl in ethnl_default_dumpit()Eric Dumazet1-9/+5
2023-11-29ethtool: don't propagate EOPNOTSUPP from dumpsJakub Kicinski1-0/+1
2023-08-15ethtool: netlink: always pass genl_info to .prepare_dataJakub Kicinski1-5/+8
2023-08-15ethtool: netlink: simplify arguments to ethnl_default_parse()Jakub Kicinski1-12/+9
2023-08-15genetlink: use attrs from struct genl_infoJakub Kicinski1-1/+2
2023-07-28net: convert some netlink netdev iterators to depend on the xarrayJakub Kicinski1-48/+17
2023-06-15net: create device lookup API with reference trackingJakub Kicinski1-5/+5
2023-06-12net: ethtool: don't require empty header nestsJakub Kicinski1-0/+2
2023-01-27ethtool: netlink: convert commands to common SETJakub Kicinski1-14/+28
2023-01-27ethtool: netlink: handle SET intro/outro in the common codeJakub Kicinski1-1/+48
2023-01-23net: ethtool: add support for MAC Merge layerVladimir Oltean1-0/+19
2023-01-11net/ethtool: add netlink interface for the PLCA RSPiergiorgio Beruto1-0/+29
2022-12-05ethtool: add netlink based get rss supportSudheer Mogilappagari1-0/+7
2022-10-03ethtool: add interface to interact with Ethernet Power EquipmentOleksij Rempel1-0/+17
2022-08-30ethtool: report missing header via ext_ack in the default handlerJakub Kicinski1-0/+3
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski1-0/+1
2022-06-09net: rename reference+tracking helpersJakub Kicinski1-3/+3
2022-01-05netlink: do not allocate a device refcount tracker in ethnl_default_notify()Eric Dumazet1-1/+0
2021-12-30ethtool: Remove redundant ret assignmentsluo penghao1-1/+0
2021-12-15ethtool: always write dev in ethnl_parse_header_dev_getJakub Kicinski1-3/+2
2021-12-14ethtool: fix null-ptr-deref on ref trackerJakub Kicinski1-2/+4
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-12-07netlink: add net device refcount tracker to struct ethnl_req_infoEric Dumazet1-3/+5
2021-12-06ethtool: do not perform operations on net devices being unregisteredAntoine Tenart1-1/+2
2021-10-06ethtool: Add ability to control transceiver modules' power modeIdo Schimmel1-0/+19
2021-08-06ethtool: return error from ethnl_ops_begin if dev is NULLHeiner Kallweit1-2/+2
2021-08-05net: Remove redundant if statementsYajun Deng1-4/+2
2021-08-03ethtool: runtime-resume netdev parent in ethnl_ops_beginHeiner Kallweit1-6/+25
2021-08-03ethtool: move netif_device_present check from ethnl_parse_header_dev_get to e...Heiner Kallweit1-7/+7
2021-08-03ethtool: move implementation of ethnl_ops_begin/complete to netlink.cHeiner Kallweit1-0/+14
2021-07-01ethtool: add a new command for getting PHC virtual clocksYangbo Lu1-0/+10
2021-06-16ethtool: add a stricter length checkJakub Kicinski1-3/+8
2021-05-05ethtool: fix missing NLM_F_MULTI flag when dumpingFernando Fernandez Mancera1-1/+2
2021-04-16ethtool: add a new command for reading standard statsJakub Kicinski1-0/+10
2021-04-11ethtool: Allow network drivers to dump arbitrary EEPROM dataVladyslav Tarasiuk1-0/+11
2021-03-31ethtool: support FEC settings over netlinkJakub Kicinski1-0/+19
2020-10-08ethtool: correct policy for ETHTOOL_MSG_CHANNELS_SETJohannes Berg1-2/+2
2020-10-06ethtool: specify which header flags are supported per commandJakub Kicinski1-10/+19
2020-10-06ethtool: link up ethnl_header_policy as a nested policyJakub Kicinski1-1/+1
2020-10-06ethtool: trim policy tablesJakub Kicinski1-4/+3
2020-10-06ethtool: wire up set policies to opsJakub Kicinski1-0/+26
2020-10-06ethtool: wire up get policies to opsJakub Kicinski1-22/+40
2020-09-28ethtool: mark netlink family as __ro_after_initJakub Kicinski1-1/+1
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-14/+13
2020-07-10ethtool: add tunnel info interfaceJakub Kicinski1-0/+12
2020-07-09ethtool: fix genlmsg_put() failure handling in ethnl_default_dumpit()Michal Kubecek1-14/+13
2020-05-26net: ethtool: Add generic parts of cable test TDRAndrew Lunn1-0/+5
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-05-21ethtool: count header size in reply size estimateMichal Kubecek1-2/+2
2020-05-10net: ethtool: Make helpers publicAndrew Lunn1-2/+2
2020-05-10net: ethtool: netlink: Add support for triggering a cable testAndrew Lunn1-0/+5
2020-03-29ethtool: provide timestamping information with TSINFO_GET requestMichal Kubecek1-0/+8
2020-03-29ethtool: add EEE_NTF notificationMichal Kubecek1-0/+2
2020-03-29ethtool: set EEE settings with EEE_SET requestMichal Kubecek1-0/+5
2020-03-29ethtool: provide EEE settings with EEE_GET requestMichal Kubecek1-0/+8
2020-03-29ethtool: add PAUSE_NTF notificationMichal Kubecek1-0/+2
2020-03-29ethtool: set pause parameters with PAUSE_SET requestMichal Kubecek1-0/+5
2020-03-29ethtool: provide pause parameters with PAUSE_GET requestMichal Kubecek1-0/+8
2020-03-29ethtool: add COALESCE_NTF notificationMichal Kubecek1-0/+2
2020-03-29ethtool: set coalescing parameters with COALESCE_SET requestMichal Kubecek1-0/+5
2020-03-29ethtool: provide coalescing parameters with COALESCE_GET requestMichal Kubecek1-0/+8
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+12
2020-03-16ethtool: reject unrecognized request flagsMichal Kubecek1-4/+12
2020-03-12ethtool: add CHANNELS_NTF notificationMichal Kubecek1-0/+2
2020-03-12ethtool: set device channel counts with CHANNELS_SET requestMichal Kubecek1-0/+5
2020-03-12ethtool: provide channel counts with CHANNELS_GET requestMichal Kubecek1-0/+8
2020-03-12ethtool: add RINGS_NTF notificationMichal Kubecek1-0/+2
2020-03-12ethtool: set device ring sizes with RINGS_SET requestMichal Kubecek1-0/+5
2020-03-12ethtool: provide ring sizes with RINGS_GET requestMichal Kubecek1-0/+8
2020-03-12ethtool: add PRIVFLAGS_NTF notificationMichal Kubecek1-0/+2
2020-03-12ethtool: set device private flags with PRIVFLAGS_SET requestMichal Kubecek1-0/+5
2020-03-12ethtool: provide private flags with PRIVFLAGS_GET requestMichal Kubecek1-0/+8
2020-03-12ethtool: add FEATURES_NTF notificationMichal Kubecek1-1/+28
2020-03-12ethtool: set netdev features with FEATURES_SET requestMichal Kubecek1-0/+5
2020-03-12ethtool: provide netdev features with FEATURES_GET requestMichal Kubecek1-0/+8
2020-03-12ethtool: rename ethnl_parse_header() to ethnl_parse_header_dev_get()Michal Kubecek1-6/+6
2020-01-27ethtool: add WOL_NTF notificationMichal Kubecek1-0/+2
2020-01-27ethtool: set wake-on-lan settings with WOL_SET requestMichal Kubecek1-0/+5
2020-01-27ethtool: provide WoL settings with WOL_GET requestMichal Kubecek1-0/+9
2020-01-27ethtool: add DEBUG_NTF notificationMichal Kubecek1-0/+2
2020-01-27ethtool: set message mask with DEBUG_SET requestMichal Kubecek1-0/+5
2020-01-27ethtool: provide message mask with DEBUG_GET requestMichal Kubecek1-0/+8
2020-01-27ethtool: fix kernel-doc descriptionsMichal Kubecek1-12/+14
2020-01-08ethtool: fix ->reply_size() error handlingDan Carpenter1-2/+4
2020-01-08ethtool: fix a memory leak in ethnl_default_start()Dan Carpenter1-3/+10
2019-12-27ethtool: provide link state with LINKSTATE_GET requestMichal Kubecek1-0/+8
2019-12-27ethtool: add LINKMODES_NTF notificationMichal Kubecek1-0/+2
2019-12-27ethtool: set link modes related data with LINKMODES_SET requestMichal Kubecek1-0/+5
2019-12-27ethtool: provide link mode information with LINKMODES_GET requestMichal Kubecek1-0/+8
2019-12-27ethtool: add LINKINFO_NTF notificationMichal Kubecek1-0/+2
2019-12-27ethtool: add default notification handlerMichal Kubecek1-0/+89
2019-12-27ethtool: set link settings with LINKINFO_SET requestMichal Kubecek1-0/+5
2019-12-27ethtool: provide link settings with LINKINFO_GET requestMichal Kubecek1-0/+8
2019-12-27ethtool: provide string sets with STRSET_GET requestMichal Kubecek1-0/+8
2019-12-27ethtool: default handlers for GET requestsMichal Kubecek1-0/+321
2019-12-27ethtool: support for netlink notificationsMichal Kubecek1-0/+32
2019-12-27ethtool: helper functions for netlink interfaceMichal Kubecek1-0/+166
2019-12-27ethtool: introduce ethtool netlink interfaceMichal Kubecek1-0/+33