summaryrefslogtreecommitdiff
path: root/net/ethtool/netlink.c
AgeCommit message (Expand)Author
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski
2025-03-07net: ethtool: use correct device pointer in ethnl_default_dump_one()Eric Dumazet
2025-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-03-06net: ethtool: try to protect all callback with netdev instance lockJakub Kicinski
2025-03-04net: ethtool: netlink: Allow NULL nlattrs when getting a phy_deviceMaxime Chevallier
2025-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-01-20net: provide pending ring configuration in net_deviceJakub Kicinski
2025-01-20net: ethtool: store netdev in a temp variable in ethnl_default_set_doit()Jakub Kicinski
2025-01-18net: avoid race between device unregistration and ethnl opsAntoine Tenart
2024-12-16net: ethtool: Add support for tsconfig command to get/set hwtstamp configKory Maincent
2024-12-16net: ethtool: tsinfo: Enhance tsinfo to support several hwtstamp by net topologyKory Maincent
2024-08-23net: ethtool: Introduce a command to list PHYs on an interfaceMaxime Chevallier
2024-08-23net: ethtool: Allow passing a phy index for some commandsMaxime Chevallier
2024-08-12ethtool: rss: support dumping RSS contextsJakub Kicinski
2024-07-04ethtool: move firmware flashing flag to struct ethtool_netdev_stateEdward Cree
2024-06-28ethtool: Add ability to flash transceiver modules' firmwareDanielle Ratson
2024-06-28ethtool: Veto some operations during firmware flashing processDanielle Ratson
2024-06-28ethtool: Add flashing transceiver modules' firmware notifications abilityDanielle Ratson
2024-02-08ethtool: do not use rtnl in ethnl_default_dumpit()Eric Dumazet
2023-11-29ethtool: don't propagate EOPNOTSUPP from dumpsJakub Kicinski
2023-08-15ethtool: netlink: always pass genl_info to .prepare_dataJakub Kicinski
2023-08-15ethtool: netlink: simplify arguments to ethnl_default_parse()Jakub Kicinski
2023-08-15genetlink: use attrs from struct genl_infoJakub Kicinski
2023-07-28net: convert some netlink netdev iterators to depend on the xarrayJakub Kicinski
2023-06-15net: create device lookup API with reference trackingJakub Kicinski
2023-06-12net: ethtool: don't require empty header nestsJakub Kicinski
2023-01-27ethtool: netlink: convert commands to common SETJakub Kicinski
2023-01-27ethtool: netlink: handle SET intro/outro in the common codeJakub Kicinski
2023-01-23net: ethtool: add support for MAC Merge layerVladimir Oltean
2023-01-11net/ethtool: add netlink interface for the PLCA RSPiergiorgio Beruto
2022-12-05ethtool: add netlink based get rss supportSudheer Mogilappagari
2022-10-03ethtool: add interface to interact with Ethernet Power EquipmentOleksij Rempel
2022-08-30ethtool: report missing header via ext_ack in the default handlerJakub Kicinski
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski
2022-06-09net: rename reference+tracking helpersJakub Kicinski
2022-01-05netlink: do not allocate a device refcount tracker in ethnl_default_notify()Eric Dumazet
2021-12-30ethtool: Remove redundant ret assignmentsluo penghao
2021-12-15ethtool: always write dev in ethnl_parse_header_dev_getJakub Kicinski
2021-12-14ethtool: fix null-ptr-deref on ref trackerJakub Kicinski
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-07netlink: add net device refcount tracker to struct ethnl_req_infoEric Dumazet
2021-12-06ethtool: do not perform operations on net devices being unregisteredAntoine Tenart
2021-10-06ethtool: Add ability to control transceiver modules' power modeIdo Schimmel
2021-08-06ethtool: return error from ethnl_ops_begin if dev is NULLHeiner Kallweit
2021-08-05net: Remove redundant if statementsYajun Deng
2021-08-03ethtool: runtime-resume netdev parent in ethnl_ops_beginHeiner Kallweit
2021-08-03ethtool: move netif_device_present check from ethnl_parse_header_dev_get to e...Heiner Kallweit
2021-08-03ethtool: move implementation of ethnl_ops_begin/complete to netlink.cHeiner Kallweit
2021-07-01ethtool: add a new command for getting PHC virtual clocksYangbo Lu
2021-06-16ethtool: add a stricter length checkJakub Kicinski