aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/rx.c
AgeCommit message (Expand)Author
2012-05-10sfc: By default refill RX rings as soon as space for a batchDavid Riddoch
2012-05-10sfc: Fill RX rings completely full, rather than to 95% fullDavid Riddoch
2012-03-06sfc: Update comments on efx_rx_packet_gro()Ben Hutchings
2012-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-02-25sfc: Fix assignment of ip_summed for pre-allocated skbsBen Hutchings
2012-02-16sfc: Leave interrupts and event queues enabled whenever we canBen Hutchings
2012-02-16sfc: Generate RX fill events based on RX queues, not channelsBen Hutchings
2012-01-30sfc: Use a more sensible cast in efx_rx_buf_offset()Ben Hutchings
2012-01-27sfc: Replace efx_rx_buffer::is_page and other booleans with a flags fieldBen Hutchings
2012-01-27sfc: Move the end of the non-GRO RX path into its own functionBen Hutchings
2012-01-05sfc: Remove parentheses around return expressions, reported by checkpatchBen Hutchings
2011-12-16sfc: Use skb_fill_page_desc() to simplify passing of page buffers to GROBen Hutchings
2011-12-04sfc: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer
2011-10-31drivers/net: Add moduleparam.h to drivers as required.Paul Gortmaker
2011-10-19net: add skb frag size accessorsEric Dumazet
2011-09-22sfc: convert to SKB paged frag API.Ian Campbell
2011-08-11sfc: Move the Solarflare driversJeff Kirsher