summaryrefslogtreecommitdiff
path: root/net/ethtool
AgeCommit message (Expand)Author
2026-06-09ethtool: eeprom: add more safeties to EEPROM Netlink fallbackJakub Kicinski
2026-06-09ethtool: eeprom: add missing ethnl_ops_begin() / _complete() during fallbackJakub Kicinski
2026-06-09ethtool: strset: fix header attribute index in ethnl_req_get_phydev()Jakub Kicinski
2026-06-09ethtool: tsinfo: don't pass ERR_PTR to genlmsg_cancel on prepare failureJakub Kicinski
2026-06-09ethtool: tsinfo: fix uninitialized stats on the by-PHC pathJakub Kicinski
2026-06-09ethtool: tsconfig: fix missing ethnl_ops_complete()Jakub Kicinski
2026-06-09ethtool: pse-pd: fix missing ethnl_ops_complete()Jakub Kicinski
2026-06-09ethtool: linkstate: fix unbalanced ethnl_ops_complete() on PHY lookup errorJakub Kicinski
2026-06-09ethtool: tsconfig: fix reply error handlingJakub Kicinski
2026-06-09ethtool: coalesce: cap profile updates at NET_DIM_PARAMS_NUM_PROFILESJakub Kicinski
2026-06-09ethtool: cmis: validate fw->size against start_cmd_payload_sizeJakub Kicinski
2026-06-09ethtool: cmis: validate start_cmd_payload_size from moduleJakub Kicinski
2026-06-09ethtool: cmis: fix u16-to-u8 truncation of msleep_pre_rplJakub Kicinski
2026-06-09ethtool: cmis: require exact CDB reply lengthJakub Kicinski
2026-06-09ethtool: module: fix cleanup if socket used for flashing multiple devicesJakub Kicinski
2026-06-09ethtool: module: check fw_flash_in_progress under rtnl_lockJakub Kicinski
2026-06-09ethtool: module: avoid racy updates to dev->ethtool bitfieldJakub Kicinski
2026-06-09ethtool: module: avoid leaking a netdev ref on module flash errorsJakub Kicinski
2026-06-09ethtool: module: call ethnl_ops_complete() on module flash errorsJakub Kicinski
2026-06-09ethtool: rss: avoid device context leak on reply-build failureJakub Kicinski
2026-06-09ethtool: rss: fix hkey leak when indir_size is 0Jakub Kicinski
2026-06-09ethtool: rss: fix indir_table and hkey leak on get_rxfh failureJakub Kicinski
2026-06-09ethtool: rss: fix falsely ignoring indir table updatesJakub Kicinski
2026-06-09ethtool: rss: add missing errno on RSS context deleteJakub Kicinski
2026-06-09ethtool: rss: avoid modifying the RSS context responseJakub Kicinski
2026-06-01ethtool: fix ethnl_bitmap32_not_zero() bit interval semanticsChenguang Zhao
2026-06-01net: ethtool: phy: avoid NULL deref when PHY driver is unboundDavid Carlier
2026-06-01net: ethtool: fix NULL pointer dereference in phy_reply_sizeQuan Sun
2026-02-11net: rss: fix reporting RXH_XFRM_NO_CHANGE as input_xfrm for contextsJakub Kicinski
2026-01-02ethtool: Avoid overflowing userspace buffer on stats queryGal Pressman
2025-10-01Revert "Documentation: net: add flow control guide and document ethtool API"Paolo Abeni
2025-09-30Documentation: net: add flow control guide and document ethtool APIOleksij Rempel
2025-09-29net: ethtool: remove duplicated mm.o from MakefileMarkus Heidelberg
2025-09-26ethtool: add FEC bins histogram reportVadim Fedorenko
2025-09-23net: ethtool: tsconfig: set command must provide a replyVadim Fedorenko
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-18net: ethtool: use the new helper in rss_set_prep_indir()Breno Leitao
2025-09-18net: ethtool: update set_rxfh_indir to use ethtool_get_rx_ring_count helperBreno Leitao
2025-09-18net: ethtool: update set_rxfh to use ethtool_get_rx_ring_count helperBreno Leitao
2025-09-18net: ethtool: add get_rx_ring_count callback to optimize RX ring queriesBreno Leitao
2025-09-18net: ethtool: remove the duplicated handling from ethtool_get_rxringsBreno Leitao
2025-09-18net: ethtool: add support for ETHTOOL_GRXRINGS ioctlBreno Leitao
2025-09-18net: ethtool: pass the num of RX rings directly to ethtool_copy_validate_indirBreno Leitao
2025-09-12net: ethtool: handle EOPNOTSUPP from ethtool get_ts_info() methodRussell King (Oracle)
2025-08-14net: ethtool: support including Flow Label in the flow hash for RSSJakub Kicinski
2025-07-21ethtool: rss: support removing contexts via NetlinkJakub Kicinski
2025-07-21ethtool: rss: support creating contexts via NetlinkJakub Kicinski
2025-07-21ethtool: move ethtool_rxfh_ctx_alloc() to common codeJakub Kicinski
2025-07-21ethtool: rss: factor out populating response from contextJakub Kicinski
2025-07-21ethtool: rss: factor out allocating memory for responseJakub Kicinski