aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/rx.c
AgeCommit message (Expand)Author
2013-07-28sfc: Fix memory leak when discarding scattered packetsBen Hutchings
2013-05-14sfc: Reduce RX scatter buffer size, and reduce alignment if appropriateBen Hutchings
2013-05-14sfc: Delete EFX_PAGE_IP_ALIGN, equivalent to NET_IP_ALIGNBen Hutchings
2013-03-17sfc: make local functions staticstephen hemminger
2013-03-07sfc: allocate more RX buffers per pageDaniel Pieczko
2013-03-07sfc: Replace efx_rx_is_last_buffer() with a flagBen Hutchings
2013-03-07sfc: reuse pages to avoid DMA mapping/unmapping costsDaniel Pieczko
2013-03-07sfc: Enable RX DMA scattering where possibleBen Hutchings
2013-03-07sfc: Update RX buffer address together with lengthBen Hutchings
2013-03-07sfc: Explicitly prefetch RX hash prefix, not just Ethernet headeBen Hutchings
2013-03-07sfc: Replace efx_rx_buf_eh() with simpler efx_rx_buf_va()Ben Hutchings
2013-03-07sfc: Wrap __efx_rx_packet() with efx_rx_flush_packet()Ben Hutchings
2013-03-07sfc: Properly distinguish RX buffer and DMA lengthsBen Hutchings
2013-03-07sfc: Remove rx_alloc_method SKBAlexandre Rames
2013-03-07sfc: Allow efx_channel_type::receive_skb() to reject a packetBen Hutchings
2013-03-06sfc: Correct efx_rx_buffer::page_offset when EFX_PAGE_IP_ALIGN != 0Ben Hutchings
2013-02-26sfc: Fix efx_rx_buf_offset() in the presence of swiotlbBen Hutchings
2013-02-26sfc: Properly sync RX DMA buffer when it is not the last in the pageBen Hutchings
2012-12-01sfc: Delete redundant page_addr variable from efx_init_rx_buffers_page()Ben Hutchings
2012-09-07sfc: Add channel specific receive_skb handler and post_remove callbackStuart Hodgson
2012-09-07sfc: Add explicit RX queue flag to channelStuart Hodgson
2012-07-18Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller
2012-07-17sfc: Use generic DMA API, not PCI-DMA APIBen Hutchings
2012-07-10drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
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