index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sfc
/
ethtool.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-17
net: sfc: reject unsupported coalescing params
Jakub Kicinski
1
-3
/
+3
2020-03-12
sfc: ethtool: Refactor to remove fallthrough comments in case blocks
Joe Perches
1
-16
/
+20
2020-01-10
sfc: move RPS code
Alex Maftei (amaftei)
1
-1
/
+1
2020-01-10
sfc: move some ethtool code
Alex Maftei (amaftei)
1
-440
/
+1
2020-01-08
sfc: add new headers in preparation for code split
Alex Maftei (amaftei)
1
-0
/
+3
2019-11-24
sfc: fix build without CONFIG_RFS_ACCEL
Jakub Kicinski
1
-0
/
+2
2019-11-22
sfc: add statistics for ARFS
Edward Cree
1
-0
/
+6
2019-10-31
sfc: add XDP counters to ethtool stats
Charles McLachlan
1
-0
/
+25
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2018-12-06
net: core: dev: Add extack argument to dev_open()
Petr Machata
1
-1
/
+1
2018-03-27
sfc: fix flow type handling for RSS filters
Edward Cree
1
-5
/
+6
2018-03-27
sfc: protect list of RSS contexts under a mutex
Edward Cree
1
-23
/
+43
2018-03-14
sfc: support FEC configuration through ethtool
Edward Cree
1
-0
/
+32
2018-03-08
sfc: support RSS spreading of ethtool ntuple filters
Edward Cree
1
-19
/
+134
2018-01-10
sfc: support the ethtool ksettings API properly so that 25/50/100G works
Edward Cree
1
-3
/
+3
2017-02-09
sfc: process RX event inner checksum flags
Jon Cooper
1
-0
/
+5
2017-01-17
sfc: read back RX hash config from the NIC when querying it with ethtool -x
Edward Cree
1
-0
/
+5
2017-01-17
sfc: support setting RSS hash key through ethtool API
Edward Cree
1
-5
/
+19
2017-01-04
sfc: don't report RX hash keys to ethtool when RSS wasn't enabled
Edward Cree
1
-0
/
+2
2016-12-17
net: sfc: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-13
/
+22
2016-12-03
sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID instead
Edward Cree
1
-2
/
+2
2016-11-30
sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driver
Edward Cree
1
-12
/
+3
2016-11-18
sfc: remove Software TSO
Edward Cree
1
-0
/
+1
2016-11-18
sfc: Firmware-Assisted TSO version 2
Bert Kenward
1
-0
/
+1
2016-11-09
sfc: report 4-tuple UDP hashing to ethtool, if it's enabled
Edward Cree
1
-4
/
+8
2016-02-11
sfc: implement IPv6 NFC (and IPV4_USER_FLOW)
Edward Cree
1
-0
/
+184
2015-05-21
sfc: protect filter table against use-after-free
Edward Cree
1
-1
/
+1
2015-05-09
sfc: Add use of shared RSS contexts.
Jon Cooper
1
-3
/
+2
2014-12-08
ethtool: Support for configurable RSS hash function
Eyal Perry
1
-4
/
+14
2014-07-17
sfc: Add per-queue statistics in ethtool
Andrew Rybchenko
1
-2
/
+56
2014-07-15
sfc: add extra RX drop counters for nodesc_trunc and noskb_drop
Edward Cree
1
-1
/
+0
2014-06-03
ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()
Ben Hutchings
1
-5
/
+5
2014-03-10
sfc: Use ether_addr_copy and eth_broadcast_addr
Edward Cree
1
-9
/
+9
2014-02-12
sfc: Add/remove blank lines to taste
Ben Hutchings
1
-1
/
+0
2014-02-12
sfc: Fail self-test with -EBUSY, not -EIO, if the device is busy
Ben Hutchings
1
-1
/
+1
2014-02-12
sfc: Cosmetic changes to self-test from the out-of-tree driver
Ben Hutchings
1
-5
/
+13
2014-01-23
sfc: Use the correct maximum TX DMA ring size for SFC9100
Ben Hutchings
1
-2
/
+2
2013-12-12
sfc: Add PTP counters to ethtool stats
Ben Hutchings
1
-1
/
+7
2013-12-12
sfc: Change efx_nic_type::rx_push_indir_table to push hash key as well
Andrew Rybchenko
1
-1
/
+1
2013-12-12
sfc: Add MC BISTs to ethtool offline self test on EF10
Jon Cooper
1
-0
/
+2
2013-09-20
sfc: Use TX PIO for sufficiently small packets
Jon Cooper
1
-0
/
+1
2013-09-20
sfc: efx_ethtool_get_ts_info() can be static
Fengguang Wu
1
-2
/
+2
2013-08-29
sfc: Update copyright banners
Ben Hutchings
1
-2
/
+2
2013-08-29
sfc: Add support for Solarflare SFC9100 family
Ben Hutchings
1
-0
/
+2
2013-08-27
sfc: Add TX merged completion counter
Ben Hutchings
1
-0
/
+1
2013-08-27
sfc: Delegate MAC/NIC statistic description to efx_nic_type
Ben Hutchings
1
-98
/
+19
2013-08-27
sfc: Remove driver-local struct ethtool_string
Ben Hutchings
1
-24
/
+13
2013-08-27
sfc: Remove more left-overs from Falcon GMAC support
Ben Hutchings
1
-2
/
+0
2013-08-22
sfc: Extend and abstract efx_filter_spec to cover Huntington/EF10
Ben Hutchings
1
-93
/
+118
2013-08-22
sfc: Name the RX drop queue ID
Ben Hutchings
1
-2
/
+2
[next]