summaryrefslogtreecommitdiff
path: root/net/ethtool
AgeCommit message (Expand)AuthorFilesLines
3 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
3 daysConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
3 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds5-9/+9
4 daystreewide: 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
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
2025-07-22ethtool: rejig the RSS notification machinery for more typesJakub Kicinski3-9/+12
2025-07-22ethtool: assert that drivers with sym hash are consistent for RSS contextsJakub Kicinski1-0/+4
2025-07-18ethtool: rss: support setting flow hashing fieldsJakub Kicinski2-9/+104
2025-07-18ethtool: rss: support setting input-xfrm via NetlinkJakub Kicinski4-5/+69
2025-07-18ethtool: rss: support setting hkey via NetlinkJakub Kicinski1-1/+40
2025-07-18ethtool: rss: support setting hfunc via NetlinkJakub Kicinski1-1/+11
2025-07-18ethtool: rss: initial RSS_SET (indirection table handling)Jakub Kicinski3-0/+204
2025-07-17ethtool: Don't check for RXFH fields conflict when no input_xfrm is requestedGal Pressman2-1/+6
2025-07-11ethtool: rss: report which fields are configured for hashingJakub Kicinski2-11/+100
2025-07-11ethtool: mark ETHER_FLOW as usable for Rx hashJakub Kicinski1-0/+1
2025-07-11ethtool: rss: make sure dump takes the rss lockJakub Kicinski1-19/+21
2025-07-08net: ethtool: reduce indent for _rxfh_context opsJakub Kicinski1-18/+12
2025-07-08net: ethtool: remove the compat code for _rxfh_context opsJakub Kicinski2-53/+15
2025-07-02net: ethtool: fix leaking netdev ref if ethnl_default_parse() failedJakub Kicinski1-6/+12
2025-06-30net: ethtool: move get_rxfh callback under the rss_lockJakub Kicinski3-9/+27
2025-06-30net: ethtool: move rxfh_fields callbacks under the rss_lockJakub Kicinski1-5/+10