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
/
efx.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sfc: protect list of RSS contexts under a mutex
Edward Cree
2018-03-27
1
-2
/
+12
*
sfc: give ef10 its own rwsem in the filter table instead of filter_lock
Edward Cree
2018-03-27
1
-1
/
+0
*
sfc: replace asynchronous filter operations
Edward Cree
2018-03-27
1
-1
/
+14
*
sfc: support RSS spreading of ethtool ntuple filters
Edward Cree
2018-03-09
1
-6
/
+59
*
sfc: mark some unexported symbols as static
kbuild test robot
2018-01-29
1
-1
/
+1
*
sfc: on 8000 series use TX queues for TX timestamps
Edward Cree
2018-01-25
1
-0
/
+11
*
sfc: support the ethtool ksettings API properly so that 25/50/100G works
Edward Cree
2018-01-10
1
-16
/
+27
*
sfc: support variable number of MAC stats
Edward Cree
2017-12-21
1
-0
/
+2
*
sfc: add Medford2 (SFC9250) PCI Device IDs
Edward Cree
2017-12-18
1
-0
/
+4
*
sfc: support VI strides other than 8k
Edward Cree
2017-12-18
1
-0
/
+2
*
sfc: make mem_bar a function rather than a constant
Edward Cree
2017-12-18
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-11-15
1
-8
/
+12
|
\
|
*
sfc: support rx-fcs and rx-all
Edward Cree
2017-11-01
1
-4
/
+10
|
*
net: ethernet/sfc: Convert timers to use timer_setup()
Kees Cook
2017-10-25
1
-4
/
+2
*
|
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2017-10-25
1
-2
/
+2
|
/
*
sfc: limit the number of receive queues
Bert Kenward
2017-04-17
1
-0
/
+7
*
sfc: cleanup a condition in efx_udp_tunnel_del()
Dan Carpenter
2017-03-23
1
-1
/
+1
*
sfc: do not device_attach if a reset is pending
Peter Dunning
2017-02-17
1
-4
/
+6
*
sfc: only fall back to a lower interrupt mode if it is supported
Andrew Rybchenko
2017-02-14
1
-2
/
+8
*
sfc: MSI-X is the only interrupt mode for EF10 VFs
Andrew Rybchenko
2017-02-14
1
-2
/
+9
*
sfc: configure UDP tunnel offload ports
Jon Cooper
2017-02-09
1
-0
/
+72
*
sfc: harden driver against MC resets during initial probe
Jon Cooper
2017-02-09
1
-35
/
+64
*
sfc: don't rearm interrupts if busy polling
Bert Kenward
2017-02-06
1
-2
/
+2
*
sfc: get rid of custom busy polling code
Eric Dumazet
2017-02-03
1
-42
/
+0
*
drivers: net: generalize napi_complete_done()
Eric Dumazet
2017-01-30
1
-1
/
+1
*
sfc: efx_get_phys_port_id() can be static
Wei Yongjun
2017-01-11
1
-2
/
+2
*
sfc: implement ndo_get_phys_port_name
Bert Kenward
2017-01-10
1
-0
/
+11
*
sfc: support ndo_get_phys_port_id even when !CONFIG_SFC_SRIOV
Bert Kenward
2017-01-10
1
-1
/
+12
*
net: make ndo_get_stats64 a void function
stephen hemminger
2017-01-08
1
-4
/
+2
*
sfc: declare module version (same as ethtool drvinfo version)
Edward Cree
2017-01-03
1
-0
/
+1
*
sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID instead
Edward Cree
2016-12-03
1
-1
/
+1
*
sfc: remove RESET_TYPE_RX_RECOVERY
Edward Cree
2016-12-01
1
-1
/
+0
*
sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driver
Edward Cree
2016-11-30
1
-23
/
+6
*
sfc: remove Software TSO
Edward Cree
2016-11-18
1
-17
/
+21
*
sfc: remove napi_hash_del() call
Eric Dumazet
2016-11-16
1
-3
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-11-15
1
-0
/
+3
|
\
|
*
sfc: clear napi_hash state when copying channels
Bert Kenward
2016-11-13
1
-0
/
+3
*
|
ethernet/sfc: use core min/max MTU checking
Bert Kenward
2016-10-18
1
-12
/
+2
|
/
*
sfc: check MTU against minimum threshold
Bert Kenward
2016-09-07
1
-1
/
+11
*
sfc: get timer configuration from adapter
Bert Kenward
2016-08-13
1
-4
/
+5
*
sfc: set interrupt moderation via MCDI
Bert Kenward
2016-08-13
1
-43
/
+46
*
sfc: Disable VLAN filtering by default if not strictly required
Andrew Rybchenko
2016-06-16
1
-1
/
+9
*
sfc: Take mac_lock before calling efx_ef10_filter_table_probe
Martin Habets
2016-06-16
1
-0
/
+2
*
sfc: Implement ndo_vlan_rx_{add, kill}_vid() callbacks
Andrew Rybchenko
2016-06-16
1
-2
/
+36
*
sfc: Add efx_nic member with fixed netdev features
Andrew Rybchenko
2016-06-16
1
-4
/
+14
*
sfc: Track RPS flow IDs per channel instead of per function
Jon Cooper
2016-06-01
1
-5
/
+27
*
sfc: Downgrade or remove some error messages
Bert Kenward
2015-12-24
1
-3
/
+4
*
net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM
Tom Herbert
2015-12-15
1
-1
/
+1
*
net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK
Tom Herbert
2015-12-15
1
-1
/
+1
*
sfc: Add PCI ID for Solarflare 8000 series 10/40G NIC
Bert Kenward
2015-12-01
1
-0
/
+6
[next]