index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
virtio_net.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio-net: correctly enable callback during start_xmit
Jason Wang
2023-01-18
1
-2
/
+4
*
drivers/net/virtio_net.c: Added USO support.
Andrew Melnychenko
2022-12-12
1
-4
/
+15
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-29
1
-2
/
+1
|
\
|
*
virtio_net: Fix probe failed when modprobe virtio_net
Li Zetao
2022-11-24
1
-2
/
+1
*
|
net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).
Thomas Gleixner
2022-10-28
1
-8
/
+8
|
/
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2022-10-10
1
-16
/
+32
|
\
|
*
virtio-net: use mtu size as buffer length for big packets
Gavin Li
2022-10-07
1
-13
/
+24
|
*
virtio-net: introduce and use helper function for guest gso support checks
Gavin Li
2022-10-07
1
-4
/
+9
*
|
net: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-31
1
-3
/
+3
|
/
*
Merge tag 'net-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2022-08-18
1
-2
/
+2
|
\
|
*
virtio_net: fix endian-ness for RSS
Michael S. Tsirkin
2022-08-12
1
-2
/
+2
*
|
virtio_net: Revert "virtio_net: set the default max ring size by find_vqs()"
Michael S. Tsirkin
2022-08-16
1
-38
/
+4
*
|
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2022-08-12
1
-39
/
+286
|
\
\
|
|
/
|
/
|
|
*
net: virtio_net: notifications coalescing support
Alvaro Karsz
2022-08-11
1
-15
/
+96
|
*
virtio_net: support set_ringparam
Xuan Zhuo
2022-08-11
1
-0
/
+48
|
*
virtio_net: support tx queue resize
Xuan Zhuo
2022-08-11
1
-0
/
+50
|
*
virtio_net: support rx queue resize
Xuan Zhuo
2022-08-11
1
-0
/
+25
|
*
virtio_net: split free_unused_bufs()
Xuan Zhuo
2022-08-11
1
-16
/
+25
|
*
virtio_net: get ringparam by virtqueue_get_vring_max_size()
Xuan Zhuo
2022-08-11
1
-4
/
+4
|
*
virtio_net: set the default max ring size by find_vqs()
Xuan Zhuo
2022-08-11
1
-4
/
+38
*
|
virtio_net: fix memory leak inside XPD_TX with mergeable
Xuan Zhuo
2022-08-08
1
-1
/
+4
|
/
*
virtio-net: fix the race between refill work and close
Jason Wang
2022-07-27
1
-3
/
+34
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2022-06-27
1
-1
/
+7
|
\
|
*
virtio-net: fix race between ndo_open() and virtio_device_ready()
Jason Wang
2022-06-27
1
-1
/
+7
*
|
virtio_net: fix xdp_rxq_info bug after suspend/resume
Stephan Gerhold
2022-06-22
1
-19
/
+6
|
/
*
net: virtio: switch to netif_napi_add_weight()
Jakub Kicinski
2022-05-08
1
-2
/
+2
*
net: move snowflake callers to netif_napi_add_tx_weight()
Jakub Kicinski
2022-05-05
1
-2
/
+3
*
virtio_net: fix wrong buf address calculation when using xdp
Nikolay Aleksandrov
2022-04-26
1
-1
/
+19
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2022-03-31
1
-13
/
+376
|
\
|
*
drivers/net/virtio_net: Added RSS hash report control.
Andrew Melnychenko
2022-03-28
1
-1
/
+140
|
*
drivers/net/virtio_net: Added RSS hash report.
Andrew Melnychenko
2022-03-28
1
-6
/
+49
|
*
drivers/net/virtio_net: Added basic RSS support.
Andrew Melnychenko
2022-03-28
1
-6
/
+186
|
*
drivers/net/virtio_net: Fixed padded vheader to use v1 with hash.
Andrew Melnychenko
2022-03-28
1
-5
/
+6
*
|
virtio_net: Fix code indent error
Michael Catanzaro
2022-02-15
1
-2
/
+1
|
/
*
Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
Linus Torvalds
2022-01-23
1
-1
/
+1
|
\
|
*
cpumask: replace cpumask_next_* with cpumask_first_* where appropriate
Yury Norov
2022-01-15
1
-1
/
+1
*
|
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2022-01-18
1
-2
/
+2
|
\
\
|
*
|
virtio: wrap config->reset calls
Michael S. Tsirkin
2022-01-14
1
-2
/
+2
|
|
/
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-12-31
1
-2
/
+2
|
\
\
|
*
|
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
2021-12-13
1
-2
/
+2
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-16
1
-6
/
+3
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
virtio_net: fix rx_drops stat for small pkts
Wenliang Wang
2021-12-16
1
-6
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-02
1
-1
/
+0
|
\
|
|
*
Revert "virtio-net: don't let virtio core to validate used length"
Michael S. Tsirkin
2021-11-24
1
-1
/
+0
*
|
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
2021-11-22
1
-1
/
+3
*
|
net: annotate accesses to queue->trans_start
Eric Dumazet
2021-11-17
1
-1
/
+1
|
/
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2021-11-03
1
-1
/
+3
|
\
|
*
virtio-net: don't let virtio core to validate used length
Jason Wang
2021-11-01
1
-0
/
+1
|
*
virtio_net: clarify tailroom logic
Michael S. Tsirkin
2021-11-01
1
-1
/
+2
*
|
net: virtio: use eth_hw_addr_set()
Jakub Kicinski
2021-10-28
1
-3
/
+7
[next]