summaryrefslogtreecommitdiffstats
path: root/net/ethtool/ioctl.c
AgeCommit message (Expand)AuthorLines
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/+3
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-08-14net: ethtool: support including Flow Label in the flow hash for RSSJakub Kicinski-0/+25
2025-07-21ethtool: rss: support removing contexts via NetlinkJakub Kicinski-0/+1
2025-07-21ethtool: rss: support creating contexts via NetlinkJakub Kicinski-0/+1
2025-07-21ethtool: move ethtool_rxfh_ctx_alloc() to common codeJakub Kicinski-34/+0
2025-07-21ethtool: rejig the RSS notification machinery for more typesJakub Kicinski-5/+7
2025-07-17ethtool: rss: support setting input-xfrm via NetlinkJakub Kicinski-3/+1
2025-07-16ethtool: Don't check for RXFH fields conflict when no input_xfrm is requestedGal Pressman-1/+4
2025-07-10ethtool: rss: report which fields are configured for hashingJakub Kicinski-1/+5
2025-07-10ethtool: mark ETHER_FLOW as usable for Rx hashJakub Kicinski-0/+1
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-51/+14
2025-06-30net: ethtool: move get_rxfh callback under the rss_lockJakub Kicinski-3/+8
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-25net: ethtool: rss: add notificationsJakub Kicinski-0/+4
2025-06-25net: ethtool: remove the data argument from ethtool_notify()Jakub Kicinski-12/+12
2025-06-21net: ethtool: don't mux RXFH via rxnfc callbacksJakub Kicinski-41/+18
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
2025-06-12net: ethtool: remove the duplicated handling from rxfh and rxnfcJakub Kicinski-52/+5
2025-06-12net: ethtool: copy the rxfh flow handlingJakub Kicinski-1/+92
2025-06-12net: ethtool: Don't check if RSS context exists in case of context 0Gal Pressman-1/+2
2025-05-09ethtool: Block setting of symmetric RSS when non-symmetric rx-flow-hash is re...Gal Pressman-10/+89
2025-04-07net: hold instance lock during NETDEV_CHANGEStanislav Fomichev-1/+1
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski-0/+1
2025-03-06net: ethtool: try to protect all callback with netdev instance lockJakub Kicinski-0/+6
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2025-02-25ethtool: Symmetric OR-XOR RSS hashGal Pressman-4/+4
2025-02-24net: ethtool: fix ioctl confusing drivers about desired HDS user configJakub Kicinski-2/+2
2025-02-17net: move stale comment about ntuple validationJakub Kicinski-1/+3
2025-02-10net: ethtool: prevent flow steering to RSS contexts which don't existJakub Kicinski-4/+8
2025-02-03ethtool: ntuple: fix rss + ring_cookie checkJakub Kicinski-1/+1
2025-01-28ethtool: Fix set RXNFC command with symmetric RSS hashGal Pressman-1/+1
2024-12-03ethtool: Fix access to uninitialized fields in set RXNFC commandGal Pressman-1/+2
2024-11-18Revert "net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warni...Kees Cook-1/+1
2024-11-14net: ethtool: only allow set_rxnfc with rss + ring_cookie if driver opts inEdward Cree-0/+5
2024-11-03net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warningsGustavo A. R. Silva-1/+1
2024-10-17ethtool: rss: prevent rss ctx deletion when in useDaniel Zahka-0/+7
2024-10-04ethtool: rss: fix rss key initialization warningDaniel Zahka-0/+1
2024-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+3
2024-08-26ethtool: check device is present when getting link settingsJamie Bainbridge-0/+3
2024-08-12ethtool: rss: don't report key if device doesn't support itJakub Kicinski-4/+21
2024-08-12ethtool: make ethtool_ops::cap_rss_ctx_supported optionalJakub Kicinski-2/+4
2024-08-09ethtool: refactor checking max channelsMina Almasry-10/+3