summaryrefslogtreecommitdiffstats
path: root/net/ethtool
AgeCommit message (Expand)AuthorLines
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
2025-06-30net: ethtool: take rss_lock for all rxfh changesJakub Kicinski-21/+21
2025-06-30net: ethtool: avoid OOB accesses in PAUSE_SETJakub Kicinski-1/+2
2025-06-25net: ethtool: rss: add notificationsJakub Kicinski-0/+25
2025-06-25net: ethtool: copy req_info from SET to NTFJakub Kicinski-6/+15
2025-06-25net: ethtool: remove the data argument from ethtool_notify()Jakub Kicinski-15/+21
2025-06-25net: ethtool: call .parse_request for SET handlersJakub Kicinski-3/+1
2025-06-25net: ethtool: dynamically allocate full req size reqJakub Kicinski-7/+13
2025-06-23ethtool: pse-pd: Add missing linux/export.h includeKory Maincent-0/+1
2025-06-21net: ethtool: don't mux RXFH via rxnfc callbacksJakub Kicinski-41/+18
2025-06-18net: ethtool: Add PSE port priority support featureKory Maincent (Dent Project)-0/+18
2025-06-18net: ethtool: Add support for new power domains index descriptionKory Maincent (Dent Project)-0/+7
2025-06-18net: pse-pd: Add support for reporting eventsKory Maincent (Dent Project)-0/+39
2025-06-12net: ethtool: add dedicated callbacks for getting and setting rxfh fieldsJakub Kicinski-10/+45
2025-06-12net: ethtool: require drivers to opt into the per-RSS ctx RXFHJakub Kicinski-0/+8