summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/rx.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* sfc: ensure recovery after allocation failuresRobert Stonehouse2019-02-141-2/+1Star
* sfc: batch up RX deliveryEdward Cree2018-07-041-1/+6
* sfc: Use filter index rather than ID for rps_flow_id tableEdward Cree2018-04-281-0/+2
* sfc: ARFS filter IDsEdward Cree2018-04-241-5/+57
* sfc: limit ARFS workitems in flight per channelEdward Cree2018-04-141-28/+30
* sfc: insert ARFS filters with replace_equal=trueEdward Cree2018-04-141-1/+1
* sfc: replace asynchronous filter operationsEdward Cree2018-03-271-39/+80
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-161-1/+1
|\
| * mm: remove __GFP_COLDMel Gorman2017-11-161-1/+1
* | net: ethernet/sfc: Convert timers to use timer_setup()Kees Cook2017-10-251-2/+2
|/
* sfc: set csum_level for encapsulated packetsJon Cooper2017-02-091-1/+4
* sfc: get rid of custom busy polling codeEric Dumazet2017-02-031-2/+1Star
* sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree2016-12-031-4/+4
* sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driverEdward Cree2016-11-301-15/+4Star
* sfc: Track RPS flow IDs per channel instead of per functionJon Cooper2016-06-011-8/+21
* sfc: use flow dissector helpers for aRFSEdward Cree2016-05-301-54/+21Star
* net: move skb_mark_napi_id() into core networking stackEric Dumazet2015-11-181-1/+0Star
* sfc: free multiple Rx buffers when requiredDaniel Pieczko2015-06-011-17/+25
* sfc: Add support for busy pollingAlexandre Rames2014-07-231-1/+5
* sfc: Add per-queue statistics in ethtoolAndrew Rybchenko2014-07-181-0/+2
* sfc: add extra RX drop counters for nodesc_trunc and noskb_dropEdward Cree2014-07-161-1/+3
* net: sfc calls skb_set_hashTom Herbert2013-12-181-1/+2
* sfc: Add RX packet timestamping for EF10Jon Cooper2013-12-121-0/+2
* sfc: Copy RX prefix into skb head area in efx_rx_mk_skb()Ben Hutchings2013-12-121-3/+7
* sfc: Make initial fill of RX descriptors synchronousJon Cooper2013-12-121-4/+5
* sfc: RX buffer allocation takes prefix size into account in IP header alignmentAndrew Rybchenko2013-12-061-3/+3
* sfc: Support ARFS for IPv6 flowsBen Hutchings2013-09-201-28/+62
* sfc: Update copyright bannersBen Hutchings2013-08-301-2/+2
* sfc: Prepare for RX scatter on EF10Jon Cooper2013-08-291-4/+4
* sfc: Document conditions for multicast replication vs filter replacementBen Hutchings2013-08-291-0/+34
* sfc: Add support for reading packet length from prefixBen Hutchings2013-08-271-2/+10
* sfc: Generalise packet hash lookup to support EF10 RX prefixJon Cooper2013-08-271-8/+7Star
* sfc: Make most filter operations NIC-type-specificBen Hutchings2013-08-221-0/+94
* sfc: Refactor queue teardown sequence to allow for EF10 flush behaviourBen Hutchings2013-08-211-1/+0Star
* sfc: Stop RX refill before flushing RX queuesBen Hutchings2013-08-211-4/+4
* sfc: Fix memory leak when discarding scattered packetsBen Hutchings2013-07-051-7/+20
* sfc: Improve test for IOMMU in useBen Hutchings2013-06-241-1/+1
* sfc: Do not pass non-TCP packets into GRO codeBen Hutchings2013-06-241-1/+1
* sfc: Increase size of RX SKB header areaJon Cooper2013-06-241-1/+1
* sfc: Enable RX checksum offload for packets not handled by GROJon Cooper2013-06-241-0/+2
* sfc: Reduce RX scatter buffer size, and reduce alignment if appropriateBen Hutchings2013-05-141-1/+1
* sfc: Delete EFX_PAGE_IP_ALIGN, equivalent to NET_IP_ALIGNBen Hutchings2013-05-141-3/+3
* sfc: make local functions staticstephen hemminger2013-03-171-2/+2
* sfc: allocate more RX buffers per pageDaniel Pieczko2013-03-071-38/+42
* sfc: Replace efx_rx_is_last_buffer() with a flagBen Hutchings2013-03-071-11/+6Star
* sfc: reuse pages to avoid DMA mapping/unmapping costsDaniel Pieczko2013-03-071-94/+205
* sfc: Enable RX DMA scattering where possibleBen Hutchings2013-03-071-73/+138
* sfc: Update RX buffer address together with lengthBen Hutchings2013-03-071-12/+6Star
* sfc: Explicitly prefetch RX hash prefix, not just Ethernet headeBen Hutchings2013-03-071-1/+1