summaryrefslogtreecommitdiff
path: root/net/ethtool
AgeCommit message (Expand)Author
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-02-02net: rss: fix reporting RXH_XFRM_NO_CHANGE as input_xfrm for contextsJakub Kicinski
2026-01-27ethtool: remove ETHTOOL_GRXRINGS fallback through get_rxnfcBreno Leitao
2026-01-20Revert "Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'"Jakub Kicinski
2026-01-20net, ethtool: Disallow leased real rxqs to be resizedDaniel Borkmann
2026-01-13net: phy: Introduce PHY ports representationMaxime Chevallier
2026-01-13net: ethtool: Introduce ETHTOOL_LINK_MEDIUM_* valuesMaxime Chevallier
2025-12-18ethtool: Avoid overflowing userspace buffer on stats queryGal Pressman
2025-11-20net: ethtool: Add support for 1600Gbps speedYael Chemla
2025-11-03ethtool: netlink: add ETHTOOL_MSG_MSE_GET and wire up PHY MSE accessOleksij Rempel
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)
2025-08-14net: ethtool: support including Flow Label in the flow hash for RSSJakub Kicinski
2025-07-21ethtool: rss: support removing contexts via NetlinkJakub Kicinski
2025-07-21ethtool: rss: support creating contexts via NetlinkJakub Kicinski
2025-07-21ethtool: move ethtool_rxfh_ctx_alloc() to common codeJakub Kicinski
2025-07-21ethtool: rss: factor out populating response from contextJakub Kicinski
2025-07-21ethtool: rss: factor out allocating memory for responseJakub Kicinski
2025-07-21ethtool: rejig the RSS notification machinery for more typesJakub Kicinski
2025-07-21ethtool: assert that drivers with sym hash are consistent for RSS contextsJakub Kicinski
2025-07-17ethtool: rss: support setting flow hashing fieldsJakub Kicinski
2025-07-17ethtool: rss: support setting input-xfrm via NetlinkJakub Kicinski
2025-07-17ethtool: rss: support setting hkey via NetlinkJakub Kicinski
2025-07-17ethtool: rss: support setting hfunc via NetlinkJakub Kicinski
2025-07-17ethtool: rss: initial RSS_SET (indirection table handling)Jakub Kicinski
2025-07-16ethtool: Don't check for RXFH fields conflict when no input_xfrm is requestedGal Pressman
2025-07-10ethtool: rss: report which fields are configured for hashingJakub Kicinski
2025-07-10ethtool: mark ETHER_FLOW as usable for Rx hashJakub Kicinski
2025-07-10ethtool: rss: make sure dump takes the rss lockJakub Kicinski
2025-07-08net: ethtool: reduce indent for _rxfh_context opsJakub Kicinski
2025-07-08net: ethtool: remove the compat code for _rxfh_context opsJakub Kicinski
2025-07-01net: ethtool: fix leaking netdev ref if ethnl_default_parse() failedJakub Kicinski
2025-06-30net: ethtool: move get_rxfh callback under the rss_lockJakub Kicinski
2025-06-30net: ethtool: move rxfh_fields callbacks under the rss_lockJakub Kicinski