summaryrefslogtreecommitdiffstats
path: root/net/ethtool
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-9/+9
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-14/+14
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-10/+2
2026-02-02net: rss: fix reporting RXH_XFRM_NO_CHANGE as input_xfrm for contextsJakub Kicinski-10/+2
2026-01-27ethtool: remove ETHTOOL_GRXRINGS fallback through get_rxnfcBreno Leitao-12/+2
2026-01-20Revert "Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'"Jakub Kicinski-12/+9
2026-01-20net, ethtool: Disallow leased real rxqs to be resizedDaniel Borkmann-9/+12
2026-01-13net: phy: Introduce PHY ports representationMaxime Chevallier-0/+27
2026-01-13net: ethtool: Introduce ETHTOOL_LINK_MEDIUM_* valuesMaxime Chevallier-113/+147
2025-12-18ethtool: Avoid overflowing userspace buffer on stats queryGal Pressman-6/+24
2025-11-20net: ethtool: Add support for 1600Gbps speedYael Chemla-0/+8
2025-11-03ethtool: netlink: add ETHTOOL_MSG_MSE_GET and wire up PHY MSE accessOleksij Rempel-1/+342
2025-10-01Revert "Documentation: net: add flow control guide and document ethtool API"Paolo Abeni-4/+0
2025-09-30Documentation: net: add flow control guide and document ethtool APIOleksij Rempel-0/+4
2025-09-29net: ethtool: remove duplicated mm.o from MakefileMarkus Heidelberg-1/+1
2025-09-26ethtool: add FEC bins histogram reportVadim Fedorenko-2/+73
2025-09-23net: ethtool: tsconfig: set command must provide a replyVadim Fedorenko-7/+5
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2025-09-18net: ethtool: use the new helper in rss_set_prep_indir()Breno Leitao-8/+7
2025-09-18net: ethtool: update set_rxfh_indir to use ethtool_get_rx_ring_count helperBreno Leitao-8/+8
2025-09-18net: ethtool: update set_rxfh to use ethtool_get_rx_ring_count helperBreno Leitao-7/+9
2025-09-18net: ethtool: add get_rx_ring_count callback to optimize RX ring queriesBreno Leitao-5/+25
2025-09-18net: ethtool: remove the duplicated handling from ethtool_get_rxringsBreno Leitao-23/+10
2025-09-18net: ethtool: add support for ETHTOOL_GRXRINGS ioctlBreno Leitao-0/+40
2025-09-18net: ethtool: pass the num of RX rings directly to ethtool_copy_validate_indirBreno Leitao-5/+5
2025-09-12net: ethtool: handle EOPNOTSUPP from ethtool get_ts_info() methodRussell King (Oracle)-2/+2
2025-08-14net: ethtool: support including Flow Label in the flow hash for RSSJakub Kicinski-13/+39
2025-07-21ethtool: rss: support removing contexts via NetlinkJakub Kicinski-1/+119
2025-07-21ethtool: rss: support creating contexts via NetlinkJakub Kicinski-0/+222
2025-07-21ethtool: move ethtool_rxfh_ctx_alloc() to common codeJakub Kicinski-34/+37
2025-07-21ethtool: rss: factor out populating response from contextJakub Kicinski-10/+22
2025-07-21ethtool: rss: factor out allocating memory for responseJakub Kicinski-17/+30
2025-07-21ethtool: rejig the RSS notification machinery for more typesJakub Kicinski-9/+12
2025-07-21ethtool: assert that drivers with sym hash are consistent for RSS contextsJakub Kicinski-0/+4
2025-07-17ethtool: rss: support setting flow hashing fieldsJakub Kicinski-9/+104
2025-07-17ethtool: rss: support setting input-xfrm via NetlinkJakub Kicinski-5/+69
2025-07-17ethtool: rss: support setting hkey via NetlinkJakub Kicinski-1/+40
2025-07-17ethtool: rss: support setting hfunc via NetlinkJakub Kicinski-1/+11
2025-07-17ethtool: rss: initial RSS_SET (indirection table handling)Jakub Kicinski-0/+204
2025-07-16ethtool: Don't check for RXFH fields conflict when no input_xfrm is requestedGal Pressman-1/+6
2025-07-10ethtool: rss: report which fields are configured for hashingJakub Kicinski-11/+100
2025-07-10ethtool: mark ETHER_FLOW as usable for Rx hashJakub Kicinski-0/+1
2025-07-10ethtool: rss: make sure dump takes the rss lockJakub Kicinski-19/+21
2025-07-08net: ethtool: reduce indent for _rxfh_context opsJakub Kicinski-18/+12
2025-07-08net: ethtool: remove the compat code for _rxfh_context opsJakub Kicinski-53/+15
2025-07-01net: ethtool: fix leaking netdev ref if ethnl_default_parse() failedJakub Kicinski-6/+12
2025-06-30net: ethtool: move get_rxfh callback under the rss_lockJakub Kicinski-9/+27
2025-06-30net: ethtool: move rxfh_fields callbacks under the rss_lockJakub Kicinski-5/+10