summaryrefslogtreecommitdiffstats
path: root/net/ethtool
AgeCommit message (Expand)AuthorLines
2026-04-12ethtool: strset: check nla_len overflowHangbin Liu-1/+2
2026-04-09net, ethtool: Disallow leased real rxqs to be resizedDaniel Borkmann-20/+29
2026-03-24net: ethtool: pass genl_info to the ethnl parse_request operationMaxime Chevallier-8/+19
2026-03-23ethtool: Add RSS indirection table resize helpersBjörn Töpel-0/+155
2026-03-23ethtool: Track user-provided RSS indirection table sizeBjörn Töpel-12/+49
2026-03-20net: ethtool: re-order local includesMaxime Chevallier-46/+58
2026-03-18net: ethtool: add ethtool COALESCE_RX_CQE_FRAMES/NSECSHaiyang Zhang-1/+13
2026-03-05net: ethtool: Track pause storm eventsMohsin Bashir-1/+3
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