Age | Commit message (Expand) | Author |
2023-04-17 | virtio_net: bugfix overflow inside xdp_linearize_page() | Xuan Zhuo |
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-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 |
2023-01-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-01-27 | virtio-net: execute xdp_do_flush() before napi_complete_done() | Magnus Karlsson |
2023-01-25 | virtio-net: Reduce debug name field size to 16 bytes | Parav Pandit |
2023-01-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-01-18 | virtio-net: correctly enable callback during start_xmit | Jason Wang |
2023-01-18 | virtio_net: Reuse buffer free function | Parav Pandit |
2023-01-16 | virtio-net: support multi-buffer xdp | Heng Qi |
2023-01-16 | virtio-net: remove xdp related info from page_to_skb() | Heng Qi |
2023-01-16 | virtio-net: build skb from multi-buffer xdp | Heng Qi |
2023-01-16 | virtio-net: transmit the multi-buffer xdp | Heng Qi |
2023-01-16 | virtio-net: construct multi-buffer xdp in mergeable | Heng Qi |
2023-01-16 | virtio-net: build xdp_buff with multi buffers | Heng Qi |
2023-01-16 | virtio-net: update bytes calculation for xdp_frame | Heng Qi |
2023-01-16 | virtio-net: set up xdp for multi buffer packets | Heng Qi |
2023-01-16 | virtio-net: fix calculation of MTU for single-buffer xdp | Heng Qi |
2023-01-16 | virtio-net: disable the hole mechanism for xdp | Heng Qi |
2022-12-12 | drivers/net/virtio_net.c: Added USO support. | Andrew Melnychenko |
2022-11-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-11-24 | virtio_net: Fix probe failed when modprobe virtio_net | Li Zetao |
2022-10-28 | net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers). | Thomas Gleixner |
2022-10-10 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2022-10-07 | virtio-net: use mtu size as buffer length for big packets | Gavin Li |
2022-10-07 | virtio-net: introduce and use helper function for guest gso support checks | Gavin Li |
2022-08-31 | net: move from strlcpy with unused retval to strscpy | Wolfram Sang |
2022-08-18 | Merge tag 'net-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds |
2022-08-16 | virtio_net: Revert "virtio_net: set the default max ring size by find_vqs()" | Michael S. Tsirkin |
2022-08-12 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2022-08-12 | virtio_net: fix endian-ness for RSS | Michael S. Tsirkin |
2022-08-11 | net: virtio_net: notifications coalescing support | Alvaro Karsz |
2022-08-11 | virtio_net: support set_ringparam | Xuan Zhuo |
2022-08-11 | virtio_net: support tx queue resize | Xuan Zhuo |
2022-08-11 | virtio_net: support rx queue resize | Xuan Zhuo |
2022-08-11 | virtio_net: split free_unused_bufs() | Xuan Zhuo |
2022-08-11 | virtio_net: get ringparam by virtqueue_get_vring_max_size() | Xuan Zhuo |
2022-08-11 | virtio_net: set the default max ring size by find_vqs() | Xuan Zhuo |