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
/
rx.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
sfc: Replace efx_rx_buf_eh() with simpler efx_rx_buf_va()
Ben Hutchings
2013-03-07
1
-4
/
+4
*
sfc: Wrap __efx_rx_packet() with efx_rx_flush_packet()
Ben Hutchings
2013-03-07
1
-2
/
+1
*
sfc: Properly distinguish RX buffer and DMA lengths
Ben Hutchings
2013-03-07
1
-11
/
+8
*
sfc: Remove rx_alloc_method SKB
Alexandre Rames
2013-03-07
1
-235
/
+95
*
sfc: Allow efx_channel_type::receive_skb() to reject a packet
Ben Hutchings
2013-03-07
1
-4
/
+6
*
sfc: Correct efx_rx_buffer::page_offset when EFX_PAGE_IP_ALIGN != 0
Ben Hutchings
2013-03-06
1
-1
/
+1
*
sfc: Fix efx_rx_buf_offset() in the presence of swiotlb
Ben Hutchings
2013-02-26
1
-5
/
+5
*
sfc: Properly sync RX DMA buffer when it is not the last in the page
Ben Hutchings
2013-02-26
1
-5
/
+10
*
sfc: Delete redundant page_addr variable from efx_init_rx_buffers_page()
Ben Hutchings
2012-12-01
1
-5
/
+1
*
sfc: Add channel specific receive_skb handler and post_remove callback
Stuart Hodgson
2012-09-07
1
-2
/
+11
*
sfc: Add explicit RX queue flag to channel
Stuart Hodgson
2012-09-07
1
-2
/
+5
*
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...
David S. Miller
2012-07-18
1
-11
/
+11
|
\
|
*
sfc: Use generic DMA API, not PCI-DMA API
Ben Hutchings
2012-07-17
1
-11
/
+11
*
|
drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions
Ben Hutchings
2012-07-11
1
-0
/
+1
|
/
*
sfc: By default refill RX rings as soon as space for a batch
David Riddoch
2012-05-10
1
-6
/
+12
*
sfc: Fill RX rings completely full, rather than to 95% full
David Riddoch
2012-05-10
1
-11
/
+4
*
sfc: Update comments on efx_rx_packet_gro()
Ben Hutchings
2012-03-06
1
-5
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-02-27
1
-2
/
+2
|
\
|
*
sfc: Fix assignment of ip_summed for pre-allocated skbs
Ben Hutchings
2012-02-25
1
-2
/
+2
*
|
sfc: Leave interrupts and event queues enabled whenever we can
Ben Hutchings
2012-02-16
1
-0
/
+4
*
|
sfc: Generate RX fill events based on RX queues, not channels
Ben Hutchings
2012-02-16
1
-2
/
+1
*
|
sfc: Use a more sensible cast in efx_rx_buf_offset()
Ben Hutchings
2012-01-30
1
-1
/
+1
*
|
sfc: Replace efx_rx_buffer::is_page and other booleans with a flags field
Ben Hutchings
2012-01-27
1
-33
/
+32
*
|
sfc: Move the end of the non-GRO RX path into its own function
Ben Hutchings
2012-01-27
1
-18
/
+23
*
|
sfc: Remove parentheses around return expressions, reported by checkpatch
Ben Hutchings
2012-01-05
1
-8
/
+7
|
/
*
sfc: Use skb_fill_page_desc() to simplify passing of page buffers to GRO
Ben Hutchings
2011-12-16
1
-5
/
+2
*
sfc: Use kcalloc instead of kzalloc to allocate array
Thomas Meyer
2011-12-04
1
-1
/
+1
*
drivers/net: Add moduleparam.h to drivers as required.
Paul Gortmaker
2011-11-01
1
-0
/
+1
*
net: add skb frag size accessors
Eric Dumazet
2011-10-19
1
-1
/
+1
*
sfc: convert to SKB paged frag API.
Ian Campbell
2011-09-22
1
-1
/
+1
*
sfc: Move the Solarflare drivers
Jeff Kirsher
2011-08-11
1
-0
/
+749