Age | Commit message (Expand) | Author | Files | Lines |
2019-02-04 | virtio_net: Account for tx bytes and packets on sending xdp_frames | Toshiaki Makita | 1 | -4/+16 |
2019-01-31 | virtio_net: Differentiate sk_buff and xdp_frame on freeing | Toshiaki Makita | 1 | -12/+42 |
2019-01-31 | virtio_net: Use xdp_return_frame to free xdp_frames on destroying vqs | Toshiaki Makita | 1 | -1/+1 |
2019-01-31 | virtio_net: Don't process redirected XDP frames when XDP is disabled | Toshiaki Makita | 1 | -7/+26 |
2019-01-31 | virtio_net: Fix out of bounds access of sq | Toshiaki Makita | 1 | -10/+7 |
2019-01-31 | virtio_net: Fix not restoring real_num_rx_queues | Toshiaki Makita | 1 | -1/+1 |
2019-01-31 | virtio_net: Don't call free_old_xmit_skbs for xdp_frames | Toshiaki Makita | 1 | -16/+33 |
2019-01-31 | virtio_net: Don't enable NAPI when interface is down | Toshiaki Makita | 1 | -2/+4 |
2019-01-20 | virtio_net: bulk free tx skbs | Michael S. Tsirkin | 1 | -6/+6 |
2018-12-21 | virtio-net: ethtool configurable LRO | Willem de Bruijn | 1 | -0/+33 |
2018-12-01 | virtio-net: keep vnet header zeroed after processing XDP | Jason Wang | 1 | -5/+9 |
2018-11-23 | virtio-net: fail XDP set if guest csum is negotiated | Jason Wang | 1 | -2/+3 |
2018-11-23 | virtio-net: disable guest csum during XDP set | Jason Wang | 1 | -6/+2 |
2018-10-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+4 |
2018-10-18 | virtio_net: avoid using netif_tx_disable() for serializing tx routine | Ake Koomsin | 1 | -1/+4 |
2018-10-11 | virtio_net: ethtool tx napi configuration | Jason Wang | 1 | -0/+49 |
2018-09-28 | virtio_net: remove ndo_poll_controller | Eric Dumazet | 1 | -14/+0 |
2018-08-13 | virtio_net: remove duplicated include from virtio_net.c | YueHaibing | 1 | -1/+0 |
2018-08-11 | virtio_net: Stripe queue affinities across cores. | Caleb Raitto | 1 | -15/+27 |
2018-08-11 | virtio: Make vp_set_vq_affinity() take a mask. | Caleb Raitto | 1 | -4/+4 |
2018-08-10 | net: allow to call netif_reset_xps_queues() under cpus_read_lock | Andrei Vagin | 1 | -1/+3 |
2018-08-06 | virtio-net: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+3 |
2018-07-31 | virtio-net: get rid of unnecessary container of rq stats | Jason Wang | 1 | -44/+36 |
2018-07-31 | virtio-net: correctly update XDP_TX counters | Jason Wang | 1 | -35/+4 |
2018-07-25 | virtio_net: Add kick stats | Toshiaki Makita | 1 | -6/+28 |
2018-07-25 | virtio_net: Add XDP related stats | Toshiaki Makita | 1 | -12/+59 |
2018-07-25 | virtio_net: Factor out the logic to determine xdp sq | Toshiaki Makita | 1 | -10/+12 |
2018-07-25 | virtio_net: Make drop counter per-queue | Toshiaki Makita | 1 | -5/+8 |
2018-07-25 | virtio_net: Use temporary storage for accounting rx stats | Toshiaki Makita | 1 | -28/+44 |
2018-07-25 | virtio_net: Fix incosistent received bytes counter | Toshiaki Makita | 1 | -18/+23 |
2018-07-13 | xdp: don't make drivers report attachment mode | Jakub Kicinski | 1 | -1/+0 |
2018-06-28 | virtio_net: split XDP_TX kick and XDP_REDIRECT map flushing | Jesper Dangaard Brouer | 1 | -11/+19 |
2018-06-13 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -4/+4 |
2018-06-13 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -2/+2 |
2018-06-07 | net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlan | Willem de Bruijn | 1 | -1/+2 |
2018-06-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -14/+8 |
2018-06-05 | virtio_net: remove ndo_xdp_flush call virtnet_xdp_flush | Jesper Dangaard Brouer | 1 | -13/+0 |
2018-06-04 | net: virtio: simplify the virtnet_find_vqs | Tonghao Zhang | 1 | -5/+1 |
2018-06-03 | virtio_net: implement flush flag for ndo_xdp_xmit | Jesper Dangaard Brouer | 1 | -1/+5 |
2018-06-03 | xdp: add flags argument to ndo_xdp_xmit API | Jesper Dangaard Brouer | 1 | -1/+4 |
2018-06-01 | virtio_net: fix error return code in virtnet_probe() | Wei Yongjun | 1 | -1/+3 |
2018-05-29 | virtio_net: Extend virtio to use VF datapath when available | Sridhar Samudrala | 1 | -1/+37 |
2018-05-29 | virtio_net: Introduce VIRTIO_NET_F_STANDBY feature bit | Sridhar Samudrala | 1 | -1/+1 |
2018-05-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -11/+10 |
2018-05-25 | xdp: change ndo_xdp_xmit API to support bulking | Jesper Dangaard Brouer | 1 | -17/+49 |
2018-05-23 | virtio-net: fix leaking page for gso packet during mergeable XDP | Jason Wang | 1 | -8/+7 |
2018-05-23 | virtio-net: correctly check num_buf during err path | Jason Wang | 1 | -1/+1 |
2018-05-23 | virtio-net: correctly transmit XDP buff after linearizing | Jason Wang | 1 | -1/+1 |
2018-05-23 | virtio-net: correctly redirect linearized packet | Jason Wang | 1 | -1/+1 |
2018-04-23 | bpf: fix virtio-net's length calc for XDP_PASS | Nikita V. Shirokov | 1 | -1/+1 |