1. 9143e1d virtio_net: Account for tx bytes and packets on sending xdp_frames by Toshiaki Makita · 6 years ago
  2. fbb4917 virtio_net: Differentiate sk_buff and xdp_frame on freeing by Toshiaki Makita · 6 years ago
  3. ed6a5fc virtio_net: Use xdp_return_frame to free xdp_frames on destroying vqs by Toshiaki Makita · 6 years ago
  4. 05e260f virtio_net: Don't process redirected XDP frames when XDP is disabled by Toshiaki Makita · 6 years ago
  5. 0921dd5 virtio_net: Fix out of bounds access of sq by Toshiaki Makita · 6 years ago
  6. d97117b virtio_net: Fix not restoring real_num_rx_queues by Toshiaki Makita · 6 years ago
  7. 4c2e63d virtio_net: Don't call free_old_xmit_skbs for xdp_frames by Toshiaki Makita · 6 years ago
  8. b6862ba virtio_net: Don't enable NAPI when interface is down by Toshiaki Makita · 6 years ago
  9. a7dba85 virtio-net: keep vnet header zeroed after processing XDP by Jason Wang · 6 years ago
  10. b06510b virtio-net: fail XDP set if guest csum is negotiated by Jason Wang · 6 years ago
  11. 1af400b virtio-net: disable guest csum during XDP set by Jason Wang · 6 years ago
  12. 05c998b virtio_net: avoid using netif_tx_disable() for serializing tx routine by Ake Koomsin · 6 years ago
  13. 260dd2c virtio_net: remove ndo_poll_controller by Eric Dumazet · 6 years ago
  14. 1150827 virtio_net: remove duplicated include from virtio_net.c by YueHaibing · 7 years ago
  15. 2ca653d virtio_net: Stripe queue affinities across cores. by Caleb Raitto · 7 years ago
  16. 19e226e virtio: Make vp_set_vq_affinity() take a mask. by Caleb Raitto · 7 years ago
  17. 4d99f66 net: allow to call netif_reset_xps_queues() under cpus_read_lock by Andrei Vagin · 7 years ago
  18. b633d44 virtio-net: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  19. d46eeea virtio-net: get rid of unnecessary container of rq stats by Jason Wang · 7 years ago
  20. ca9e83b virtio-net: correctly update XDP_TX counters by Jason Wang · 7 years ago
  21. 461f03d virtio_net: Add kick stats by Toshiaki Makita · 7 years ago
  22. 5b8f3c8 virtio_net: Add XDP related stats by Toshiaki Makita · 7 years ago
  23. 2a43565 virtio_net: Factor out the logic to determine xdp sq by Toshiaki Makita · 7 years ago
  24. 2c4a2f7 virtio_net: Make drop counter per-queue by Toshiaki Makita · 7 years ago
  25. a0929a4 virtio_net: Use temporary storage for accounting rx stats by Toshiaki Makita · 7 years ago
  26. 7d9d60f virtio_net: Fix incosistent received bytes counter by Toshiaki Makita · 7 years ago
  27. 6b86758 xdp: don't make drivers report attachment mode by Jakub Kicinski · 7 years ago
  28. 2471c75 virtio_net: split XDP_TX kick and XDP_REDIRECT map flushing by Jesper Dangaard Brouer · 7 years ago
  29. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  30. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  31. fd3a886 net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlan by Willem de Bruijn · 7 years ago
  32. fd129f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  33. 16ec025 virtio_net: remove ndo_xdp_flush call virtnet_xdp_flush by Jesper Dangaard Brouer · 7 years ago
  34. 2fa3c8a net: virtio: simplify the virtnet_find_vqs by Tonghao Zhang · 7 years ago
  35. 5d274cb virtio_net: implement flush flag for ndo_xdp_xmit by Jesper Dangaard Brouer · 7 years ago
  36. 42b3346 xdp: add flags argument to ndo_xdp_xmit API by Jesper Dangaard Brouer · 7 years ago
  37. 4b8e6ac virtio_net: fix error return code in virtnet_probe() by Wei Yongjun · 7 years ago
  38. ba5e442 virtio_net: Extend virtio to use VF datapath when available by Sridhar Samudrala · 7 years ago
  39. 9805069 virtio_net: Introduce VIRTIO_NET_F_STANDBY feature bit by Sridhar Samudrala · 7 years ago
  40. 5b79c2a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  41. 735fc40 xdp: change ndo_xdp_xmit API to support bulking by Jesper Dangaard Brouer · 7 years ago
  42. 3d62b2a virtio-net: fix leaking page for gso packet during mergeable XDP by Jason Wang · 7 years ago
  43. 850e088 virtio-net: correctly check num_buf during err path by Jason Wang · 7 years ago
  44. 5d458a1 virtio-net: correctly transmit XDP buff after linearizing by Jason Wang · 7 years ago
  45. 6890418b virtio-net: correctly redirect linearized packet by Jason Wang · 7 years ago
  46. aaa6452 bpf: fix virtio-net's length calc for XDP_PASS by Nikita V. Shirokov · 7 years ago
  47. e0ada51 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  48. f4ee703 virtio_net: sparse annotation fix by Michael S. Tsirkin · 7 years ago
  49. d7fad4c virtio_net: fix adding vids on big-endian by Michael S. Tsirkin · 7 years ago
  50. 12e571693 virtio_net: split out ctrl buffer by Michael S. Tsirkin · 7 years ago
  51. 6870de4 bpf: make virtio compatible w/ bpf_xdp_adjust_tail by Nikita V. Shirokov · 7 years ago
  52. 44fa2db xdp: transition into using xdp_frame for ndo_xdp_xmit by Jesper Dangaard Brouer · 7 years ago
  53. 0399309 xdp: transition into using xdp_frame for return API by Jesper Dangaard Brouer · 7 years ago
  54. 8d5d885 xdp: rhashtable with allocator ID to pointer mapping by Jesper Dangaard Brouer · 7 years ago
  55. cac320c virtio_net: convert to use generic xdp_frame and xdp_return_frame API by Jesper Dangaard Brouer · 7 years ago
  56. 9267c43 virtio-net: add missing virtqueue kick when flushing packets by Jason Wang · 7 years ago
  57. bda7fab virtio-net: Fix operstate for virtio when no VIRTIO_NET_F_STATUS by Jay Vosburgh · 7 years ago
  58. 3cc81a9 virtio-net: re enable XDP_REDIRECT for mergeable buffer by Jason Wang · 7 years ago
  59. 4e09ff5 virtio-net: disable NAPI only when enabled during XDP set by Jason Wang · 7 years ago
  60. 8dcc5b0 virtio_net: fix ndo_xdp_xmit crash towards dev not ready for XDP by Jesper Dangaard Brouer · 7 years ago
  61. 11b7d897 virtio_net: fix memory leak in XDP_REDIRECT by Jesper Dangaard Brouer · 7 years ago
  62. 95dbe9e virtio_net: fix XDP code path in receive_small() by Jesper Dangaard Brouer · 7 years ago
  63. 7324f53 virtio_net: disable XDP_REDIRECT in receive_mergeable() case by Jesper Dangaard Brouer · 7 years ago
  64. d7dfc5c virtio_net: Add ethtool stats by Toshiaki Makita · 7 years ago
  65. faa9b39 virtio_net: propagate linkspeed/duplex settings from the hypervisor by Jason Baron · 7 years ago
  66. 754b8a2 virtio_net: setup xdp_rxq_info by Jesper Dangaard Brouer · 7 years ago
  67. 51e18a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  68. 900add2 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  69. fdaa767 virtio_net: Disable interrupts if napi_complete_done rescheduled napi by Toshiaki Makita · 7 years ago
  70. 03e9f8a virtio_net: fix return value check in receive_mergeable() by Yunjian Wang · 7 years ago
  71. 7c225c6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  72. 453f85d mm: remove __GFP_COLD by Mel Gorman · 7 years ago
  73. f4e6352 net: bpf: rename ndo_xdp to ndo_bpf by Jakub Kicinski · 7 years ago
  74. de8f3a8 bpf: add meta pointer for direct access by Daniel Borkmann · 7 years ago
  75. dd54379 virtio-net: correctly set xdp_xmit for mergeable buffer by Jason Wang · 7 years ago
  76. 186b3c9 virtio-net: support XDP_REDIRECT by Jason Wang · 7 years ago
  77. 3124034 virtio-net: add packet len average only when needed during XDP by Jason Wang · 7 years ago
  78. 9457642 virtio-net: remove unnecessary parameter of virtnet_xdp_xmit() by Jason Wang · 7 years ago
  79. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  80. dadc073 virtio_net: be drop monitor friendly by Eric Dumazet · 8 years ago
  81. 718ad68 net: drop unused attribute argument from sysfs queue funcs by stephen hemminger · 8 years ago
  82. a4a76503 virtio: put paren around sizeof by stephen hemminger · 8 years ago
  83. 7acd4329 virtio-net: make array guest_offloads static by Colin Ian King · 8 years ago
  84. 29fda25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  85. bc78d64 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  86. 1daa879 virtio_net: fix truesize for mergeable buffers by Michael S. Tsirkin · 8 years ago
  87. 67a7519 virtio-net: mark PM functions as __maybe_unused by Arnd Bergmann · 8 years ago
  88. cfa0ebc virtio-net: fix module unloading by Andrew Jones · 8 years ago
  89. 3f93522 virtio-net: switch off offloads on demand if possible on XDP set by Jason Wang · 8 years ago
  90. 4941d47 virtio-net: do not reset during XDP set by Jason Wang · 8 years ago
  91. 192f68c virtio-net: switch to use new ctx API for small buffer by Jason Wang · 8 years ago
  92. 28b39bc virtio-net: pack headroom into ctx for mergeable buffers by Jason Wang · 8 years ago
  93. e078de0 virtio_net: Remove references to NETIF_F_UFO. by David S. Miller · 8 years ago
  94. 5528162 virtio-net: fix leaking of ctx array by Jason Wang · 8 years ago
  95. b079115 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  96. 713a98d9 virtio-net: serialize tx routine during reset by Jason Wang · 8 years ago
  97. 5b0e662 bpf: virtio_net: Report bpf_prog ID during XDP_QUERY_PROG by Martin KaFai Lau · 8 years ago
  98. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
  99. 216fe8f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  100. e2fcad5 virtio_net: check return value of skb_to_sgvec always by Jason A. Donenfeld · 8 years ago