Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-14bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni
2021-06-24sfc: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen
2021-04-05sfc: Use 'skb_add_rx_frag()' instead of hand coding itChristophe JAILLET
2021-01-09net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi
2021-01-09net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-30sfc: commonise efx_sync_rx_buffer()Edward Cree
2020-06-30sfc: extend common GRO interface to support CHECKSUM_COMPLETEEdward Cree
2020-06-30sfc: commonise ARFS handlingEdward Cree
2020-06-02xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi
2020-05-15sfc: Add XDP frame sizeJesper Dangaard Brouer
2020-03-17sfc: fix XDP-redirect in this driverJesper Dangaard Brouer
2020-01-10sfc: move RPS codeAlex Maftei (amaftei)
2020-01-10sfc: move more rx codeAlex Maftei (amaftei)
2020-01-09sfc: move common rx codeAlex Maftei (amaftei)
2020-01-09sfc: add new headers in preparation for code splitAlex Maftei (amaftei)
2019-12-21sfc: Include XDP packet headroom in buffer step size.Charles McLachlan
2019-11-23sfc: add statistics for ARFSEdward Cree
2019-11-23sfc: suppress MCDI errors from ARFSEdward Cree
2019-11-23sfc: change ARFS expiry mechanismEdward Cree
2019-11-12sfc: trace_xdp_exception on XDP failureArthur Fabre
2019-11-01sfc: add XDP counters to ethtool statsCharles McLachlan
2019-11-01sfc: handle XDP_TX outcomes of XDP eBPF programsCharles McLachlan
2019-11-01sfc: perform XDP processing on received packetsCharles McLachlan
2019-08-09sfc: don't score irq moderation points for GROEdward Cree
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-02-14sfc: ensure recovery after allocation failuresRobert Stonehouse
2018-07-04sfc: batch up RX deliveryEdward Cree
2018-04-28sfc: Use filter index rather than ID for rps_flow_id tableEdward Cree
2018-04-24sfc: ARFS filter IDsEdward Cree
2018-04-14sfc: limit ARFS workitems in flight per channelEdward Cree
2018-04-14sfc: insert ARFS filters with replace_equal=trueEdward Cree
2018-03-27sfc: replace asynchronous filter operationsEdward Cree
2017-11-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-16mm: remove __GFP_COLDMel Gorman
2017-10-25net: ethernet/sfc: Convert timers to use timer_setup()Kees Cook
2017-02-10sfc: set csum_level for encapsulated packetsJon Cooper
2017-02-03sfc: get rid of custom busy polling codeEric Dumazet
2016-12-04sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree
2016-11-30sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driverEdward Cree
2016-06-01sfc: Track RPS flow IDs per channel instead of per functionJon Cooper
2016-05-30sfc: use flow dissector helpers for aRFSEdward Cree
2015-11-19net: move skb_mark_napi_id() into core networking stackEric Dumazet
2015-06-01sfc: free multiple Rx buffers when requiredDaniel Pieczko
2014-07-23sfc: Add support for busy pollingAlexandre Rames
2014-07-18sfc: Add per-queue statistics in ethtoolAndrew Rybchenko
2014-07-16sfc: add extra RX drop counters for nodesc_trunc and noskb_dropEdward Cree
2013-12-19net: sfc calls skb_set_hashTom Herbert
2013-12-13sfc: Add RX packet timestamping for EF10Jon Cooper
2013-12-13sfc: Copy RX prefix into skb head area in efx_rx_mk_skb()Ben Hutchings