aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-24sfc: Improve test for IOMMU in useBen Hutchings1-1/+1
2013-06-24sfc: Do not pass non-TCP packets into GRO codeBen Hutchings1-1/+1
2013-06-24sfc: Increase size of RX SKB header areaJon Cooper1-1/+1
2013-06-24sfc: Enable RX checksum offload for packets not handled by GROJon Cooper1-0/+2
2013-05-14sfc: Reduce RX scatter buffer size, and reduce alignment if appropriateBen Hutchings1-1/+1
2013-05-14sfc: Delete EFX_PAGE_IP_ALIGN, equivalent to NET_IP_ALIGNBen Hutchings1-3/+3
2013-03-17sfc: make local functions staticstephen hemminger1-2/+2
2013-03-07sfc: allocate more RX buffers per pageDaniel Pieczko1-38/+42
2013-03-07sfc: Replace efx_rx_is_last_buffer() with a flagBen Hutchings1-11/+6
2013-03-07sfc: reuse pages to avoid DMA mapping/unmapping costsDaniel Pieczko1-94/+205
2013-03-07sfc: Enable RX DMA scattering where possibleBen Hutchings1-73/+138
2013-03-07sfc: Update RX buffer address together with lengthBen Hutchings1-12/+6
2013-03-07sfc: Explicitly prefetch RX hash prefix, not just Ethernet headeBen Hutchings1-1/+1
2013-03-07sfc: Replace efx_rx_buf_eh() with simpler efx_rx_buf_va()Ben Hutchings1-4/+4
2013-03-07sfc: Wrap __efx_rx_packet() with efx_rx_flush_packet()Ben Hutchings1-2/+1
2013-03-07sfc: Properly distinguish RX buffer and DMA lengthsBen Hutchings1-11/+8
2013-03-07sfc: Remove rx_alloc_method SKBAlexandre Rames1-235/+95
2013-03-07sfc: Allow efx_channel_type::receive_skb() to reject a packetBen Hutchings1-4/+6
2013-03-06sfc: Correct efx_rx_buffer::page_offset when EFX_PAGE_IP_ALIGN != 0Ben Hutchings1-1/+1
2013-02-26sfc: Fix efx_rx_buf_offset() in the presence of swiotlbBen Hutchings1-5/+5
2013-02-26sfc: Properly sync RX DMA buffer when it is not the last in the pageBen Hutchings1-5/+10
2012-12-01sfc: Delete redundant page_addr variable from efx_init_rx_buffers_page()Ben Hutchings1-5/+1
2012-09-07sfc: Add channel specific receive_skb handler and post_remove callbackStuart Hodgson1-2/+11
2012-09-07sfc: Add explicit RX queue flag to channelStuart Hodgson1-2/+5
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