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
2023-02-06
virtio-net: Maintain reverse cleanup order
Parav Pandit
1
-1
/
+1
2023-02-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2023-02-02
virtio-net: Keep stop() to follow mirror sequence of open()
Parav Pandit
1
-1
/
+1
2023-02-02
virtio-net: fix possible unsigned integer overflow
Heng Qi
1
-6
/
+9
2023-02-02
virtio_net: notify MAC address change on device initialization
Laurent Vivier
1
-0
/
+20
2023-02-02
virtio_net: disable VIRTIO_NET_F_STANDBY if VIRTIO_NET_F_MAC is not set
Laurent Vivier
1
-0
/
+6
2023-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+3
2023-01-28
virtio-net: execute xdp_do_flush() before napi_complete_done()
Magnus Karlsson
1
-3
/
+3
2023-01-25
virtio-net: Reduce debug name field size to 16 bytes
Parav Pandit
1
-2
/
+2
2023-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+4
2023-01-18
virtio-net: correctly enable callback during start_xmit
Jason Wang
1
-2
/
+4
2023-01-18
virtio_net: Reuse buffer free function
Parav Pandit
1
-7
/
+1
2023-01-16
virtio-net: support multi-buffer xdp
Heng Qi
1
-55
/
+10
2023-01-16
virtio-net: remove xdp related info from page_to_skb()
Heng Qi
1
-32
/
+9
2023-01-16
virtio-net: build skb from multi-buffer xdp
Heng Qi
1
-0
/
+49
2023-01-16
virtio-net: transmit the multi-buffer xdp
Heng Qi
1
-5
/
+26
2023-01-16
virtio-net: construct multi-buffer xdp in mergeable
Heng Qi
1
-14
/
+44
2023-01-16
virtio-net: build xdp_buff with multi buffers
Heng Qi
1
-8
/
+100
2023-01-16
virtio-net: update bytes calculation for xdp_frame
Heng Qi
1
-2
/
+2
2023-01-16
virtio-net: set up xdp for multi buffer packets
Heng Qi
1
-3
/
+3
2023-01-16
virtio-net: fix calculation of MTU for single-buffer xdp
Heng Qi
1
-2
/
+4
2023-01-16
virtio-net: disable the hole mechanism for xdp
Heng Qi
1
-1
/
+4
2022-12-12
drivers/net/virtio_net.c: Added USO support.
Andrew Melnychenko
1
-4
/
+15
2022-11-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+1
2022-11-24
virtio_net: Fix probe failed when modprobe virtio_net
Li Zetao
1
-2
/
+1
2022-10-29
net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).
Thomas Gleixner
1
-8
/
+8
2022-10-11
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-16
/
+32
2022-10-07
virtio-net: use mtu size as buffer length for big packets
Gavin Li
1
-13
/
+24
2022-10-07
virtio-net: introduce and use helper function for guest gso support checks
Gavin Li
1
-4
/
+9
2022-09-01
net: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-3
/
+3
2022-08-19
Merge tag 'net-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-2
/
+2
2022-08-16
virtio_net: Revert "virtio_net: set the default max ring size by find_vqs()"
Michael S. Tsirkin
1
-38
/
+4
2022-08-12
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-39
/
+286
2022-08-12
virtio_net: fix endian-ness for RSS
Michael S. Tsirkin
1
-2
/
+2
2022-08-11
net: virtio_net: notifications coalescing support
Alvaro Karsz
1
-15
/
+96
2022-08-11
virtio_net: support set_ringparam
Xuan Zhuo
1
-0
/
+48
2022-08-11
virtio_net: support tx queue resize
Xuan Zhuo
1
-0
/
+50
2022-08-11
virtio_net: support rx queue resize
Xuan Zhuo
1
-0
/
+25
2022-08-11
virtio_net: split free_unused_bufs()
Xuan Zhuo
1
-16
/
+25
2022-08-11
virtio_net: get ringparam by virtqueue_get_vring_max_size()
Xuan Zhuo
1
-4
/
+4
2022-08-11
virtio_net: set the default max ring size by find_vqs()
Xuan Zhuo
1
-4
/
+38
2022-08-08
virtio_net: fix memory leak inside XPD_TX with mergeable
Xuan Zhuo
1
-1
/
+4
2022-07-27
virtio-net: fix the race between refill work and close
Jason Wang
1
-3
/
+34
2022-06-27
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+7
2022-06-27
virtio-net: fix race between ndo_open() and virtio_device_ready()
Jason Wang
1
-1
/
+7
2022-06-23
virtio_net: fix xdp_rxq_info bug after suspend/resume
Stephan Gerhold
1
-19
/
+6
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
[next]