#!/bin/bash (perf record -e raw_syscalls:sys_enter $@ || \ perf record -e syscalls:sys_enter $@) 2> /dev/null om feed' href='https://universe.0xinfinity.dev/distro/kernel/atom/net/ethtool?h=linux-6.18.y' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/net/ethtool
AgeCommit message (Expand)Author
2026-02-11net: rss: fix reporting RXH_XFRM_NO_CHANGE as input_xfrm for contextsJakub Kicinski
2026-01-02ethtool: Avoid overflowing userspace buffer on stats queryGal Pressman
2025-10-01Revert "Documentation: net: add flow control guide and document ethtool API"Paolo Abeni
2025-09-30Documentation: net: add flow control guide and document ethtool APIOleksij Rempel
2025-09-29net: ethtool: remove duplicated mm.o from MakefileMarkus Heidelberg
2025-09-26ethtool: add FEC bins histogram reportVadim Fedorenko
2025-09-23net: ethtool: tsconfig: set command must provide a replyVadim Fedorenko
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-18net: ethtool: use the new helper in rss_set_prep_indir()Breno Leitao
2025-09-18net: ethtool: update set_rxfh_indir to use ethtool_get_rx_ring_count helperBreno Leitao
2025-09-18net: ethtool: update set_rxfh to use ethtool_get_rx_ring_count helperBreno Leitao
2025-09-18net: ethtool: add get_rx_ring_count callback to optimize RX ring queriesBreno Leitao
2025-09-18net: ethtool: remove the duplicated handling from ethtool_get_rxringsBreno Leitao
2025-09-18net: ethtool: add support for ETHTOOL_GRXRINGS ioctlBreno Leitao
2025-09-18net: ethtool: pass the num of RX rings directly to ethtool_copy_validate_indirBreno Leitao
2025-09-12net: ethtool: handle EOPNOTSUPP from ethtool get_ts_info() methodRussell King (Oracle)