index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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-06-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-8
/
+8
2023-06-06
virtio_net: use control_buf for coalesce params
Brett Creeley
1
-8
/
+8
2023-05-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-17
/
+44
2023-05-15
virtio_net: Fix error unwinding of XDP initialization
Feng Liu
1
-17
/
+44
2023-05-13
net: introduce and use skb_frag_fill_page_desc()
Yunsheng Lin
1
-3
/
+1
2023-05-09
virtio_net: introduce virtnet_build_skb()
Xuan Zhuo
1
-13
/
+21
2023-05-09
virtio_net: introduce receive_small_build_xdp
Xuan Zhuo
1
-17
/
+31
2023-05-09
virtio_net: small: remove skip_xdp
Xuan Zhuo
1
-14
/
+12
2023-05-09
virtio_net: small: avoid code duplication in xdp scenarios
Xuan Zhuo
1
-4
/
+8
2023-05-09
virtio_net: small: remove the delta
Xuan Zhuo
1
-5
/
+1
2023-05-09
virtio_net: introduce receive_small_xdp()
Xuan Zhuo
1
-65
/
+100
2023-05-09
virtio_net: merge: remove skip_xdp
Xuan Zhuo
1
-13
/
+10
2023-05-09
virtio_net: introduce receive_mergeable_xdp()
Xuan Zhuo
1
-41
/
+64
2023-05-09
virtio_net: virtnet_build_xdp_buff_mrg() auto release xdp shinfo
Xuan Zhuo
1
-3
/
+7
2023-05-09
virtio_net: separate the logic of freeing the rest mergeable buf
Xuan Zhuo
1
-12
/
+24
2023-05-09
virtio_net: separate the logic of freeing xdp shinfo
Xuan Zhuo
1
-11
/
+16
2023-05-09
virtio_net: introduce virtnet_xdp_handler() to seprate the logic of run xdp
Xuan Zhuo
1
-60
/
+58
2023-05-09
virtio_net: optimize mergeable_xdp_get_buf()
Xuan Zhuo
1
-15
/
+14
2023-05-09
virtio_net: introduce mergeable_xdp_get_buf()
Xuan Zhuo
1
-56
/
+79
2023-05-09
virtio_net: mergeable xdp: put old page immediately
Xuan Zhuo
1
-12
/
+7
2023-05-05
virtio_net: suppress cpu stall when free_unused_bufs
Wenliang Wang
1
-0
/
+2
2023-04-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+6
2023-04-17
virtio_net: bugfix overflow inside xdp_linearize_page()
Xuan Zhuo
1
-2
/
+6
2023-03-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-76
/
+95
2023-03-16
virtio_net: free xdp shinfo frags when build_skb_from_xdp_buff() fails
Xuan Zhuo
1
-1
/
+4
2023-03-16
virtio_net: fix page_to_skb() miss headroom
Xuan Zhuo
1
-5
/
+6
2023-03-13
net: virtio_net: implement exact header length guest feature
Jiri Pirko
1
-2
/
+4
2023-03-10
virtio_net: add checking sq is full inside xdp xmit
Xuan Zhuo
1
-0
/
+3
2023-03-10
virtio_net: separate the logic of checking whether sq is full
Xuan Zhuo
1
-24
/
+36
2023-03-10
virtio_net: reorder some funcs
Xuan Zhuo
1
-46
/
+46
2023-02-10
Daniel Borkmann says:
Jakub Kicinski
1
-1
/
+7
2023-02-07
virtio_net: Update xdp_features with xdp multi-buff
Lorenzo Bianconi
1
-2
/
+4
2023-02-06
virtio-net: Maintain reverse cleanup order
Parav Pandit
1
-1
/
+1
2023-02-02
drivers: net: turn on XDP features
Marek Majtyka
1
-0
/
+4
2023-02-02
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-01
virtio-net: fix possible unsigned integer overflow
Heng Qi
1
-6
/
+9
2023-02-01
virtio_net: notify MAC address change on device initialization
Laurent Vivier
1
-0
/
+20
2023-02-01
virtio_net: disable VIRTIO_NET_F_STANDBY if VIRTIO_NET_F_MAC is not set
Laurent Vivier
1
-0
/
+6
2023-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+3
2023-01-27
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
[next]