summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/rx.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-131-1/+1
* sfc: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen2021-06-241-7/+2
* sfc: Use 'skb_add_rx_frag()' instead of hand coding itChristophe JAILLET2021-04-051-7/+4
* net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi2021-01-081-5/+2
* net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi2021-01-081-2/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* sfc: commonise efx_sync_rx_buffer()Edward Cree2020-06-301-8/+0
* sfc: extend common GRO interface to support CHECKSUM_COMPLETEEdward Cree2020-06-291-1/+1
* sfc: commonise ARFS handlingEdward Cree2020-06-291-234/+0
* xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi2020-06-011-1/+1
* sfc: Add XDP frame sizeJesper Dangaard Brouer2020-05-141-0/+1
* sfc: fix XDP-redirect in this driverJesper Dangaard Brouer2020-03-161-1/+1
* sfc: move RPS codeAlex Maftei (amaftei)2020-01-101-34/+0
* sfc: move more rx codeAlex Maftei (amaftei)2020-01-101-188/+0
* sfc: move common rx codeAlex Maftei (amaftei)2020-01-081-363/+3
* sfc: add new headers in preparation for code splitAlex Maftei (amaftei)2020-01-081-15/+7
* sfc: Include XDP packet headroom in buffer step size.Charles McLachlan2019-12-201-7/+7
* sfc: add statistics for ARFSEdward Cree2019-11-221-0/+2
* sfc: suppress MCDI errors from ARFSEdward Cree2019-11-221-4/+24
* sfc: change ARFS expiry mechanismEdward Cree2019-11-221-19/+27
* sfc: trace_xdp_exception on XDP failureArthur Fabre2019-11-121-0/+3
* sfc: add XDP counters to ethtool statsCharles McLachlan2019-10-311-0/+9
* sfc: handle XDP_TX outcomes of XDP eBPF programsCharles McLachlan2019-10-311-1/+11
* sfc: perform XDP processing on received packetsCharles McLachlan2019-10-311-1/+129
* sfc: don't score irq moderation points for GROEdward Cree2019-08-081-4/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* sfc: ensure recovery after allocation failuresRobert Stonehouse2019-02-141-2/+1
* sfc: batch up RX deliveryEdward Cree2018-07-041-1/+6
* sfc: Use filter index rather than ID for rps_flow_id tableEdward Cree2018-04-271-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-151-1/+1
|\
| * mm: remove __GFP_COLDMel Gorman2017-11-151-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/+1
* 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/+4
* sfc: Track RPS flow IDs per channel instead of per functionJon Cooper2016-05-311-8/+21
* sfc: use flow dissector helpers for aRFSEdward Cree2016-05-291-54/+21
* net: move skb_mark_napi_id() into core networking stackEric Dumazet2015-11-181-1/+0
* sfc: free multiple Rx buffers when requiredDaniel Pieczko2015-05-311-17/+25
* sfc: Add support for busy pollingAlexandre Rames2014-07-221-1/+5
* sfc: Add per-queue statistics in ethtoolAndrew Rybchenko2014-07-171-0/+2
* sfc: add extra RX drop counters for nodesc_trunc and noskb_dropEdward Cree2014-07-151-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