index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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: use u64_stats_t infra to avoid data-races
Eric Dumazet
2023-10-27
1
-59
/
+65
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-10-19
1
-7
/
+7
|
\
|
*
virtio_net: fix the missing of the dma cpu sync
Xuan Zhuo
2023-10-15
1
-7
/
+7
*
|
virtio-net: a tiny comment update
Heng Qi
2023-10-11
1
-1
/
+1
*
|
virtio-net: fix the vq coalescing setting for vq resize
Heng Qi
2023-10-11
1
-0
/
+27
*
|
virtio-net: fix per queue coalescing parameter setting
Heng Qi
2023-10-11
1
-20
/
+16
*
|
virtio-net: consistently save parameters for per-queue
Heng Qi
2023-10-11
1
-0
/
+9
*
|
virtio-net: fix mismatch of getting tx-frames
Heng Qi
2023-10-11
1
-1
/
+1
*
|
virtio-net: initially change the value of tx-frames
Heng Qi
2023-10-11
1
-7
/
+21
*
|
virtio_net: avoid data-races on dev->stats fields
Eric Dumazet
2023-10-01
1
-15
/
+15
|
/
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2023-09-04
1
-26
/
+202
|
\
|
*
virtio_net: merge dma operations when filling mergeable buffers
Xuan Zhuo
2023-09-03
1
-26
/
+202
*
|
virtio_net: Introduce skb_vnet_common_hdr to avoid typecasting
Feng Liu
2023-08-23
1
-9
/
+18
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-18
1
-3
/
+3
|
\
|
|
*
Merge tag 'net-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2023-08-18
1
-2
/
+2
|
|
\
|
|
*
virtio-net: set queues after driver_ok
Jason Wang
2023-08-11
1
-2
/
+2
|
*
|
virtio-net: Zero max_tx_vq field for VIRTIO_NET_CTRL_MQ_HASH_CONFIG case
Hawkins Jiawei
2023-08-10
1
-1
/
+1
|
|
/
*
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-08-03
1
-0
/
+1
|
\
\
|
*
|
net: move struct netdev_rx_queue out of netdevice.h
Jakub Kicinski
2023-08-03
1
-0
/
+1
*
|
|
virtio_net: enable per queue interrupt coalesce feature
Gavin Li
2023-08-01
1
-0
/
+3
*
|
|
virtio_net: support per queue interrupt coalesce command
Gavin Li
2023-08-01
1
-8
/
+141
*
|
|
virtio_net: extract interrupt coalescing settings to a structure
Gavin Li
2023-08-01
1
-16
/
+19
|
|
/
|
/
|
*
|
virtio-net: fix race between set queues and probe
Jason Wang
2023-07-26
1
-2
/
+2
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-08
1
-8
/
+8
|
\
|
*
virtio_net: use control_buf for coalesce params
Brett Creeley
2023-06-06
1
-8
/
+8
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-05-18
1
-17
/
+44
|
\
|
|
*
virtio_net: Fix error unwinding of XDP initialization
Feng Liu
2023-05-15
1
-17
/
+44
*
|
net: introduce and use skb_frag_fill_page_desc()
Yunsheng Lin
2023-05-13
1
-3
/
+1
*
|
virtio_net: introduce virtnet_build_skb()
Xuan Zhuo
2023-05-09
1
-13
/
+21
*
|
virtio_net: introduce receive_small_build_xdp
Xuan Zhuo
2023-05-09
1
-17
/
+31
*
|
virtio_net: small: remove skip_xdp
Xuan Zhuo
2023-05-09
1
-14
/
+12
*
|
virtio_net: small: avoid code duplication in xdp scenarios
Xuan Zhuo
2023-05-09
1
-4
/
+8
*
|
virtio_net: small: remove the delta
Xuan Zhuo
2023-05-09
1
-5
/
+1
*
|
virtio_net: introduce receive_small_xdp()
Xuan Zhuo
2023-05-09
1
-65
/
+100
*
|
virtio_net: merge: remove skip_xdp
Xuan Zhuo
2023-05-09
1
-13
/
+10
*
|
virtio_net: introduce receive_mergeable_xdp()
Xuan Zhuo
2023-05-09
1
-41
/
+64
*
|
virtio_net: virtnet_build_xdp_buff_mrg() auto release xdp shinfo
Xuan Zhuo
2023-05-09
1
-3
/
+7
*
|
virtio_net: separate the logic of freeing the rest mergeable buf
Xuan Zhuo
2023-05-09
1
-12
/
+24
*
|
virtio_net: separate the logic of freeing xdp shinfo
Xuan Zhuo
2023-05-09
1
-11
/
+16
*
|
virtio_net: introduce virtnet_xdp_handler() to seprate the logic of run xdp
Xuan Zhuo
2023-05-09
1
-60
/
+58
*
|
virtio_net: optimize mergeable_xdp_get_buf()
Xuan Zhuo
2023-05-09
1
-15
/
+14
*
|
virtio_net: introduce mergeable_xdp_get_buf()
Xuan Zhuo
2023-05-09
1
-56
/
+79
*
|
virtio_net: mergeable xdp: put old page immediately
Xuan Zhuo
2023-05-09
1
-12
/
+7
|
/
*
virtio_net: suppress cpu stall when free_unused_bufs
Wenliang Wang
2023-05-05
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-04-20
1
-2
/
+6
|
\
|
*
virtio_net: bugfix overflow inside xdp_linearize_page()
Xuan Zhuo
2023-04-17
1
-2
/
+6
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-03-17
1
-76
/
+95
|
\
|
|
*
virtio_net: free xdp shinfo frags when build_skb_from_xdp_buff() fails
Xuan Zhuo
2023-03-16
1
-1
/
+4
|
*
virtio_net: fix page_to_skb() miss headroom
Xuan Zhuo
2023-03-16
1
-5
/
+6
|
*
virtio_net: add checking sq is full inside xdp xmit
Xuan Zhuo
2023-03-10
1
-0
/
+3
[next]