summaryrefslogtreecommitdiffstats
path: root/net/ethtool/ioctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ethtool: Fix access to uninitialized fields in set RXNFC commandGal Pressman2024-12-041-1/+2
* Revert "net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warni...Kees Cook2024-11-191-1/+1
* net: ethtool: only allow set_rxnfc with rss + ring_cookie if driver opts inEdward Cree2024-11-151-0/+5
* net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2024-11-031-1/+1
* ethtool: rss: prevent rss ctx deletion when in useDaniel Zahka2024-10-171-0/+7
* ethtool: rss: fix rss key initialization warningDaniel Zahka2024-10-041-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-08-291-0/+3
|\
| * ethtool: check device is present when getting link settingsJamie Bainbridge2024-08-261-0/+3
* | ethtool: rss: don't report key if device doesn't support itJakub Kicinski2024-08-121-4/+21
* | ethtool: make ethtool_ops::cap_rss_ctx_supported optionalJakub Kicinski2024-08-121-2/+4
* | ethtool: refactor checking max channelsMina Almasry2024-08-101-10/+3
|/
* ethtool: Fix context creation with no parametersGal Pressman2024-08-081-5/+8
* net: ethtool: fix off-by-one error in max RSS context IDsEdward Cree2024-08-081-2/+3
* ethtool: fix the state of additional contexts with old APIJakub Kicinski2024-07-291-8/+30
* ethtool: fix setting key and resetting indir at onceJakub Kicinski2024-07-291-2/+3
* Merge branch 'net-make-timestamping-selectable'Jakub Kicinski2024-07-151-3/+11
|\
| * net: Add struct kernel_ethtool_ts_infoKory Maincent2024-07-151-3/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-131-1/+2
|\ \
| * | net: ethtool: Fix RSS settingSaeed Mahameed2024-07-121-1/+2
* | | net: ethtool: let drivers declare max size of RSS indir table and keyJakub Kicinski2024-07-131-10/+36
* | | ethtool: fail closed if we can't get max channel used in indirection tablesJakub Kicinski2024-07-111-3/+1
| |/ |/|
* | ethtool: move firmware flashing flag to struct ethtool_netdev_stateEdward Cree2024-07-051-4/+4
* | net: ethtool: fix compat with old RSS context APIJakub Kicinski2024-07-041-2/+2
* | net: ethtool: use the tracking array for get_rxfh on custom RSS contextsEdward Cree2024-06-291-5/+21
* | net: ethtool: add a mutex protecting RSS contextsEdward Cree2024-06-291-0/+7
* | net: ethtool: add an extack parameter to new rxfh_context APIsEdward Cree2024-06-291-3/+6
* | net: ethtool: let the core choose RSS context IDsEdward Cree2024-06-291-12/+34
* | net: ethtool: record custom RSS contexts in the XArrayEdward Cree2024-06-291-1/+73
* | net: move ethtool-related netdev state into its own structEdward Cree2024-06-291-1/+1
* | ethtool: Veto some operations during firmware flashing processDanielle Ratson2024-06-281-0/+12
|/
* net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool()Su Hui2024-06-061-1/+1
* ethtool: ignore unused/unreliable fields in set_eee opHeiner Kallweit2024-03-061-5/+0
* net: ethtool: eee: Remove legacy _u32 from keeeAndrew Lunn2024-02-281-19/+10
* net: ethtool: avoid rebuilds on UTS_RELEASE changeJann Horn2024-02-241-2/+3
* ethtool: add linkmode bitmap support to struct ethtool_keeeHeiner Kallweit2024-01-311-3/+24
* ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit2024-01-311-6/+6
* ethtool: switch back from ethtool_keee to ethtool_eee for ioctlHeiner Kallweit2024-01-311-9/+39
* ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit2024-01-311-3/+3
* net: ethtool: reject unsupported RSS input xfrm valuesAhmed Zaki2024-01-061-0/+3
* net: ethtool: Fix symmetric-xor RSS RX flow hash checkGerhard Engleder2024-01-031-15/+18
* net: ethtool: add a NO_CHANGE uAPI for new RXFH's input_xfrmAhmed Zaki2024-01-031-2/+4
* net: ethtool: copy input_xfrm to user-space in ethtool_get_rxfhAhmed Zaki2024-01-031-0/+5
* net: ethtool: add support for symmetric-xor RSS hashAhmed Zaki2023-12-141-4/+26
* net: ethtool: get rid of get/set_rxfh_context functionsAhmed Zaki2023-12-141-17/+10
* net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-141-58/+68
* ethtool: Implement ethtool_puts()justinstitt@google.com2023-12-081-0/+7
* net: core: synchronize link-watch when carrier is queriedJohannes Berg2023-12-061-0/+3
* net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth2023-07-311-8/+8
* net: ethtool: Unify ETHTOOL_{G,S}RXFH rxnfc copyJoe Damato2023-07-281-37/+38
* ethtool: ioctl: account for sopass diff in set_wolJustin Chen2023-06-141-1/+2