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
2022-05-08
net: virtio: switch to netif_napi_add_weight()
Jakub Kicinski
1
-2
/
+2
2022-05-06
net: move snowflake callers to netif_napi_add_tx_weight()
Jakub Kicinski
1
-2
/
+3
2022-04-26
virtio_net: fix wrong buf address calculation when using xdp
Nikolay Aleksandrov
1
-1
/
+19
2022-03-31
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-13
/
+376
2022-03-28
drivers/net/virtio_net: Added RSS hash report control.
Andrew Melnychenko
1
-1
/
+140
2022-03-28
drivers/net/virtio_net: Added RSS hash report.
Andrew Melnychenko
1
-6
/
+49
2022-03-28
drivers/net/virtio_net: Added basic RSS support.
Andrew Melnychenko
1
-6
/
+186
2022-03-28
drivers/net/virtio_net: Fixed padded vheader to use v1 with hash.
Andrew Melnychenko
1
-5
/
+6
2022-02-15
virtio_net: Fix code indent error
Michael Catanzaro
1
-2
/
+1
2022-01-23
Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
Linus Torvalds
1
-1
/
+1
2022-01-18
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-2
/
+2
2022-01-15
cpumask: replace cpumask_next_* with cpumask_first_* where appropriate
Yury Norov
1
-1
/
+1
2022-01-15
virtio: wrap config->reset calls
Michael S. Tsirkin
1
-2
/
+2
2021-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-2
/
+2
2021-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+3
2021-12-16
virtio_net: fix rx_drops stat for small pkts
Wenliang Wang
1
-6
/
+3
2021-12-14
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
1
-2
/
+2
2021-12-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+0
2021-11-25
Revert "virtio-net: don't let virtio core to validate used length"
Michael S. Tsirkin
1
-1
/
+0
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
1
-1
/
+3
2021-11-17
net: annotate accesses to queue->trans_start
Eric Dumazet
1
-1
/
+1
2021-11-04
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+3
2021-11-01
virtio-net: don't let virtio core to validate used length
Jason Wang
1
-0
/
+1
2021-11-01
virtio_net: clarify tailroom logic
Michael S. Tsirkin
1
-1
/
+2
2021-10-28
net: virtio: use eth_hw_addr_set()
Jakub Kicinski
1
-3
/
+7
2021-10-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-10-10
virtio_net: skip RCU read lock by checking xdp_enabled of vi
Li RongQing
1
-0
/
+14
2021-10-09
virtio-net: fix for skb_over_panic inside big mode
Xuan Zhuo
1
-1
/
+1
2021-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+4
2021-09-20
virtio_net: introduce TX timeout watchdog
Tony Lu
1
-1
/
+21
2021-09-19
virtio_net: use netdev_warn_once to output warn when without enough queues
Xuan Zhuo
1
-2
/
+2
2021-09-19
virtio-net: fix pages leaking when building skb in big mode
Jason Wang
1
-0
/
+4
2021-08-29
virtio_net: reduce raw_smp_processor_id() calling in virtnet_xdp_get_sq
Li RongQing
1
-3
/
+4
2021-08-24
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
1
-2
/
+6
2021-08-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-7
/
+7
2021-08-17
virtio-net: use NETIF_F_GRO_HW instead of NETIF_F_LRO
Jason Wang
1
-7
/
+7
2021-08-04
virtio_net: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
1
-5
/
+5
2021-08-03
virtio-net: realign page_to_skb() after merges
Jakub Kicinski
1
-19
/
+8
2021-07-14
Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-1
/
+7
2021-07-10
virtio_net: check virtqueue_add_sgs() return value
Yunjian Wang
1
-1
/
+7
2021-07-08
virtio_net: disable cb aggressively
Michael S. Tsirkin
1
-4
/
+11
2021-07-03
virtio_net: move txq wakeups under tx q lock
Michael S. Tsirkin
1
-6
/
+7
2021-07-03
virtio_net: move tx vq operation under tx queue lock
Michael S. Tsirkin
1
-1
/
+21
2021-07-03
virtio_net: Fix error handling in virtnet_restore()
Xie Yongji
1
-1
/
+4
2021-06-23
virtio_net: Use virtio_find_vqs_ctx() helper
Xianting Tian
1
-2
/
+2
2021-06-07
virtio_net: Remove BUG() to avoid machine dead
Xianting Tian
1
-1
/
+1
2021-06-07
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+3
2021-06-04
virtio-net: fix for skb_over_panic inside big mode
Xuan Zhuo
1
-1
/
+1
2021-06-02
virtio_net: get build_skb() buf by data ptr
Xuan Zhuo
1
-11
/
+6
2021-06-02
virtio-net: fix for unable to handle page fault for address
Xuan Zhuo
1
-1
/
+2
[next]