index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
net
/
virtio_net.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-10
virtio_net: ensure netdev_tx_reset_queue is called on bind xsk for tx
Koichiro Den
1
-1
/
+2
2024-12-10
virtio_ring: add a func argument 'recycle_done' to virtqueue_reset()
Koichiro Den
1
-2
/
+2
2024-12-10
virtio_net: ensure netdev_tx_reset_queue is called on tx ring resize
Koichiro Den
1
-1
/
+11
2024-12-10
virtio_ring: add a func argument 'recycle_done' to virtqueue_resize()
Koichiro Den
1
-2
/
+2
2024-12-10
virtio_net: replace vq2rxq with vq2txq where appropriate
Koichiro Den
1
-1
/
+1
2024-12-10
virtio_net: correct netdev_tx_reset_queue() invocation point
Koichiro Den
1
-1
/
+9
2024-11-15
virtio_net: xdp_features add NETDEV_XDP_ACT_XSK_ZEROCOPY
Xuan Zhuo
1
-1
/
+2
2024-11-15
virtio_net: update tx timeout record
Xuan Zhuo
1
-0
/
+7
2024-11-15
virtio_net: xsk: tx: support xmit xsk buffer
Xuan Zhuo
1
-11
/
+168
2024-11-15
virtio_net: xsk: prevent disable tx napi
Xuan Zhuo
1
-1
/
+9
2024-11-15
virtio_net: xsk: bind/unbind xsk for tx
Xuan Zhuo
1
-0
/
+53
2024-11-15
virtio_net: refactor the xmit type
Xuan Zhuo
1
-39
/
+51
2024-11-15
virtio_ring: remove API virtqueue_set_dma_premapped
Xuan Zhuo
1
-13
/
+0
2024-11-15
virtio-net: rq submits premapped per-buffer
Xuan Zhuo
1
-11
/
+11
2024-11-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-19
/
+100
2024-11-07
virtio_net: Update rss when set queue
Philo Lu
1
-14
/
+51
2024-11-07
virtio_net: Sync rss config to device when virtnet_probe
Philo Lu
1
-0
/
+9
2024-11-07
virtio_net: Add hash_key_length check
Philo Lu
1
-0
/
+6
2024-11-07
virtio_net: Support dynamic rss indirection table size
Philo Lu
1
-5
/
+34
2024-11-05
virtio_net: rx remove premapped failover code
Xuan Zhuo
1
-46
/
+44
2024-11-05
virtio_net: enable premapped mode for merge and small by default
Xuan Zhuo
1
-0
/
+15
2024-11-05
virtio_net: big mode skip the unmap check
Xuan Zhuo
1
-2
/
+2
2024-11-05
virtio-net: fix overflow inside virtnet_rq_alloc
Xuan Zhuo
1
-3
/
+9
2024-11-03
dim: pass dim_sample to net_dim() by reference
Caleb Sander Mateos
1
-1
/
+1
2024-10-21
virtio_net: fix integer overflow in stats
Michael S. Tsirkin
1
-1
/
+1
2024-09-26
virtio_net: Fix mismatched buf address when unmapping for small packets
Wenbo Li
1
-2
/
+8
2024-09-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-49
/
+46
2024-09-10
virtio_net: disable premapped mode by default
Xuan Zhuo
1
-18
/
+0
2024-09-10
Revert "virtio_net: big mode skip the unmap check"
Xuan Zhuo
1
-2
/
+2
2024-09-10
Revert "virtio_net: rx remove premapped failover code"
Xuan Zhuo
1
-35
/
+50
2024-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2024-08-15
virtio-net: synchronize probe with ndo_set_features
Jason Wang
1
-5
/
+5
2024-08-15
virtio-net: synchronize operstate with admin state on up/down
Jason Wang
1
-28
/
+50
2024-08-15
virtio_net: move netdev_tx_reset_queue() call before RX napi enable
Jiri Pirko
1
-1
/
+1
2024-08-05
virtio-net: unbreak vq resizing when coalescing is not negotiated
Heng Qi
1
-2
/
+6
2024-08-05
virtio-net: check feature before configuring the vq coalescing command
Heng Qi
1
-0
/
+6
2024-07-19
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-21
/
+13
2024-07-17
virtio: rename virtio_find_vqs_info() to virtio_find_vqs()
Jiri Pirko
1
-1
/
+1
2024-07-17
virtio_net: convert to use virtio_find_vqs_info()
Jiri Pirko
1
-21
/
+13
2024-07-14
virtio_net: Fix napi_skb_cache_put warning
Breno Leitao
1
-4
/
+4
2024-07-14
virtio_net: xsk: rx: support recv merge mode
Xuan Zhuo
1
-0
/
+144
2024-07-14
virtio_net: xsk: rx: support recv small mode
Xuan Zhuo
1
-8
/
+168
2024-07-14
virtio_net: xsk: rx: support fill with xsk buffer
Xuan Zhuo
1
-4
/
+66
2024-07-14
virtio_net: xsk: support wakeup
Xuan Zhuo
1
-0
/
+24
2024-07-14
virtio_net: xsk: bind/unbind xsk for rx
Xuan Zhuo
1
-0
/
+134
2024-07-14
virtio_net: separate receive_mergeable
Xuan Zhuo
1
-30
/
+47
2024-07-14
virtio_net: separate receive_buf
Xuan Zhuo
1
-27
/
+35
2024-07-14
virtio_net: separate virtnet_tx_resize()
Xuan Zhuo
1
-6
/
+29
2024-07-14
virtio_net: separate virtnet_rx_resize()
Xuan Zhuo
1
-8
/
+21
2024-07-14
virtio_net: replace VIRTIO_XDP_HEADROOM by XDP_PACKET_HEADROOM
Xuan Zhuo
1
-12
/
+9
[next]