aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-10sfc: move RPS codeAlex Maftei (amaftei)1-34/+0
2020-01-10sfc: move more rx codeAlex Maftei (amaftei)1-188/+0
2020-01-08sfc: move common rx codeAlex Maftei (amaftei)1-363/+3
2020-01-08sfc: add new headers in preparation for code splitAlex Maftei (amaftei)1-15/+7
2019-12-20sfc: Include XDP packet headroom in buffer step size.Charles McLachlan1-7/+7
2019-11-22sfc: add statistics for ARFSEdward Cree1-0/+2
2019-11-22sfc: suppress MCDI errors from ARFSEdward Cree1-4/+24
2019-11-22sfc: change ARFS expiry mechanismEdward Cree1-19/+27
2019-11-12sfc: trace_xdp_exception on XDP failureArthur Fabre1-0/+3
2019-10-31sfc: add XDP counters to ethtool statsCharles McLachlan1-0/+9
2019-10-31sfc: handle XDP_TX outcomes of XDP eBPF programsCharles McLachlan1-1/+11
2019-10-31sfc: perform XDP processing on received packetsCharles McLachlan1-1/+129
2019-08-08sfc: don't score irq moderation points for GROEdward Cree1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-02-14sfc: ensure recovery after allocation failuresRobert Stonehouse1-2/+1
2018-07-04sfc: batch up RX deliveryEdward Cree1-1/+6
2018-04-27sfc: Use filter index rather than ID for rps_flow_id tableEdward Cree1-0/+2
2018-04-24sfc: ARFS filter IDsEdward Cree1-5/+57
2018-04-14sfc: limit ARFS workitems in flight per channelEdward Cree1-28/+30
2018-04-14sfc: insert ARFS filters with replace_equal=trueEdward Cree1-1/+1
2018-03-27sfc: replace asynchronous filter operationsEdward Cree1-39/+80
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2017-11-15mm: remove __GFP_COLDMel Gorman1-1/+1
2017-10-25net: ethernet/sfc: Convert timers to use timer_setup()Kees Cook1-2/+2
2017-02-09sfc: set csum_level for encapsulated packetsJon Cooper1-1/+4
2017-02-03sfc: get rid of custom busy polling codeEric Dumazet1-2/+1
2016-12-03sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree1-4/+4
2016-11-30sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driverEdward Cree1-15/+4
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