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
/
net_driver.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sfc: fix XDP-redirect in this driver
Jesper Dangaard Brouer
2020-03-17
1
-0
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-03-13
1
-3
/
+0
|
\
|
*
sfc: complete the next packet when we receive a timestamp
Tom Zhao
2020-03-05
1
-3
/
+0
*
|
sfc: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-02-27
1
-1
/
+1
|
/
*
sfc: move RPS code
Alex Maftei (amaftei)
2020-01-10
1
-3
/
+3
*
sfc: add new headers in preparation for code split
Alex Maftei (amaftei)
2020-01-08
1
-1
/
+12
*
sfc: Remove unnecessary dependencies on I2C
Ben Hutchings
2020-01-03
1
-1
/
+0
*
sfc: fix channel allocation with brute force
Edward Cree
2019-12-21
1
-3
/
+1
*
sfc: do ARFS expiry work occasionally even without NAPI poll
Edward Cree
2019-11-23
1
-1
/
+1
*
sfc: add statistics for ARFS
Edward Cree
2019-11-23
1
-0
/
+4
*
sfc: change ARFS expiry mechanism
Edward Cree
2019-11-23
1
-6
/
+8
*
sfc: add XDP counters to ethtool stats
Charles McLachlan
2019-10-31
1
-0
/
+8
*
sfc: allocate channels for XDP tx queues
Charles McLachlan
2019-10-31
1
-3
/
+31
*
sfc: perform XDP processing on received packets
Charles McLachlan
2019-10-31
1
-0
/
+12
*
sfc: support encapsulation of xdp_frames in efx_tx_buffer
Charles McLachlan
2019-10-31
1
-2
/
+8
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
sfc: batch up RX delivery
Edward Cree
2018-07-04
1
-0
/
+3
*
sfc: ARFS filter IDs
Edward Cree
2018-04-24
1
-0
/
+36
*
sfc: limit ARFS workitems in flight per channel
Edward Cree
2018-04-14
1
-0
/
+25
*
sfc: protect list of RSS contexts under a mutex
Edward Cree
2018-03-27
1
-0
/
+2
*
sfc: use a semaphore to lock farch filters too
Edward Cree
2018-03-27
1
-2
/
+0
*
sfc: give ef10 its own rwsem in the filter table instead of filter_lock
Edward Cree
2018-03-27
1
-1
/
+1
*
sfc: replace asynchronous filter operations
Edward Cree
2018-03-27
1
-6
/
+4
*
sfc: support FEC configuration through ethtool
Edward Cree
2018-03-14
1
-0
/
+8
*
sfc: support RSS spreading of ethtool ntuple filters
Edward Cree
2018-03-09
1
-8
/
+36
*
sfc: on 8000 series use TX queues for TX timestamps
Edward Cree
2018-01-25
1
-2
/
+10
*
sfc: handle TX timestamps in the normal data path
Martin Habets
2018-01-25
1
-0
/
+9
*
sfc: support the ethtool ksettings API properly so that 25/50/100G works
Edward Cree
2018-01-10
1
-1
/
+1
*
sfc: support variable number of MAC stats
Edward Cree
2017-12-21
1
-0
/
+3
*
sfc: improve PTP error reporting
Edward Cree
2017-12-18
1
-0
/
+2
*
sfc: support VI strides other than 8k
Edward Cree
2017-12-18
1
-0
/
+3
*
sfc: make mem_bar a function rather than a constant
Edward Cree
2017-12-18
1
-1
/
+1
*
sfc: MSI-X is the only interrupt mode for EF10 VFs
Andrew Rybchenko
2017-02-14
1
-1
/
+4
*
sfc: configure UDP tunnel offload ports
Jon Cooper
2017-02-09
1
-0
/
+19
*
sfc: set csum_level for encapsulated packets
Jon Cooper
2017-02-09
1
-0
/
+1
*
sfc: process RX event inner checksum flags
Jon Cooper
2017-02-09
1
-7
/
+12
*
sfc: get rid of custom busy polling code
Eric Dumazet
2017-02-03
1
-125
/
+0
*
sfc: read back RX hash config from the NIC when querying it with ethtool -x
Edward Cree
2017-01-17
1
-0
/
+2
*
sfc: support setting RSS hash key through ethtool API
Edward Cree
2017-01-17
1
-1
/
+2
*
sfc: allow PIO more often
Edward Cree
2017-01-16
1
-0
/
+9
*
sfc: support ndo_get_phys_port_id even when !CONFIG_SFC_SRIOV
Bert Kenward
2017-01-10
1
-2
/
+3
*
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
-6
/
+6
*
sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID instead
Edward Cree
2016-12-03
1
-11
/
+11
*
sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driver
Edward Cree
2016-11-30
1
-3
/
+1
*
sfc: remove unneeded variable
Dan Carpenter
2016-11-28
1
-7
/
+1
*
sfc: remove Software TSO
Edward Cree
2016-11-18
1
-0
/
+5
*
sfc: Firmware-Assisted TSO version 2
Bert Kenward
2016-11-18
1
-2
/
+45
*
sfc: report 4-tuple UDP hashing to ethtool, if it's enabled
Edward Cree
2016-11-09
1
-0
/
+2
*
sfc: check MTU against minimum threshold
Bert Kenward
2016-09-07
1
-0
/
+3
[next]