开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
virtio_net.c
Age
Commit message (
Expand
)
Author
2024-12-10
virtio_net: ensure netdev_tx_reset_queue is called on bind xsk for tx
Koichiro Den
2024-12-10
virtio_ring: add a func argument 'recycle_done' to virtqueue_reset()
Koichiro Den
2024-12-10
virtio_net: ensure netdev_tx_reset_queue is called on tx ring resize
Koichiro Den
2024-12-10
virtio_ring: add a func argument 'recycle_done' to virtqueue_resize()
Koichiro Den
2024-12-10
virtio_net: replace vq2rxq with vq2txq where appropriate
Koichiro Den
2024-12-10
virtio_net: correct netdev_tx_reset_queue() invocation point
Koichiro Den
2024-11-15
virtio_net: xdp_features add NETDEV_XDP_ACT_XSK_ZEROCOPY
Xuan Zhuo
2024-11-15
virtio_net: update tx timeout record
Xuan Zhuo
2024-11-15
virtio_net: xsk: tx: support xmit xsk buffer
Xuan Zhuo
2024-11-15
virtio_net: xsk: prevent disable tx napi
Xuan Zhuo
2024-11-15
virtio_net: xsk: bind/unbind xsk for tx
Xuan Zhuo
2024-11-15
virtio_net: refactor the xmit type
Xuan Zhuo
2024-11-15
virtio_ring: remove API virtqueue_set_dma_premapped
Xuan Zhuo
2024-11-15
virtio-net: rq submits premapped per-buffer
Xuan Zhuo
2024-11-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-11-07
virtio_net: Update rss when set queue
Philo Lu
2024-11-07
virtio_net: Sync rss config to device when virtnet_probe
Philo Lu
2024-11-07
virtio_net: Add hash_key_length check
Philo Lu
2024-11-07
virtio_net: Support dynamic rss indirection table size
Philo Lu
2024-11-05
virtio_net: rx remove premapped failover code
Xuan Zhuo
2024-11-05
virtio_net: enable premapped mode for merge and small by default
Xuan Zhuo
2024-11-05
virtio_net: big mode skip the unmap check
Xuan Zhuo
2024-11-05
virtio-net: fix overflow inside virtnet_rq_alloc
Xuan Zhuo
2024-11-03
dim: pass dim_sample to net_dim() by reference
Caleb Sander Mateos
2024-10-21
virtio_net: fix integer overflow in stats
Michael S. Tsirkin
2024-09-26
virtio_net: Fix mismatched buf address when unmapping for small packets
Wenbo Li
2024-09-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-09-10
virtio_net: disable premapped mode by default
Xuan Zhuo
2024-09-10
Revert "virtio_net: big mode skip the unmap check"
Xuan Zhuo
2024-09-10
Revert "virtio_net: rx remove premapped failover code"
Xuan Zhuo
2024-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-08-15
virtio-net: synchronize probe with ndo_set_features
Jason Wang
2024-08-15
virtio-net: synchronize operstate with admin state on up/down
Jason Wang
2024-08-15
virtio_net: move netdev_tx_reset_queue() call before RX napi enable
Jiri Pirko
2024-08-05
virtio-net: unbreak vq resizing when coalescing is not negotiated
Heng Qi
2024-08-05
virtio-net: check feature before configuring the vq coalescing command
Heng Qi
2024-07-19
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2024-07-17
virtio: rename virtio_find_vqs_info() to virtio_find_vqs()
Jiri Pirko
2024-07-17
virtio_net: convert to use virtio_find_vqs_info()
Jiri Pirko
2024-07-14
virtio_net: Fix napi_skb_cache_put warning
Breno Leitao
2024-07-14
virtio_net: xsk: rx: support recv merge mode
Xuan Zhuo
2024-07-14
virtio_net: xsk: rx: support recv small mode
Xuan Zhuo
2024-07-14
virtio_net: xsk: rx: support fill with xsk buffer
Xuan Zhuo
2024-07-14
virtio_net: xsk: support wakeup
Xuan Zhuo
2024-07-14
virtio_net: xsk: bind/unbind xsk for rx
Xuan Zhuo
2024-07-14
virtio_net: separate receive_mergeable
Xuan Zhuo
2024-07-14
virtio_net: separate receive_buf
Xuan Zhuo
2024-07-14
virtio_net: separate virtnet_tx_resize()
Xuan Zhuo
2024-07-14
virtio_net: separate virtnet_rx_resize()
Xuan Zhuo
2024-07-14
virtio_net: replace VIRTIO_XDP_HEADROOM by XDP_PACKET_HEADROOM
Xuan Zhuo
[next]