aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-18Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-nextDavid S. Miller1-11/+11
2012-07-17sfc: Use generic DMA API, not PCI-DMA APIBen Hutchings1-11/+11
2012-07-10drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-0/+1
2012-05-10sfc: By default refill RX rings as soon as space for a batchDavid Riddoch1-6/+12
2012-05-10sfc: Fill RX rings completely full, rather than to 95% fullDavid Riddoch1-11/+4
2012-03-06sfc: Update comments on efx_rx_packet_gro()Ben Hutchings1-5/+2
2012-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-02-25sfc: Fix assignment of ip_summed for pre-allocated skbsBen Hutchings1-2/+2
2012-02-16sfc: Leave interrupts and event queues enabled whenever we canBen Hutchings1-0/+4
2012-02-16sfc: Generate RX fill events based on RX queues, not channelsBen Hutchings1-2/+1
2012-01-30sfc: Use a more sensible cast in efx_rx_buf_offset()Ben Hutchings1-1/+1
2012-01-27sfc: Replace efx_rx_buffer::is_page and other booleans with a flags fieldBen Hutchings1-33/+32
2012-01-27sfc: Move the end of the non-GRO RX path into its own functionBen Hutchings1-18/+23
2012-01-05sfc: Remove parentheses around return expressions, reported by checkpatchBen Hutchings1-8/+7
2011-12-16sfc: Use skb_fill_page_desc() to simplify passing of page buffers to GROBen Hutchings1-5/+2
2011-12-04sfc: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-1/+1
2011-10-31drivers/net: Add moduleparam.h to drivers as required.Paul Gortmaker1-0/+1
2011-10-19net: add skb frag size accessorsEric Dumazet1-1/+1
2011-09-22sfc: convert to SKB paged frag API.Ian Campbell1-1/+1
2011-08-11sfc: Move the Solarflare driversJeff Kirsher1-0/+749