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
/
virtio_net.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-14
virtio-net: get build_skb() buf by data ptr
Xuan Zhuo
1
-2
/
+6
2021-05-14
virtio-net: fix for unable to handle page fault for address
Xuan Zhuo
1
-6
/
+6
2021-05-05
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-3
/
+7
2021-05-03
virtio-net: don't allocate control_buf if not supported
Max Gurtovoy
1
-3
/
+7
2021-04-23
virtio-net: fix use-after-free in skb_gro_receive
Xuan Zhuo
1
-3
/
+9
2021-04-21
virtio-net: fix use-after-free in page_to_skb()
Eric Dumazet
1
-1
/
+4
2021-04-21
virtio-net: restrict build_skb() use to some arches
Eric Dumazet
1
-1
/
+1
2021-04-17
virtio-net: page_to_skb() use build_skb when there's sufficient tailroom
Xuan Zhuo
1
-21
/
+48
2021-04-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+7
2021-04-07
virtio_net: Do not pull payload in skb->head
Eric Dumazet
1
-3
/
+7
2021-03-26
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-12
/
+13
2021-03-19
net: move the xps maps to an array
Antoine Tenart
1
-1
/
+1
2021-03-18
bpf, devmap: Move drop error path to devmap for XDP_REDIRECT
Lorenzo Bianconi
1
-12
/
+13
2021-03-17
virtio_net: Update driver to use ethtool_sprintf
Alexander Duyck
1
-11
/
+7
2021-03-10
virtio-net: support XDP when not more queues
Xuan Zhuo
1
-13
/
+49
2021-03-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+2
2021-02-25
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-0
/
+1
2021-02-25
virtio-net: Support IFF_TX_SKB_NO_LINEAR flag
Xuan Zhuo
1
-1
/
+2
2021-02-23
virtio_net: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2021-01-09
net, xdp: Introduce xdp_prepare_buff utility routine
Lorenzo Bianconi
1
-8
/
+4
2021-01-09
net, xdp: Introduce xdp_init_buff utility routine
Lorenzo Bianconi
1
-4
/
+2
2021-01-05
Merge tag 'net-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-5
/
+7
2020-12-24
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-0
/
+1
2020-12-23
virtio_net: Fix recursive call to cpus_read_lock()
Jeff Dike
1
-5
/
+7
2020-12-19
virtio_net: Fix error code in probe()
Dan Carpenter
1
-0
/
+1
2020-12-01
xsk: Propagate napi_id to XDP socket Rx path
Björn Töpel
1
-1
/
+1
2020-10-22
Revert "virtio-net: ethtool configurable RXCSUM"
Michael S. Tsirkin
1
-36
/
+12
2020-10-14
virtio-net: ethtool configurable RXCSUM
Tonghao Zhang
1
-12
/
+36
2020-10-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+7
2020-09-29
virtio-net: don't disable guest csum when disable LRO
Tonghao Zhang
1
-1
/
+7
2020-09-10
net: remove napi_hash_del() from driver-facing API
Jakub Kicinski
1
-4
/
+3
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-3
/
+3
2020-08-12
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-4
/
+5
2020-08-05
virtio_net: use LE accessors for speed/duplex
Michael S. Tsirkin
1
-4
/
+5
2020-07-26
bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commands
Andrii Nakryiko
1
-17
/
+0
2020-06-02
xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frame
Lorenzo Bianconi
1
-2
/
+2
2020-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+4
2020-05-15
virtio_net: Add XDP frame size in two code paths
Jesper Dangaard Brouer
1
-3
/
+12
2020-05-07
virtio_net: fix lockdep warning on 32 bit
Michael S. Tsirkin
1
-2
/
+4
2020-03-05
virtio_net: reject unsupported coalescing params
Jakub Kicinski
1
-11
/
+3
2020-03-01
net/ethtool: Introduce link_ksettings API for virtual network devices
Cris Forno
1
-37
/
+2
2020-02-26
virtio_net: Add XDP meta data support
Yuya Kusakabe
1
-20
/
+32
2020-02-26
virtio_net: Keep vnet header zeroed if XDP is loaded for small buffer
Yuya Kusakabe
1
-2
/
+2
2020-01-27
bpf, xdp: virtio_net use access ptr macro for xdp enable check
John Fastabend
1
-1
/
+1
2020-01-17
xdp: Use bulking for non-map XDP_REDIRECT and consolidate code paths
Toke Høiland-Jørgensen
1
-1
/
+1
2019-11-18
bpf: Convert bpf_prog refcnt to atomic64_t
Andrii Nakryiko
1
-5
/
+2
2019-10-01
netfilter: drop bridge nf reset from nf_reset
Florian Westphal
1
-1
/
+1
2019-09-04
virtio-net: lower min ring num_free for efficiency
? jiang
1
-1
/
+1
2019-06-15
virtio_net: enable napi_tx by default
Willem de Bruijn
1
-1
/
+1
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
Thomas Gleixner
1
-13
/
+1
[next]