index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
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]