index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sfc
/
rx.c
Age
Commit message (
Expand
)
Author
2012-05-10
sfc: By default refill RX rings as soon as space for a batch
David Riddoch
2012-05-10
sfc: Fill RX rings completely full, rather than to 95% full
David Riddoch
2012-03-06
sfc: Update comments on efx_rx_packet_gro()
Ben Hutchings
2012-02-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-02-25
sfc: Fix assignment of ip_summed for pre-allocated skbs
Ben Hutchings
2012-02-16
sfc: Leave interrupts and event queues enabled whenever we can
Ben Hutchings
2012-02-16
sfc: Generate RX fill events based on RX queues, not channels
Ben Hutchings
2012-01-30
sfc: Use a more sensible cast in efx_rx_buf_offset()
Ben Hutchings
2012-01-27
sfc: Replace efx_rx_buffer::is_page and other booleans with a flags field
Ben Hutchings
2012-01-27
sfc: Move the end of the non-GRO RX path into its own function
Ben Hutchings
2012-01-05
sfc: Remove parentheses around return expressions, reported by checkpatch
Ben Hutchings
2011-12-16
sfc: Use skb_fill_page_desc() to simplify passing of page buffers to GRO
Ben Hutchings
2011-12-04
sfc: Use kcalloc instead of kzalloc to allocate array
Thomas Meyer
2011-10-31
drivers/net: Add moduleparam.h to drivers as required.
Paul Gortmaker
2011-10-19
net: add skb frag size accessors
Eric Dumazet
2011-09-22
sfc: convert to SKB paged frag API.
Ian Campbell
2011-08-11
sfc: Move the Solarflare drivers
Jeff Kirsher