aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/rx.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2017-11-15mm: remove __GFP_COLDGravatar Mel Gorman 1-1/+1
2017-10-25net: ethernet/sfc: Convert timers to use timer_setup()Gravatar Kees Cook 1-2/+2
2017-02-09sfc: set csum_level for encapsulated packetsGravatar Jon Cooper 1-1/+4
2017-02-03sfc: get rid of custom busy polling codeGravatar Eric Dumazet 1-2/+1
2016-12-03sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadGravatar Edward Cree 1-4/+4
2016-11-30sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driverGravatar Edward Cree 1-15/+4
2016-05-31sfc: Track RPS flow IDs per channel instead of per functionGravatar Jon Cooper 1-8/+21
2016-05-29sfc: use flow dissector helpers for aRFSGravatar Edward Cree 1-54/+21
2015-11-18net: move skb_mark_napi_id() into core networking stackGravatar Eric Dumazet 1-1/+0
2015-05-31sfc: free multiple Rx buffers when requiredGravatar Daniel Pieczko 1-17/+25
2014-07-22sfc: Add support for busy pollingGravatar Alexandre Rames 1-1/+5
2014-07-17sfc: Add per-queue statistics in ethtoolGravatar Andrew Rybchenko 1-0/+2
2014-07-15sfc: add extra RX drop counters for nodesc_trunc and noskb_dropGravatar Edward Cree 1-1/+3
2013-12-18net: sfc calls skb_set_hashGravatar Tom Herbert 1-1/+2
2013-12-12sfc: Add RX packet timestamping for EF10Gravatar Jon Cooper 1-0/+2
2013-12-12sfc: Copy RX prefix into skb head area in efx_rx_mk_skb()Gravatar Ben Hutchings 1-3/+7
2013-12-12sfc: Make initial fill of RX descriptors synchronousGravatar Jon Cooper 1-4/+5
2013-12-06sfc: RX buffer allocation takes prefix size into account in IP header alignmentGravatar Andrew Rybchenko 1-3/+3
2013-09-20sfc: Support ARFS for IPv6 flowsGravatar Ben Hutchings 1-28/+62
2013-08-29sfc: Update copyright bannersGravatar Ben Hutchings 1-2/+2
2013-08-29sfc: Prepare for RX scatter on EF10Gravatar Jon Cooper 1-4/+4
2013-08-29sfc: Document conditions for multicast replication vs filter replacementGravatar Ben Hutchings 1-0/+34
2013-08-27sfc: Add support for reading packet length from prefixGravatar Ben Hutchings 1-2/+10
2013-08-27sfc: Generalise packet hash lookup to support EF10 RX prefixGravatar Jon Cooper 1-8/+7
2013-08-22sfc: Make most filter operations NIC-type-specificGravatar Ben Hutchings 1-0/+94
2013-08-21sfc: Refactor queue teardown sequence to allow for EF10 flush behaviourGravatar Ben Hutchings 1-1/+0
2013-08-21sfc: Stop RX refill before flushing RX queuesGravatar Ben Hutchings 1-4/+4
2013-07-05sfc: Fix memory leak when discarding scattered packetsGravatar Ben Hutchings 1-7/+20
2013-06-24sfc: Improve test for IOMMU in useGravatar Ben Hutchings 1-1/+1
2013-06-24sfc: Do not pass non-TCP packets into GRO codeGravatar Ben Hutchings 1-1/+1
2013-06-24sfc: Increase size of RX SKB header areaGravatar Jon Cooper 1-1/+1
2013-06-24sfc: Enable RX checksum offload for packets not handled by GROGravatar Jon Cooper 1-0/+2
2013-05-14sfc: Reduce RX scatter buffer size, and reduce alignment if appropriateGravatar Ben Hutchings 1-1/+1
2013-05-14sfc: Delete EFX_PAGE_IP_ALIGN, equivalent to NET_IP_ALIGNGravatar Ben Hutchings 1-3/+3
2013-03-17sfc: make local functions staticGravatar stephen hemminger 1-2/+2
2013-03-07sfc: allocate more RX buffers per pageGravatar Daniel Pieczko 1-38/+42
2013-03-07sfc: Replace efx_rx_is_last_buffer() with a flagGravatar Ben Hutchings 1-11/+6
2013-03-07sfc: reuse pages to avoid DMA mapping/unmapping costsGravatar Daniel Pieczko 1-94/+205
2013-03-07sfc: Enable RX DMA scattering where possibleGravatar Ben Hutchings 1-73/+138
2013-03-07sfc: Update RX buffer address together with lengthGravatar Ben Hutchings 1-12/+6
2013-03-07sfc: Explicitly prefetch RX hash prefix, not just Ethernet headeGravatar Ben Hutchings 1-1/+1
2013-03-07sfc: Replace efx_rx_buf_eh() with simpler efx_rx_buf_va()Gravatar Ben Hutchings 1-4/+4
2013-03-07sfc: Wrap __efx_rx_packet() with efx_rx_flush_packet()Gravatar Ben Hutchings 1-2/+1
2013-03-07sfc: Properly distinguish RX buffer and DMA lengthsGravatar Ben Hutchings 1-11/+8
2013-03-07sfc: Remove rx_alloc_method SKBGravatar Alexandre Rames 1-235/+95
2013-03-07sfc: Allow efx_channel_type::receive_skb() to reject a packetGravatar Ben Hutchings 1-4/+6
2013-03-06sfc: Correct efx_rx_buffer::page_offset when EFX_PAGE_IP_ALIGN != 0Gravatar Ben Hutchings 1-1/+1
2013-02-26sfc: Fix efx_rx_buf_offset() in the presence of swiotlbGravatar Ben Hutchings 1-5/+5
2013-02-26sfc: Properly sync RX DMA buffer when it is not the last in the pageGravatar Ben Hutchings 1-5/+10