aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-31sfc: Track RPS flow IDs per channel instead of per functionJon Cooper1-8/+21
2016-05-29sfc: use flow dissector helpers for aRFSEdward Cree1-54/+21
2015-11-18net: move skb_mark_napi_id() into core networking stackEric Dumazet1-1/+0
2015-05-31sfc: free multiple Rx buffers when requiredDaniel Pieczko1-17/+25
2014-07-22sfc: Add support for busy pollingAlexandre Rames1-1/+5
2014-07-17sfc: Add per-queue statistics in ethtoolAndrew Rybchenko1-0/+2
2014-07-15sfc: add extra RX drop counters for nodesc_trunc and noskb_dropEdward Cree1-1/+3
2013-12-18net: sfc calls skb_set_hashTom Herbert1-1/+2
2013-12-12sfc: Add RX packet timestamping for EF10Jon Cooper1-0/+2
2013-12-12sfc: Copy RX prefix into skb head area in efx_rx_mk_skb()Ben Hutchings1-3/+7
2013-12-12sfc: Make initial fill of RX descriptors synchronousJon Cooper1-4/+5
2013-12-06sfc: RX buffer allocation takes prefix size into account in IP header alignmentAndrew Rybchenko1-3/+3
2013-09-20sfc: Support ARFS for IPv6 flowsBen Hutchings1-28/+62
2013-08-29sfc: Update copyright bannersBen Hutchings1-2/+2
2013-08-29sfc: Prepare for RX scatter on EF10Jon Cooper1-4/+4
2013-08-29sfc: Document conditions for multicast replication vs filter replacementBen Hutchings1-0/+34
2013-08-27sfc: Add support for reading packet length from prefixBen Hutchings1-2/+10
2013-08-27sfc: Generalise packet hash lookup to support EF10 RX prefixJon Cooper1-8/+7
2013-08-22sfc: Make most filter operations NIC-type-specificBen Hutchings1-0/+94
2013-08-21sfc: Refactor queue teardown sequence to allow for EF10 flush behaviourBen Hutchings1-1/+0
2013-08-21sfc: Stop RX refill before flushing RX queuesBen Hutchings1-4/+4
2013-07-05sfc: Fix memory leak when discarding scattered packetsBen Hutchings1-7/+20
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