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
starfive-6.6.48-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
/
cavium
/
thunder
/
nicvf_queues.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-12
net: thunderx: Fix unintentional sign extension issue
Colin Ian King
1
-1
/
+1
2020-12-01
xsk: Propagate napi_id to XDP socket Rx path
Björn Töpel
1
-1
/
+1
2020-09-14
liquidio: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-2
/
+2
2020-06-19
net: tso: cache transport header length
Eric Dumazet
1
-2
/
+3
2020-03-24
net: thunderx: remove set but not used variable 'tail'
Zheng zengkai
1
-2
/
+1
2019-07-31
net: Use skb_frag_off accessors
Jonathan Lemon
1
-1
/
+1
2019-07-23
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
1
-3
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206
Thomas Gleixner
1
-4
/
+1
2019-03-28
thunderx: eliminate extra calls to put_page() for pages held for recycling
Dean Nelson
1
-4
/
+3
2019-03-28
thunderx: enable page recycling for non-XDP case
Dean Nelson
1
-12
/
+11
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
1
-1
/
+1
2018-11-24
net: thunderx: set tso_hdrs pointer to NULL in nicvf_free_snd_queue
Lorenzo Bianconi
1
-1
/
+3
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-2
/
+2
2018-02-14
Revert "net: thunderx: Add support for xdp redirect"
Jesper Dangaard Brouer
1
-6
/
+5
2018-01-16
net: thunderx: add timestamping support
Sunil Goutham
1
-0
/
+26
2018-01-06
thunderx: setup xdp_rxq_info
Jesper Dangaard Brouer
1
-0
/
+4
2017-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2017-12-06
net: thunderx: Fix TCP/UDP checksum offload for IPv4 pkts
Florian Westphal
1
-0
/
+2
2017-11-30
net: thunderx: Add support for xdp redirect
Sunil Goutham
1
-5
/
+6
2017-11-25
net: thunderx: Fix TCP/UDP checksum offload for IPv6 pkts
Sunil Goutham
1
-1
/
+0
2017-06-29
cavium: thunder: Remove duplicate "netdev->name" logging output
Joe Perches
1
-5
/
+3
2017-05-02
net: thunderx: Optimize page recycling for XDP
Sunil Goutham
1
-7
/
+50
2017-05-02
net: thunderx: Support for XDP header adjustment
Sunil Goutham
1
-1
/
+8
2017-05-02
net: thunderx: Add support for XDP_TX
Sunil Goutham
1
-13
/
+104
2017-05-02
net: thunderx: Add support for XDP_DROP
Sunil Goutham
1
-21
/
+56
2017-05-02
net: thunderx: Add basic XDP support
Sunil Goutham
1
-10
/
+5
2017-05-02
net: thunderx: Cleanup receive buffer allocation
Sunil Goutham
1
-9
/
+9
2017-05-02
net: thunderx: Optimize CQE_TX handling
Sunil Goutham
1
-5
/
+0
2017-05-02
net: thunderx: Optimize RBDR descriptor handling
Sunil Goutham
1
-4
/
+4
2017-05-02
net: thunderx: Support for page recycling
Sunil Goutham
1
-18
/
+103
2017-04-08
net: thunderx: Enable TSO and checksum offloads for ipv6
Thanneeru Srinivasulu
1
-1
/
+9
2017-03-10
net: thunderx: Allow IPv6 frames with zero UDP checksum
Thanneeru Srinivasulu
1
-2
/
+4
2017-03-10
net: thunderx: Fix IOMMU translation faults
Sunil Goutham
1
-37
/
+141
2017-01-25
net: thunderx: Support to configure queue sizes from ethtool
Sunil Goutham
1
-3
/
+16
2016-12-02
net: thunderx: Fix transmit queue timeout issue
Sunil Goutham
1
-21
/
+3
2016-11-26
net: thunderx: Configure RED and backpressure levels
Sunil Goutham
1
-2
/
+7
2016-11-16
net: thunderx: Fix memory leak and other issues upon interface toggle
Sunil Goutham
1
-1
/
+13
2016-11-16
net: thunderx: Fix VF driver's interface statistics
Sunil Goutham
1
-49
/
+47
2016-11-16
net: thunderx: Fix configuration of L3/L4 length checking
Sunil Goutham
1
-2
/
+5
2016-11-16
net: thunderx: Program LMAC credits based on MTU
Sunil Goutham
1
-0
/
+3
2016-09-24
net: thunderx: Support for byte queue limits
Sunil Goutham
1
-10
/
+20
2016-09-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+57
2016-09-02
net: thunderx: Fix for issues with multiple CQEs posted for a TSO packet
Sunil Goutham
1
-7
/
+57
2016-08-13
net: thunderx: Reset RXQ HW stats when interface is brought down
Jerin Jacob
1
-0
/
+15
2016-08-13
net: thunderx: Use skb_add_rx_frag() for split buffer Rx pkts
Sunil Goutham
1
-18
/
+6
2016-08-13
net: thunderx: Enable CQE_RX desc's extension fields
Sunil Goutham
1
-1
/
+11
2016-08-13
net: thunderx: Set queue count based on number of CPUs
Sunil Goutham
1
-4
/
+4
2016-05-20
mm/page_ref: use page_ref helper instead of direct modification of _count
Joonsoo Kim
1
-1
/
+1
2016-05-10
net: thunderx: avoid exposing kernel stack
xypron.glpk@gmx.de
1
-0
/
+4
2016-03-14
net: thunderx: Set recevie buffer page usage count in bulk
Sunil Goutham
1
-8
/
+23
[next]