aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ethtool/ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-12net: ethtool: Don't check if RSS context exists in case of context 0Gal Pressman1-1/+2
2025-05-09ethtool: Block setting of symmetric RSS when non-symmetric rx-flow-hash is requestedGal Pressman1-10/+89
2025-04-07net: hold instance lock during NETDEV_CHANGEStanislav Fomichev1-1/+1
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski1-0/+1
2025-03-06net: ethtool: try to protect all callback with netdev instance lockJakub Kicinski1-0/+6
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2025-02-25ethtool: Symmetric OR-XOR RSS hashGal Pressman1-4/+4
2025-02-24net: ethtool: fix ioctl confusing drivers about desired HDS user configJakub Kicinski1-2/+2
2025-02-17net: move stale comment about ntuple validationJakub Kicinski1-1/+3
2025-02-10net: ethtool: prevent flow steering to RSS contexts which don't existJakub Kicinski1-4/+8
2025-02-03ethtool: ntuple: fix rss + ring_cookie checkJakub Kicinski1-1/+1
2025-01-28ethtool: Fix set RXNFC command with symmetric RSS hashGal Pressman1-1/+1
2024-12-03ethtool: Fix access to uninitialized fields in set RXNFC commandGal Pressman1-1/+2
2024-11-18Revert "net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warnings"Kees Cook1-1/+1
2024-11-14net: ethtool: only allow set_rxnfc with rss + ring_cookie if driver opts inEdward Cree1-0/+5
2024-11-03net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-1/+1
2024-10-17ethtool: rss: prevent rss ctx deletion when in useDaniel Zahka1-0/+7
2024-10-04ethtool: rss: fix rss key initialization warningDaniel Zahka1-0/+1
2024-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2024-08-26ethtool: check device is present when getting link settingsJamie Bainbridge1-0/+3
2024-08-12ethtool: rss: don't report key if device doesn't support itJakub Kicinski1-4/+21
2024-08-12ethtool: make ethtool_ops::cap_rss_ctx_supported optionalJakub Kicinski1-2/+4
2024-08-09ethtool: refactor checking max channelsMina Almasry1-10/+3
2024-08-08ethtool: Fix context creation with no parametersGal Pressman1-5/+8
2024-08-08net: ethtool: fix off-by-one error in max RSS context IDsEdward Cree1-2/+3
2024-07-29ethtool: fix the state of additional contexts with old APIJakub Kicinski1-8/+30
2024-07-29ethtool: fix setting key and resetting indir at onceJakub Kicinski1-2/+3
2024-07-15Merge branch 'net-make-timestamping-selectable'Jakub Kicinski1-3/+11
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent1-3/+11
2024-07-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2024-07-12net: ethtool: let drivers declare max size of RSS indir table and keyJakub Kicinski1-10/+36
2024-07-11net: ethtool: Fix RSS settingSaeed Mahameed1-1/+2
2024-07-11ethtool: fail closed if we can't get max channel used in indirection tablesJakub Kicinski1-3/+1
2024-07-04ethtool: move firmware flashing flag to struct ethtool_netdev_stateEdward Cree1-4/+4
2024-07-03net: ethtool: fix compat with old RSS context APIJakub Kicinski1-2/+2
2024-06-28net: ethtool: use the tracking array for get_rxfh on custom RSS contextsEdward Cree1-5/+21
2024-06-28net: ethtool: add a mutex protecting RSS contextsEdward Cree1-0/+7
2024-06-28net: ethtool: add an extack parameter to new rxfh_context APIsEdward Cree1-3/+6
2024-06-28net: ethtool: let the core choose RSS context IDsEdward Cree1-12/+34
2024-06-28net: ethtool: record custom RSS contexts in the XArrayEdward Cree1-1/+73
2024-06-28net: move ethtool-related netdev state into its own structEdward Cree1-1/+1
2024-06-28ethtool: Veto some operations during firmware flashing processDanielle Ratson1-0/+12
2024-06-06net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool()Su Hui1-1/+1
2024-03-05ethtool: ignore unused/unreliable fields in set_eee opHeiner Kallweit1-5/+0
2024-02-28net: ethtool: eee: Remove legacy _u32 from keeeAndrew Lunn1-19/+10
2024-02-23net: ethtool: avoid rebuilds on UTS_RELEASE changeJann Horn1-2/+3
2024-01-31ethtool: add linkmode bitmap support to struct ethtool_keeeHeiner Kallweit1-3/+24
2024-01-31ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit1-6/+6
2024-01-31ethtool: switch back from ethtool_keee to ethtool_eee for ioctlHeiner Kallweit1-9/+39
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel sideHeiner Kallweit1-3/+3