index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sfc
/
farch.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
sfc: correctly initialise filter rwsem for farch
Bert Kenward
2018-06-30
1
-0
/
+1
*
treewide: Use array_size() in vzalloc()
Kees Cook
2018-06-12
1
-1
/
+2
*
sfc: ARFS filter IDs
Edward Cree
2018-04-24
1
-7
/
+34
*
sfc: pass the correctly bogus filter_id to rps_may_expire_flow()
Edward Cree
2018-04-14
1
-1
/
+1
*
sfc: use a semaphore to lock farch filters too
Edward Cree
2018-03-27
1
-34
/
+33
*
sfc: replace asynchronous filter operations
Edward Cree
2018-03-27
1
-10
/
+7
*
sfc: support RSS spreading of ethtool ntuple filters
Edward Cree
2018-03-08
1
-6
/
+5
*
sfc: on 8000 series use TX queues for TX timestamps
Edward Cree
2018-01-25
1
-4
/
+5
*
sfc: remove tx and MCDI handling from NAPI budget consideration
Bert Kenward
2018-01-25
1
-14
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-11-15
1
-0
/
+4
|
\
|
*
sfc: support rx-fcs and rx-all
Edward Cree
2017-11-01
1
-0
/
+4
*
|
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2017-10-25
1
-4
/
+4
|
/
*
sfc: read back RX hash config from the NIC when querying it with ethtool -x
Edward Cree
2017-01-17
1
-0
/
+16
*
sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID instead
Edward Cree
2016-12-03
1
-3
/
+3
*
sfc: fix debug message format string in efx_farch_handle_rx_not_ok
Edward Cree
2016-12-01
1
-1
/
+1
*
sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driver
Edward Cree
2016-11-30
1
-108
/
+57
*
sfc: Firmware-Assisted TSO version 2
Bert Kenward
2016-11-18
1
-0
/
+15
*
sfc: work around TRIGGER_INTERRUPT command not working on SFC9140
Jon Cooper
2016-08-26
1
-1
/
+2
*
net: sfc: avoid -Wtype-limits warning
Arnd Bergmann
2016-06-16
1
-1
/
+2
*
sfc: only use RSS filters if we're using RSS
Bert Kenward
2015-12-12
1
-1
/
+1
*
sfc: push partner queue for skb->xmit_more
Martin Habets
2015-11-02
1
-1
/
+3
*
sfc: Own header for nic-specific sriov functions, single instance of netdev_o...
Shradha Shah
2015-05-09
1
-23
/
+41
*
sfc: Revert SRIOV changes.
David S. Miller
2015-04-08
1
-27
/
+21
*
sfc: Own header for nic-specific sriov functions, single instance of netdev_o...
Shradha Shah
2015-04-08
1
-21
/
+27
*
ethernet: codespell comment spelling fixes
Joe Perches
2015-03-08
1
-2
/
+2
*
sfc: Add NIC type operations to replace direct calls from efx.c into siena_sr...
Shradha Shah
2014-11-06
1
-1
/
+1
*
sfc: Rename implementations in siena_sriov.c to have a 'siena' prefix
Shradha Shah
2014-11-06
1
-8
/
+8
*
sfc: Move the current VF state from efx_nic into siena_nic_data
Shradha Shah
2014-11-06
1
-2
/
+9
*
sfc: fix addr_list_lock spinlock use before init
Edward Cree
2014-09-16
1
-0
/
+3
*
sfc:On MCDI timeout, issue an FLR (and mark MCDI to fail-fast)
Edward Cree
2014-04-16
1
-0
/
+22
*
sfc: Don't receive packets when the napi budget == 0
Eric W. Biederman
2014-03-14
1
-0
/
+3
*
sfc: Add/remove blank lines to taste
Ben Hutchings
2014-02-12
1
-2
/
+0
*
sfc: Implement efx_nic_type::filter_clear_rx operation for EF10
Ben Hutchings
2013-12-12
1
-1
/
+2
*
sfc: Allow filter removal only with exactly matching priority
Ben Hutchings
2013-12-12
1
-1
/
+1
*
sfc: Don't refer to 'stack' in filter implementation
Ben Hutchings
2013-12-12
1
-4
/
+4
*
sfc: Change priority and flags for automatic MAC filters
Ben Hutchings
2013-12-12
1
-16
/
+12
*
sfc: Change efx_nic_type::rx_push_indir_table to push hash key as well
Andrew Rybchenko
2013-12-12
1
-4
/
+1
*
sfc: Make initial fill of RX descriptors synchronous
Jon Cooper
2013-12-12
1
-1
/
+1
*
sfc: Update copyright banners
Ben Hutchings
2013-08-29
1
-2
/
+2
*
sfc: Extend struct efx_tx_buffer to allow pushing option descriptors
Ben Hutchings
2013-08-29
1
-0
/
+2
*
sfc: Use a global count of active queues instead of pending drains
Alexandre Rames
2013-08-29
1
-10
/
+8
*
sfc: Initialise IRQ moderation for all NIC types from efx_init_eventq()
Ben Hutchings
2013-08-29
1
-2
/
+0
*
sfc: Allow event queue initialisation to fail
Jon Cooper
2013-08-29
1
-1
/
+3
*
sfc: Add EF10 support for TX/RX DMA error events handling.
Alexandre Rames
2013-08-27
1
-3
/
+3
*
sfc: Cleanup Falcon-arch simple MAC filter state
Ben Hutchings
2013-08-22
1
-0
/
+34
*
sfc: Add flag for stack-owned RX MAC filters
Ben Hutchings
2013-08-22
1
-17
/
+30
*
sfc: Refactor Falcon-arch filter removal
Ben Hutchings
2013-08-22
1
-34
/
+40
*
sfc: Make most filter operations NIC-type-specific
Ben Hutchings
2013-08-22
1
-0
/
+1108
*
sfc: EFX_WORKAROUND_ALWAYS is really specific to Falcon-architecture
Ben Hutchings
2013-08-21
1
-5
/
+5
[next]