summaryrefslogtreecommitdiff
path: root/net/ethtool
AgeCommit message (Expand)AuthorFilesLines
6 daysethtool: eeprom: add more safeties to EEPROM Netlink fallbackJakub Kicinski1-1/+4
6 daysethtool: eeprom: add missing ethnl_ops_begin() / _complete() during fallbackJakub Kicinski1-3/+2
6 daysethtool: strset: fix header attribute index in ethnl_req_get_phydev()Jakub Kicinski1-1/+1
6 daysethtool: tsinfo: don't pass ERR_PTR to genlmsg_cancel on prepare failureJakub Kicinski1-4/+2
6 daysethtool: tsinfo: fix uninitialized stats on the by-PHC pathJakub Kicinski1-0/+13
6 daysethtool: tsconfig: fix missing ethnl_ops_complete()Jakub Kicinski1-2/+4
6 daysethtool: pse-pd: fix missing ethnl_ops_complete()Jakub Kicinski1-5/+5
6 daysethtool: linkstate: fix unbalanced ethnl_ops_complete() on PHY lookup errorJakub Kicinski1-4/+2
6 daysethtool: tsconfig: fix reply error handlingJakub Kicinski1-2/+7
6 daysethtool: coalesce: cap profile updates at NET_DIM_PARAMS_NUM_PROFILESJakub Kicinski1-0/+6
8 daysethtool: cmis: validate fw->size against start_cmd_payload_sizeJakub Kicinski1-0/+8
8 daysethtool: cmis: validate start_cmd_payload_size from moduleJakub Kicinski1-14/+22
8 daysethtool: cmis: fix u16-to-u8 truncation of msleep_pre_rplJakub Kicinski1-2/+2
8 daysethtool: cmis: require exact CDB reply lengthJakub Kicinski1-2/+7
8 daysethtool: module: fix cleanup if socket used for flashing multiple devicesJakub Kicinski3-9/+8
8 daysethtool: module: check fw_flash_in_progress under rtnl_lockJakub Kicinski1-6/+6
8 daysethtool: module: avoid racy updates to dev->ethtool bitfieldJakub Kicinski1-2/+10
8 daysethtool: module: avoid leaking a netdev ref on module flash errorsJakub Kicinski1-2/+3
8 daysethtool: module: call ethnl_ops_complete() on module flash errorsJakub Kicinski1-1/+2
8 daysethtool: rss: avoid device context leak on reply-build failureJakub Kicinski1-1/+5
8 daysethtool: rss: fix hkey leak when indir_size is 0Jakub Kicinski1-2/+1
8 daysethtool: rss: fix indir_table and hkey leak on get_rxfh failureJakub Kicinski1-1/+3
8 daysethtool: rss: fix falsely ignoring indir table updatesJakub Kicinski1-1/+1
8 daysethtool: rss: add missing errno on RSS context deleteJakub Kicinski1-1/+3
8 daysethtool: rss: avoid modifying the RSS context responseJakub Kicinski1-8/+10
2026-05-13ethtool: fix ethnl_bitmap32_not_zero() bit interval semanticsChenguang Zhao1-4/+4
2026-05-13net: ethtool: phy: avoid NULL deref when PHY driver is unboundDavid Carlier1-4/+6
2026-05-09net: ethtool: fix NULL pointer dereference in phy_reply_sizeQuan Sun1-2/+30
2026-04-12ethtool: strset: check nla_len overflowHangbin Liu1-1/+2
2026-04-10net, ethtool: Disallow leased real rxqs to be resizedDaniel Borkmann2-20/+29
2026-03-25net: ethtool: pass genl_info to the ethnl parse_request operationMaxime Chevallier8-8/+19
2026-03-24ethtool: Add RSS indirection table resize helpersBjörn Töpel1-0/+155
2026-03-24ethtool: Track user-provided RSS indirection table sizeBjörn Töpel3-12/+49
2026-03-21net: ethtool: re-order local includesMaxime Chevallier31-46/+58
2026-03-19net: ethtool: add ethtool COALESCE_RX_CQE_FRAMES/NSECSHaiyang Zhang1-1/+13
2026-03-05net: ethtool: Track pause storm eventsMohsin Bashir1-1/+3
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds5-9/+9
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook7-14/+14
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-10/+2
2026-02-03net: rss: fix reporting RXH_XFRM_NO_CHANGE as input_xfrm for contextsJakub Kicinski2-10/+2
2026-01-28ethtool: remove ETHTOOL_GRXRINGS fallback through get_rxnfcBreno Leitao1-12/+2
2026-01-21Revert "Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'"Jakub Kicinski2-12/+9
2026-01-20net, ethtool: Disallow leased real rxqs to be resizedDaniel Borkmann2-9/+12
2026-01-14net: phy: Introduce PHY ports representationMaxime Chevallier1-0/+27
2026-01-14net: ethtool: Introduce ETHTOOL_LINK_MEDIUM_* valuesMaxime Chevallier1-113/+147
2025-12-18ethtool: Avoid overflowing userspace buffer on stats queryGal Pressman1-6/+24
2025-11-21net: ethtool: Add support for 1600Gbps speedYael Chemla1-0/+8
2025-11-04ethtool: netlink: add ETHTOOL_MSG_MSE_GET and wire up PHY MSE accessOleksij Rempel4-1/+342