index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sfc
/
rx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-05
sfc: Use 'skb_add_rx_frag()' instead of hand coding it
Christophe JAILLET
1
-7
/
+4
2021-01-09
net, xdp: Introduce xdp_prepare_buff utility routine
Lorenzo Bianconi
1
-5
/
+2
2021-01-09
net, xdp: Introduce xdp_init_buff utility routine
Lorenzo Bianconi
1
-2
/
+1
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-06-30
sfc: commonise efx_sync_rx_buffer()
Edward Cree
1
-8
/
+0
2020-06-30
sfc: extend common GRO interface to support CHECKSUM_COMPLETE
Edward Cree
1
-1
/
+1
2020-06-30
sfc: commonise ARFS handling
Edward Cree
1
-234
/
+0
2020-06-02
xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frame
Lorenzo Bianconi
1
-1
/
+1
2020-05-15
sfc: Add XDP frame size
Jesper Dangaard Brouer
1
-0
/
+1
2020-03-17
sfc: fix XDP-redirect in this driver
Jesper Dangaard Brouer
1
-1
/
+1
2020-01-10
sfc: move RPS code
Alex Maftei (amaftei)
1
-34
/
+0
2020-01-10
sfc: move more rx code
Alex Maftei (amaftei)
1
-188
/
+0
2020-01-09
sfc: move common rx code
Alex Maftei (amaftei)
1
-363
/
+3
2020-01-09
sfc: add new headers in preparation for code split
Alex Maftei (amaftei)
1
-15
/
+7
2019-12-21
sfc: Include XDP packet headroom in buffer step size.
Charles McLachlan
1
-7
/
+7
2019-11-23
sfc: add statistics for ARFS
Edward Cree
1
-0
/
+2
2019-11-23
sfc: suppress MCDI errors from ARFS
Edward Cree
1
-4
/
+24
2019-11-23
sfc: change ARFS expiry mechanism
Edward Cree
1
-19
/
+27
2019-11-12
sfc: trace_xdp_exception on XDP failure
Arthur Fabre
1
-0
/
+3
2019-11-01
sfc: add XDP counters to ethtool stats
Charles McLachlan
1
-0
/
+9
2019-11-01
sfc: handle XDP_TX outcomes of XDP eBPF programs
Charles McLachlan
1
-1
/
+11
2019-11-01
sfc: perform XDP processing on received packets
Charles McLachlan
1
-1
/
+129
2019-08-09
sfc: don't score irq moderation points for GRO
Edward Cree
1
-4
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-02-14
sfc: ensure recovery after allocation failures
Robert Stonehouse
1
-2
/
+1
2018-07-04
sfc: batch up RX delivery
Edward Cree
1
-1
/
+6
2018-04-28
sfc: Use filter index rather than ID for rps_flow_id table
Edward Cree
1
-0
/
+2
2018-04-24
sfc: ARFS filter IDs
Edward Cree
1
-5
/
+57
2018-04-14
sfc: limit ARFS workitems in flight per channel
Edward Cree
1
-28
/
+30
2018-04-14
sfc: insert ARFS filters with replace_equal=true
Edward Cree
1
-1
/
+1
2018-03-27
sfc: replace asynchronous filter operations
Edward Cree
1
-39
/
+80
2017-11-16
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2017-11-16
mm: remove __GFP_COLD
Mel Gorman
1
-1
/
+1
2017-10-25
net: ethernet/sfc: Convert timers to use timer_setup()
Kees Cook
1
-2
/
+2
2017-02-10
sfc: set csum_level for encapsulated packets
Jon Cooper
1
-1
/
+4
2017-02-03
sfc: get rid of custom busy polling code
Eric Dumazet
1
-2
/
+1
2016-12-04
sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID instead
Edward Cree
1
-4
/
+4
2016-11-30
sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driver
Edward Cree
1
-15
/
+4
2016-06-01
sfc: Track RPS flow IDs per channel instead of per function
Jon Cooper
1
-8
/
+21
2016-05-30
sfc: use flow dissector helpers for aRFS
Edward Cree
1
-54
/
+21
2015-11-19
net: move skb_mark_napi_id() into core networking stack
Eric Dumazet
1
-1
/
+0
2015-06-01
sfc: free multiple Rx buffers when required
Daniel Pieczko
1
-17
/
+25
2014-07-23
sfc: Add support for busy polling
Alexandre Rames
1
-1
/
+5
2014-07-18
sfc: Add per-queue statistics in ethtool
Andrew Rybchenko
1
-0
/
+2
2014-07-16
sfc: add extra RX drop counters for nodesc_trunc and noskb_drop
Edward Cree
1
-1
/
+3
2013-12-19
net: sfc calls skb_set_hash
Tom Herbert
1
-1
/
+2
2013-12-13
sfc: Add RX packet timestamping for EF10
Jon Cooper
1
-0
/
+2
2013-12-13
sfc: Copy RX prefix into skb head area in efx_rx_mk_skb()
Ben Hutchings
1
-3
/
+7
2013-12-13
sfc: Make initial fill of RX descriptors synchronous
Jon Cooper
1
-4
/
+5
2013-12-07
sfc: RX buffer allocation takes prefix size into account in IP header alignment
Andrew Rybchenko
1
-3
/
+3
[next]