index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
virtio_net.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio_net: fixing XDP for fully checksummed packets handling
Heng Qi
2024-06-19
1
-1
/
+19
*
virtio_net: checksum offloading handling fix
Heng Qi
2024-06-19
1
-2
/
+10
*
virtio_net: fix a spurious deadlock issue
Heng Qi
2024-06-02
1
-20
/
+16
*
virtio_net: fix possible dim status unrecoverable
Heng Qi
2024-06-02
1
-1
/
+1
*
virtio_net: fix missing lock protection on control_buf access
Heng Qi
2024-06-02
1
-1
/
+3
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2024-05-23
1
-1
/
+0
|
\
|
*
net: virtio: drop owner assignment
Krzysztof Kozlowski
2024-05-22
1
-1
/
+0
*
|
virtio_net: Fix missed rtnl_unlock
Daniel Jurgens
2024-05-17
1
-3
/
+3
*
|
virtio_net: remove the misleading comment
Xuan Zhuo
2024-05-14
1
-1
/
+0
*
|
virtio_net: rx remove premapped failover code
Xuan Zhuo
2024-05-14
1
-50
/
+35
*
|
virtio_net: big mode skip the unmap check
Xuan Zhuo
2024-05-14
1
-2
/
+2
*
|
virtio_net: Add TX stopped and wake counters
Daniel Jurgens
2024-05-13
1
-2
/
+26
*
|
virtio_net: Fix memory leak in virtnet_rx_mod_work
Daniel Jurgens
2024-05-11
1
-2
/
+1
*
|
virtio_net: Remove rtnl lock protection of command buffers
Daniel Jurgens
2024-05-07
1
-20
/
+4
*
|
virtio_net: Add a lock for per queue RX coalesce
Daniel Jurgens
2024-05-07
1
-12
/
+41
*
|
virtio_net: Do DIM update for specified queue only
Daniel Jurgens
2024-05-07
1
-25
/
+15
*
|
virtio_net: Add a lock for the command VQ.
Daniel Jurgens
2024-05-07
1
-1
/
+10
*
|
virtio_net: Remove command data from control_buf
Daniel Jurgens
2024-05-07
1
-39
/
+85
*
|
virtio_net: Store RSS setting in virtnet_info
Daniel Jurgens
2024-05-07
1
-20
/
+20
*
|
virtio-net: support queue stat
Xuan Zhuo
2024-04-30
1
-21
/
+371
*
|
virtio_net: add the total stats field
Xuan Zhuo
2024-04-30
1
-12
/
+69
*
|
virtio_net: device stats helpers support driver stats
Xuan Zhuo
2024-04-30
1
-75
/
+82
*
|
virtio_net: support device stats
Xuan Zhuo
2024-04-30
1
-4
/
+472
*
|
virtio_net: remove "_queue" from ethtool -S
Xuan Zhuo
2024-04-30
1
-2
/
+2
*
|
virtio_net: introduce ability to get reply info from device
Xuan Zhuo
2024-04-30
1
-7
/
+17
*
|
virtio_net: Support RX hash XDP hint
Liang Chen
2024-04-18
1
-0
/
+43
|
/
*
virtio_net: Do not send RSS key if it is not supported
Breno Leitao
2024-04-07
1
-4
/
+22
*
virtio_net: rename free_old_xmit_skbs to free_old_xmit
Xuan Zhuo
2024-03-19
1
-5
/
+5
*
virtio_net: unify the code for recycling the xmit ptr
Xuan Zhuo
2024-03-19
1
-43
/
+39
*
virtio-net: add cond_resched() to the command waiting loop
Jason Wang
2024-03-19
1
-1
/
+3
*
virtio-net: convert rx mode setting to use workqueue
Jason Wang
2024-03-19
1
-3
/
+52
*
virtio_net: Fix "ā%dā directive writing between 1 and 11 bytes into a reg...
Zhu Yanjun
2024-01-12
1
-4
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-01-05
1
-30
/
+30
|
\
|
*
virtio_net: fix missing dma unmap for resize
Xuan Zhuo
2024-01-04
1
-30
/
+30
*
|
net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops
Ahmed Zaki
2023-12-14
1
-13
/
+16
*
|
virtio-net: support rx netdim
Heng Qi
2023-12-13
1
-14
/
+162
*
|
virtio-net: extract virtqueue coalescig cmd for reuse
Heng Qi
2023-12-13
1
-42
/
+64
*
|
virtio-net: separate rx/tx coalescing moderation cmds
Heng Qi
2023-12-13
1
-3
/
+28
*
|
virtio-net: returns whether napi is complete
Heng Qi
2023-12-13
1
-1
/
+5
|
/
*
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
|
\
[next]