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
2023-08-23
virtio_net: Introduce skb_vnet_common_hdr to avoid typecasting
Feng Liu
2023-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-18
Merge tag 'net-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2023-08-11
virtio-net: set queues after driver_ok
Jason Wang
2023-08-10
virtio-net: Zero max_tx_vq field for VIRTIO_NET_CTRL_MQ_HASH_CONFIG case
Hawkins Jiawei
2023-08-03
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-08-03
net: move struct netdev_rx_queue out of netdevice.h
Jakub Kicinski
2023-08-01
virtio_net: enable per queue interrupt coalesce feature
Gavin Li
2023-08-01
virtio_net: support per queue interrupt coalesce command
Gavin Li
2023-08-01
virtio_net: extract interrupt coalescing settings to a structure
Gavin Li
2023-07-26
virtio-net: fix race between set queues and probe
Jason Wang
2023-06-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-06
virtio_net: use control_buf for coalesce params
Brett Creeley
2023-05-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-05-15
virtio_net: Fix error unwinding of XDP initialization
Feng Liu
2023-05-13
net: introduce and use skb_frag_fill_page_desc()
Yunsheng Lin
2023-05-09
virtio_net: introduce virtnet_build_skb()
Xuan Zhuo
2023-05-09
virtio_net: introduce receive_small_build_xdp
Xuan Zhuo
2023-05-09
virtio_net: small: remove skip_xdp
Xuan Zhuo
2023-05-09
virtio_net: small: avoid code duplication in xdp scenarios
Xuan Zhuo
2023-05-09
virtio_net: small: remove the delta
Xuan Zhuo
2023-05-09
virtio_net: introduce receive_small_xdp()
Xuan Zhuo
2023-05-09
virtio_net: merge: remove skip_xdp
Xuan Zhuo
2023-05-09
virtio_net: introduce receive_mergeable_xdp()
Xuan Zhuo
2023-05-09
virtio_net: virtnet_build_xdp_buff_mrg() auto release xdp shinfo
Xuan Zhuo
2023-05-09
virtio_net: separate the logic of freeing the rest mergeable buf
Xuan Zhuo
2023-05-09
virtio_net: separate the logic of freeing xdp shinfo
Xuan Zhuo
2023-05-09
virtio_net: introduce virtnet_xdp_handler() to seprate the logic of run xdp
Xuan Zhuo
2023-05-09
virtio_net: optimize mergeable_xdp_get_buf()
Xuan Zhuo
2023-05-09
virtio_net: introduce mergeable_xdp_get_buf()
Xuan Zhuo
2023-05-09
virtio_net: mergeable xdp: put old page immediately
Xuan Zhuo
2023-05-05
virtio_net: suppress cpu stall when free_unused_bufs
Wenliang Wang
2023-04-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-04-17
virtio_net: bugfix overflow inside xdp_linearize_page()
Xuan Zhuo
2023-03-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-03-16
virtio_net: free xdp shinfo frags when build_skb_from_xdp_buff() fails
Xuan Zhuo
2023-03-16
virtio_net: fix page_to_skb() miss headroom
Xuan Zhuo
2023-03-13
net: virtio_net: implement exact header length guest feature
Jiri Pirko
2023-03-10
virtio_net: add checking sq is full inside xdp xmit
Xuan Zhuo
2023-03-10
virtio_net: separate the logic of checking whether sq is full
Xuan Zhuo
2023-03-10
virtio_net: reorder some funcs
Xuan Zhuo
2023-02-10
Daniel Borkmann says:
Jakub Kicinski
2023-02-07
virtio_net: Update xdp_features with xdp multi-buff
Lorenzo Bianconi
2023-02-06
virtio-net: Maintain reverse cleanup order
Parav Pandit
2023-02-02
drivers: net: turn on XDP features
Marek Majtyka
2023-02-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-02-02
virtio-net: Keep stop() to follow mirror sequence of open()
Parav Pandit
2023-02-01
virtio-net: fix possible unsigned integer overflow
Heng Qi
2023-02-01
virtio_net: notify MAC address change on device initialization
Laurent Vivier
2023-02-01
virtio_net: disable VIRTIO_NET_F_STANDBY if VIRTIO_NET_F_MAC is not set
Laurent Vivier
[next]