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