index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sfc
/
ethtool.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sfc: return errors from efx_mcdi_set_id_led, and de-indirect
Edward Cree
2020-08-31
1
-2
/
+1
*
sfc: skeleton EF100 PF driver
Edward Cree
2020-07-27
1
-2
/
+0
*
sfc: remove efx_ethtool_nway_reset()
Edward Cree
2020-07-27
1
-1
/
+0
*
sfc: get drvinfo driver name from outside the common code
Edward Cree
2020-07-02
1
-0
/
+2
*
sfc: commonise other ethtool bits
Edward Cree
2020-06-30
1
-93
/
+0
*
sfc: commonise ethtool NFC and RXFH/RSS functions
Edward Cree
2020-06-30
1
-672
/
+0
*
sfc: commonise ethtool link handling functions
Edward Cree
2020-06-30
1
-148
/
+0
*
net: sfc: reject unsupported coalescing params
Jakub Kicinski
2020-03-18
1
-3
/
+3
*
sfc: ethtool: Refactor to remove fallthrough comments in case blocks
Joe Perches
2020-03-12
1
-16
/
+20
*
sfc: move RPS code
Alex Maftei (amaftei)
2020-01-10
1
-1
/
+1
*
sfc: move some ethtool code
Alex Maftei (amaftei)
2020-01-10
1
-440
/
+1
*
sfc: add new headers in preparation for code split
Alex Maftei (amaftei)
2020-01-08
1
-0
/
+3
*
sfc: fix build without CONFIG_RFS_ACCEL
Jakub Kicinski
2019-11-24
1
-0
/
+2
*
sfc: add statistics for ARFS
Edward Cree
2019-11-23
1
-0
/
+6
*
sfc: add XDP counters to ethtool stats
Charles McLachlan
2019-10-31
1
-0
/
+25
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
net: core: dev: Add extack argument to dev_open()
Petr Machata
2018-12-06
1
-1
/
+1
*
sfc: fix flow type handling for RSS filters
Edward Cree
2018-03-27
1
-5
/
+6
*
sfc: protect list of RSS contexts under a mutex
Edward Cree
2018-03-27
1
-23
/
+43
*
sfc: support FEC configuration through ethtool
Edward Cree
2018-03-14
1
-0
/
+32
*
sfc: support RSS spreading of ethtool ntuple filters
Edward Cree
2018-03-09
1
-19
/
+134
*
sfc: support the ethtool ksettings API properly so that 25/50/100G works
Edward Cree
2018-01-10
1
-3
/
+3
*
sfc: process RX event inner checksum flags
Jon Cooper
2017-02-09
1
-0
/
+5
*
sfc: read back RX hash config from the NIC when querying it with ethtool -x
Edward Cree
2017-01-17
1
-0
/
+5
*
sfc: support setting RSS hash key through ethtool API
Edward Cree
2017-01-17
1
-5
/
+19
*
sfc: don't report RX hash keys to ethtool when RSS wasn't enabled
Edward Cree
2017-01-04
1
-0
/
+2
*
net: sfc: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2016-12-18
1
-13
/
+22
*
sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID instead
Edward Cree
2016-12-03
1
-2
/
+2
*
sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driver
Edward Cree
2016-11-30
1
-12
/
+3
*
sfc: remove Software TSO
Edward Cree
2016-11-18
1
-0
/
+1
*
sfc: Firmware-Assisted TSO version 2
Bert Kenward
2016-11-18
1
-0
/
+1
*
sfc: report 4-tuple UDP hashing to ethtool, if it's enabled
Edward Cree
2016-11-09
1
-4
/
+8
*
sfc: implement IPv6 NFC (and IPV4_USER_FLOW)
Edward Cree
2016-02-11
1
-0
/
+184
*
sfc: protect filter table against use-after-free
Edward Cree
2015-05-22
1
-1
/
+1
*
sfc: Add use of shared RSS contexts.
Jon Cooper
2015-05-09
1
-3
/
+2
*
ethtool: Support for configurable RSS hash function
Eyal Perry
2014-12-09
1
-4
/
+14
*
sfc: Add per-queue statistics in ethtool
Andrew Rybchenko
2014-07-18
1
-2
/
+56
*
sfc: add extra RX drop counters for nodesc_trunc and noskb_drop
Edward Cree
2014-07-16
1
-1
/
+0
*
ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()
Ben Hutchings
2014-06-03
1
-5
/
+5
*
sfc: Use ether_addr_copy and eth_broadcast_addr
Edward Cree
2014-03-10
1
-9
/
+9
*
sfc: Add/remove blank lines to taste
Ben Hutchings
2014-02-12
1
-1
/
+0
*
sfc: Fail self-test with -EBUSY, not -EIO, if the device is busy
Ben Hutchings
2014-02-12
1
-1
/
+1
*
sfc: Cosmetic changes to self-test from the out-of-tree driver
Ben Hutchings
2014-02-12
1
-5
/
+13
*
sfc: Use the correct maximum TX DMA ring size for SFC9100
Ben Hutchings
2014-01-23
1
-2
/
+2
*
sfc: Add PTP counters to ethtool stats
Ben Hutchings
2013-12-12
1
-1
/
+7
*
sfc: Change efx_nic_type::rx_push_indir_table to push hash key as well
Andrew Rybchenko
2013-12-12
1
-1
/
+1
*
sfc: Add MC BISTs to ethtool offline self test on EF10
Jon Cooper
2013-12-12
1
-0
/
+2
*
sfc: Use TX PIO for sufficiently small packets
Jon Cooper
2013-09-20
1
-0
/
+1
*
sfc: efx_ethtool_get_ts_info() can be static
Fengguang Wu
2013-09-20
1
-2
/
+2
*
sfc: Update copyright banners
Ben Hutchings
2013-08-30
1
-2
/
+2
[next]