index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sfc
/
rx.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: ensure recovery after allocation failures
Robert Stonehouse
2019-02-14
1
-2
/
+1
*
sfc: batch up RX delivery
Edward Cree
2018-07-04
1
-1
/
+6
*
sfc: Use filter index rather than ID for rps_flow_id table
Edward Cree
2018-04-28
1
-0
/
+2
*
sfc: ARFS filter IDs
Edward Cree
2018-04-24
1
-5
/
+57
*
sfc: limit ARFS workitems in flight per channel
Edward Cree
2018-04-14
1
-28
/
+30
*
sfc: insert ARFS filters with replace_equal=true
Edward Cree
2018-04-14
1
-1
/
+1
*
sfc: replace asynchronous filter operations
Edward Cree
2018-03-27
1
-39
/
+80
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-11-16
1
-1
/
+1
|
\
|
*
mm: remove __GFP_COLD
Mel Gorman
2017-11-16
1
-1
/
+1
*
|
net: ethernet/sfc: Convert timers to use timer_setup()
Kees Cook
2017-10-25
1
-2
/
+2
|
/
*
sfc: set csum_level for encapsulated packets
Jon Cooper
2017-02-09
1
-1
/
+4
*
sfc: get rid of custom busy polling code
Eric Dumazet
2017-02-03
1
-2
/
+1
*
sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID instead
Edward Cree
2016-12-03
1
-4
/
+4
*
sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driver
Edward Cree
2016-11-30
1
-15
/
+4
*
sfc: Track RPS flow IDs per channel instead of per function
Jon Cooper
2016-06-01
1
-8
/
+21
*
sfc: use flow dissector helpers for aRFS
Edward Cree
2016-05-30
1
-54
/
+21
*
net: move skb_mark_napi_id() into core networking stack
Eric Dumazet
2015-11-18
1
-1
/
+0
*
sfc: free multiple Rx buffers when required
Daniel Pieczko
2015-06-01
1
-17
/
+25
*
sfc: Add support for busy polling
Alexandre Rames
2014-07-23
1
-1
/
+5
*
sfc: Add per-queue statistics in ethtool
Andrew Rybchenko
2014-07-18
1
-0
/
+2
*
sfc: add extra RX drop counters for nodesc_trunc and noskb_drop
Edward Cree
2014-07-16
1
-1
/
+3
*
net: sfc calls skb_set_hash
Tom Herbert
2013-12-18
1
-1
/
+2
*
sfc: Add RX packet timestamping for EF10
Jon Cooper
2013-12-12
1
-0
/
+2
*
sfc: Copy RX prefix into skb head area in efx_rx_mk_skb()
Ben Hutchings
2013-12-12
1
-3
/
+7
*
sfc: Make initial fill of RX descriptors synchronous
Jon Cooper
2013-12-12
1
-4
/
+5
*
sfc: RX buffer allocation takes prefix size into account in IP header alignment
Andrew Rybchenko
2013-12-06
1
-3
/
+3
*
sfc: Support ARFS for IPv6 flows
Ben Hutchings
2013-09-20
1
-28
/
+62
*
sfc: Update copyright banners
Ben Hutchings
2013-08-30
1
-2
/
+2
*
sfc: Prepare for RX scatter on EF10
Jon Cooper
2013-08-29
1
-4
/
+4
*
sfc: Document conditions for multicast replication vs filter replacement
Ben Hutchings
2013-08-29
1
-0
/
+34
*
sfc: Add support for reading packet length from prefix
Ben Hutchings
2013-08-27
1
-2
/
+10
*
sfc: Generalise packet hash lookup to support EF10 RX prefix
Jon Cooper
2013-08-27
1
-8
/
+7
*
sfc: Make most filter operations NIC-type-specific
Ben Hutchings
2013-08-22
1
-0
/
+94
*
sfc: Refactor queue teardown sequence to allow for EF10 flush behaviour
Ben Hutchings
2013-08-21
1
-1
/
+0
*
sfc: Stop RX refill before flushing RX queues
Ben Hutchings
2013-08-21
1
-4
/
+4
*
sfc: Fix memory leak when discarding scattered packets
Ben Hutchings
2013-07-05
1
-7
/
+20
*
sfc: Improve test for IOMMU in use
Ben Hutchings
2013-06-24
1
-1
/
+1
*
sfc: Do not pass non-TCP packets into GRO code
Ben Hutchings
2013-06-24
1
-1
/
+1
*
sfc: Increase size of RX SKB header area
Jon Cooper
2013-06-24
1
-1
/
+1
*
sfc: Enable RX checksum offload for packets not handled by GRO
Jon Cooper
2013-06-24
1
-0
/
+2
*
sfc: Reduce RX scatter buffer size, and reduce alignment if appropriate
Ben Hutchings
2013-05-14
1
-1
/
+1
*
sfc: Delete EFX_PAGE_IP_ALIGN, equivalent to NET_IP_ALIGN
Ben Hutchings
2013-05-14
1
-3
/
+3
*
sfc: make local functions static
stephen hemminger
2013-03-17
1
-2
/
+2
*
sfc: allocate more RX buffers per page
Daniel Pieczko
2013-03-07
1
-38
/
+42
*
sfc: Replace efx_rx_is_last_buffer() with a flag
Ben Hutchings
2013-03-07
1
-11
/
+6
*
sfc: reuse pages to avoid DMA mapping/unmapping costs
Daniel Pieczko
2013-03-07
1
-94
/
+205
*
sfc: Enable RX DMA scattering where possible
Ben Hutchings
2013-03-07
1
-73
/
+138
*
sfc: Update RX buffer address together with length
Ben Hutchings
2013-03-07
1
-12
/
+6
*
sfc: Explicitly prefetch RX hash prefix, not just Ethernet heade
Ben Hutchings
2013-03-07
1
-1
/
+1
[next]