Age | Commit message (Expand) | Author | Files | Lines |
2021-09-19 | virtio_net: use netdev_warn_once to output warn when without enough queues | Xuan Zhuo | 1 | -2/+2 |
2021-09-19 | virtio-net: fix pages leaking when building skb in big mode | Jason Wang | 1 | -0/+4 |
2021-08-29 | virtio_net: reduce raw_smp_processor_id() calling in virtnet_xdp_get_sq | Li RongQing | 1 | -3/+4 |
2021-08-24 | ethtool: extend coalesce setting uAPI with CQE mode | Yufeng Mo | 1 | -2/+6 |
2021-08-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -7/+7 |
2021-08-17 | virtio-net: use NETIF_F_GRO_HW instead of NETIF_F_LRO | Jason Wang | 1 | -7/+7 |
2021-08-04 | virtio_net: Replace deprecated CPU-hotplug functions. | Sebastian Andrzej Siewior | 1 | -5/+5 |
2021-08-03 | virtio-net: realign page_to_skb() after merges | Jakub Kicinski | 1 | -19/+8 |
2021-07-14 | Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -1/+7 |
2021-07-10 | virtio_net: check virtqueue_add_sgs() return value | Yunjian Wang | 1 | -1/+7 |
2021-07-08 | virtio_net: disable cb aggressively | Michael S. Tsirkin | 1 | -4/+11 |
2021-07-03 | virtio_net: move txq wakeups under tx q lock | Michael S. Tsirkin | 1 | -6/+7 |
2021-07-03 | virtio_net: move tx vq operation under tx queue lock | Michael S. Tsirkin | 1 | -1/+21 |
2021-07-03 | virtio_net: Fix error handling in virtnet_restore() | Xie Yongji | 1 | -1/+4 |
2021-06-23 | virtio_net: Use virtio_find_vqs_ctx() helper | Xianting Tian | 1 | -2/+2 |
2021-06-07 | virtio_net: Remove BUG() to avoid machine dead | Xianting Tian | 1 | -1/+1 |
2021-06-07 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -0/+3 |
2021-06-04 | virtio-net: fix for skb_over_panic inside big mode | Xuan Zhuo | 1 | -1/+1 |
2021-06-02 | virtio_net: get build_skb() buf by data ptr | Xuan Zhuo | 1 | -11/+6 |
2021-06-02 | virtio-net: fix for unable to handle page fault for address | Xuan Zhuo | 1 | -1/+2 |
2021-06-01 | virtio-net: Add validation for used length | Xie Yongji | 1 | -7/+13 |
2021-05-14 | virtio-net: get build_skb() buf by data ptr | Xuan Zhuo | 1 | -2/+6 |
2021-05-14 | virtio-net: fix for unable to handle page fault for address | Xuan Zhuo | 1 | -6/+6 |
2021-05-05 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -3/+7 |
2021-05-03 | virtio-net: don't allocate control_buf if not supported | Max Gurtovoy | 1 | -3/+7 |
2021-04-23 | virtio-net: fix use-after-free in skb_gro_receive | Xuan Zhuo | 1 | -3/+9 |
2021-04-21 | virtio-net: fix use-after-free in page_to_skb() | Eric Dumazet | 1 | -1/+4 |
2021-04-21 | virtio-net: restrict build_skb() use to some arches | Eric Dumazet | 1 | -1/+1 |
2021-04-17 | virtio-net: page_to_skb() use build_skb when there's sufficient tailroom | Xuan Zhuo | 1 | -21/+48 |
2021-04-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+7 |
2021-04-07 | virtio_net: Do not pull payload in skb->head | Eric Dumazet | 1 | -3/+7 |
2021-03-26 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -12/+13 |
2021-03-19 | net: move the xps maps to an array | Antoine Tenart | 1 | -1/+1 |
2021-03-18 | bpf, devmap: Move drop error path to devmap for XDP_REDIRECT | Lorenzo Bianconi | 1 | -12/+13 |
2021-03-17 | virtio_net: Update driver to use ethtool_sprintf | Alexander Duyck | 1 | -11/+7 |
2021-03-10 | virtio-net: support XDP when not more queues | Xuan Zhuo | 1 | -13/+49 |
2021-03-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -1/+2 |
2021-02-25 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -0/+1 |
2021-02-25 | virtio-net: Support IFF_TX_SKB_NO_LINEAR flag | Xuan Zhuo | 1 | -1/+2 |
2021-02-23 | virtio_net: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 1 | -0/+1 |
2021-01-09 | net, xdp: Introduce xdp_prepare_buff utility routine | Lorenzo Bianconi | 1 | -8/+4 |
2021-01-09 | net, xdp: Introduce xdp_init_buff utility routine | Lorenzo Bianconi | 1 | -4/+2 |
2021-01-05 | Merge tag 'net-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -5/+7 |
2020-12-24 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -0/+1 |
2020-12-23 | virtio_net: Fix recursive call to cpus_read_lock() | Jeff Dike | 1 | -5/+7 |
2020-12-19 | virtio_net: Fix error code in probe() | Dan Carpenter | 1 | -0/+1 |
2020-12-01 | xsk: Propagate napi_id to XDP socket Rx path | Björn Töpel | 1 | -1/+1 |
2020-10-22 | Revert "virtio-net: ethtool configurable RXCSUM" | Michael S. Tsirkin | 1 | -36/+12 |
2020-10-14 | virtio-net: ethtool configurable RXCSUM | Tonghao Zhang | 1 | -12/+36 |
2020-10-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+7 |