1. ffc1759 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years, 10 months ago
  2. 95efabf virtio_net: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 4 years, 1 month ago
  3. be9df4a net, xdp: Introduce xdp_prepare_buff utility routine by Lorenzo Bianconi · 4 years ago
  4. 43b5169 net, xdp: Introduce xdp_init_buff utility routine by Lorenzo Bianconi · 4 years ago
  5. aa35e45 Merge tag 'net-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years ago
  6. 6414548 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 4 years ago
  7. de33212 virtio_net: Fix recursive call to cpus_read_lock() by Jeff Dike · 4 years ago
  8. 411ea23 virtio_net: Fix error code in probe() by Dan Carpenter · 4 years, 1 month ago
  9. b02e5a0 xsk: Propagate napi_id to XDP socket Rx path by Björn Töpel · 4 years, 1 month ago
  10. cf8691cb Revert "virtio-net: ethtool configurable RXCSUM" by Michael S. Tsirkin · 4 years, 2 months ago
  11. 3618ad2 virtio-net: ethtool configurable RXCSUM by Tonghao Zhang · 4 years, 3 months ago
  12. 8b0308f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 3 months ago
  13. 1a03b8a virtio-net: don't disable guest csum when disable LRO by Tonghao Zhang · 4 years, 3 months ago
  14. 5198d545 net: remove napi_hash_del() from driver-facing API by Jakub Kicinski · 4 years, 4 months ago
  15. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  16. 57b0779 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 4 years, 5 months ago
  17. 64ffa39 virtio_net: use LE accessors for speed/duplex by Michael S. Tsirkin · 4 years, 5 months ago
  18. e8407fd bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commands by Andrii Nakryiko · 4 years, 5 months ago
  19. 1b698fa xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frame by Lorenzo Bianconi · 4 years, 7 months ago
  20. da07f52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
  21. 9ce6146 virtio_net: Add XDP frame size in two code paths by Jesper Dangaard Brouer · 4 years, 8 months ago
  22. 01c3259 virtio_net: fix lockdep warning on 32 bit by Michael S. Tsirkin · 4 years, 8 months ago
  23. a51e520 virtio_net: reject unsupported coalescing params by Jakub Kicinski · 4 years, 10 months ago
  24. 9aedc6e2 net/ethtool: Introduce link_ksettings API for virtual network devices by Cris Forno · 4 years, 10 months ago
  25. 503d539 virtio_net: Add XDP meta data support by Yuya Kusakabe · 4 years, 10 months ago
  26. f1d4884 virtio_net: Keep vnet header zeroed if XDP is loaded for small buffer by Yuya Kusakabe · 4 years, 10 months ago
  27. 9719c6b bpf, xdp: virtio_net use access ptr macro for xdp enable check by John Fastabend · 5 years ago
  28. 1d23388 xdp: Use bulking for non-map XDP_REDIRECT and consolidate code paths by Toke Høiland-Jørgensen · 5 years ago
  29. 85192db bpf: Convert bpf_prog refcnt to atomic64_t by Andrii Nakryiko · 5 years ago
  30. 895b5c9 netfilter: drop bridge nf reset from nf_reset by Florian Westphal · 5 years ago
  31. 718be6b virtio-net: lower min ring num_free for efficiency by ? jiang · 5 years ago
  32. 31c03ae virtio_net: enable napi_tx by default by Willem de Bruijn · 6 years ago
  33. 1ccea77 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 by Thomas Gleixner · 6 years ago
  34. 7934b48 virtio-net: Fix some minor formatting errors by Yuval Shaia · 6 years ago
  35. 6221333a virtio-net: Remove inclusion of pci.h by Yuval Shaia · 6 years ago
  36. 6b16f9e net: move skb->xmit_more hint to softnet data by Florian Westphal · 6 years ago
  37. 310974f virtio_net: remove hcpu from virtnet_clean_affinity by Peter Xu · 6 years ago
  38. a655fe9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  39. 546f2897 virtio_net: Account for tx bytes and packets on sending xdp_frames by Toshiaki Makita · 6 years ago
  40. 5050471 virtio_net: Differentiate sk_buff and xdp_frame on freeing by Toshiaki Makita · 6 years ago
  41. 07b344f virtio_net: Use xdp_return_frame to free xdp_frames on destroying vqs by Toshiaki Makita · 6 years ago
  42. 03aa6d3 virtio_net: Don't process redirected XDP frames when XDP is disabled by Toshiaki Makita · 6 years ago
  43. 1667c08 virtio_net: Fix out of bounds access of sq by Toshiaki Makita · 6 years ago
  44. 188313c virtio_net: Fix not restoring real_num_rx_queues by Toshiaki Makita · 6 years ago
  45. 534da5e virtio_net: Don't call free_old_xmit_skbs for xdp_frames by Toshiaki Makita · 6 years ago
  46. 8be4d9a virtio_net: Don't enable NAPI when interface is down by Toshiaki Makita · 6 years ago
  47. fa7f3a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  48. df133f3 virtio_net: bulk free tx skbs by Michael S. Tsirkin · 6 years ago
  49. 133bbb1 virtio-net: per-queue RPS config by Willem de Bruijn · 6 years ago
  50. a02e896 virtio-net: ethtool configurable LRO by Willem de Bruijn · 6 years ago
  51. 436c945 virtio-net: keep vnet header zeroed after processing XDP by Jason Wang · 6 years ago
  52. 18ba58e virtio-net: fail XDP set if guest csum is negotiated by Jason Wang · 6 years ago
  53. e59ff2c virtio-net: disable guest csum during XDP set by Jason Wang · 6 years ago
  54. 2e2d6f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  55. 05c998b virtio_net: avoid using netif_tx_disable() for serializing tx routine by Ake Koomsin · 6 years ago
  56. 0c465be virtio_net: ethtool tx napi configuration by Jason Wang · 6 years ago
  57. 260dd2c virtio_net: remove ndo_poll_controller by Eric Dumazet · 6 years ago
  58. 1150827 virtio_net: remove duplicated include from virtio_net.c by YueHaibing · 6 years ago
  59. 2ca653d virtio_net: Stripe queue affinities across cores. by Caleb Raitto · 6 years ago
  60. 19e226e virtio: Make vp_set_vq_affinity() take a mask. by Caleb Raitto · 6 years ago
  61. 4d99f66 net: allow to call netif_reset_xps_queues() under cpus_read_lock by Andrei Vagin · 6 years ago
  62. b633d44 virtio-net: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  63. d46eeea virtio-net: get rid of unnecessary container of rq stats by Jason Wang · 6 years ago
  64. ca9e83b virtio-net: correctly update XDP_TX counters by Jason Wang · 6 years ago
  65. 461f03d virtio_net: Add kick stats by Toshiaki Makita · 6 years ago
  66. 5b8f3c8 virtio_net: Add XDP related stats by Toshiaki Makita · 6 years ago
  67. 2a43565 virtio_net: Factor out the logic to determine xdp sq by Toshiaki Makita · 6 years ago
  68. 2c4a2f7 virtio_net: Make drop counter per-queue by Toshiaki Makita · 6 years ago
  69. a0929a4 virtio_net: Use temporary storage for accounting rx stats by Toshiaki Makita · 6 years ago
  70. 7d9d60f virtio_net: Fix incosistent received bytes counter by Toshiaki Makita · 6 years ago
  71. 6b86758 xdp: don't make drivers report attachment mode by Jakub Kicinski · 6 years ago
  72. 2471c75 virtio_net: split XDP_TX kick and XDP_REDIRECT map flushing by Jesper Dangaard Brouer · 7 years ago
  73. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  74. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  75. fd3a886 net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlan by Willem de Bruijn · 7 years ago
  76. fd129f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  77. 16ec025 virtio_net: remove ndo_xdp_flush call virtnet_xdp_flush by Jesper Dangaard Brouer · 7 years ago
  78. 2fa3c8a net: virtio: simplify the virtnet_find_vqs by Tonghao Zhang · 7 years ago
  79. 5d274cb virtio_net: implement flush flag for ndo_xdp_xmit by Jesper Dangaard Brouer · 7 years ago
  80. 42b3346 xdp: add flags argument to ndo_xdp_xmit API by Jesper Dangaard Brouer · 7 years ago
  81. 4b8e6ac virtio_net: fix error return code in virtnet_probe() by Wei Yongjun · 7 years ago
  82. ba5e442 virtio_net: Extend virtio to use VF datapath when available by Sridhar Samudrala · 7 years ago
  83. 9805069 virtio_net: Introduce VIRTIO_NET_F_STANDBY feature bit by Sridhar Samudrala · 7 years ago
  84. 5b79c2a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  85. 735fc40 xdp: change ndo_xdp_xmit API to support bulking by Jesper Dangaard Brouer · 7 years ago
  86. 3d62b2a virtio-net: fix leaking page for gso packet during mergeable XDP by Jason Wang · 7 years ago
  87. 850e088 virtio-net: correctly check num_buf during err path by Jason Wang · 7 years ago
  88. 5d458a1 virtio-net: correctly transmit XDP buff after linearizing by Jason Wang · 7 years ago
  89. 6890418 virtio-net: correctly redirect linearized packet by Jason Wang · 7 years ago
  90. aaa6452 bpf: fix virtio-net's length calc for XDP_PASS by Nikita V. Shirokov · 7 years ago
  91. e0ada51 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  92. f4ee703 virtio_net: sparse annotation fix by Michael S. Tsirkin · 7 years ago
  93. d7fad4c virtio_net: fix adding vids on big-endian by Michael S. Tsirkin · 7 years ago
  94. 12e5716 virtio_net: split out ctrl buffer by Michael S. Tsirkin · 7 years ago
  95. 6870de4 bpf: make virtio compatible w/ bpf_xdp_adjust_tail by Nikita V. Shirokov · 7 years ago
  96. 44fa2db xdp: transition into using xdp_frame for ndo_xdp_xmit by Jesper Dangaard Brouer · 7 years ago
  97. 0399309 xdp: transition into using xdp_frame for return API by Jesper Dangaard Brouer · 7 years ago
  98. 8d5d885 xdp: rhashtable with allocator ID to pointer mapping by Jesper Dangaard Brouer · 7 years ago
  99. cac320c virtio_net: convert to use generic xdp_frame and xdp_return_frame API by Jesper Dangaard Brouer · 7 years ago
  100. 9267c43 virtio-net: add missing virtqueue kick when flushing packets by Jason Wang · 7 years ago