1. c44b594 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  2. 56da5fd virtio_net: tidy a couple debug statements by Dan Carpenter · 8 years ago
  3. 5f24df0 virtio_net: don't reset twice on XDP on/off by Michael S. Tsirkin · 8 years ago
  4. d85b758f7 virtio_net: fix support for small rings by Michael S. Tsirkin · 8 years ago
  5. e377fcc virtio_net: reduce alignment for buffers by Michael S. Tsirkin · 8 years ago
  6. 680557c virtio_net: rework mergeable buffer handling by Michael S. Tsirkin · 8 years ago
  7. d45b897 virtio_net: allow specifying context for rx by Michael S. Tsirkin · 8 years ago
  8. 4d463c4 xdp: use common helper for netlink extended ack reporting by Daniel Borkmann · 8 years ago
  9. 9b2bbdb virtio: wrap find_vqs by Michael S. Tsirkin · 8 years ago
  10. 9861ce0 virtio_net: make use of extended ack message reporting by Jakub Kicinski · 8 years ago
  11. 1d11e73 virtio-net: use netif_tx_napi_add for tx napi by Willem de Bruijn · 8 years ago
  12. 78a57b4 virtio-net: on tx, only call napi_disable if tx napi is on by Willem de Bruijn · 8 years ago
  13. bdb12e0 virtio-net: keep tx interrupts disabled unless kick by Willem de Bruijn · 8 years ago
  14. 7b0411e virtio-net: clean tx descriptors from rx napi by Willem de Bruijn · 8 years ago
  15. ea7735d virtio-net: move free_old_xmit_skbs by Willem de Bruijn · 8 years ago
  16. b92f1e6 virtio-net: transmit napi by Willem de Bruijn · 8 years ago
  17. e4e8452 virtio-net: napi helper functions by Willem de Bruijn · 8 years ago
  18. 6b6cbc1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  19. fe36cbe virtio_net: clear MTU when out of range by Michael S. Tsirkin · 8 years ago
  20. 2e123b4 virtio_net: enable big packets for large MTU values by Michael S. Tsirkin · 8 years ago
  21. ebb6b4b net: virtio_net: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  22. 8d70eeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  23. 54d7989 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  24. eb1e011 average: change to declare precision, not factor by Johannes Berg · 8 years ago
  25. fb5e31d virtio: allow drivers to request IRQ affinity when creating VQs by Christoph Hellwig · 8 years ago
  26. f6b1020 virtio-net: switch to use build_skb() for small buffer by Jason Wang · 8 years ago
  27. 017b29c virito-net: set queues after reset during xdp_set by Jason Wang · 8 years ago
  28. 61845d2 virtio-net: batch stats updating by Jason Wang · 8 years ago
  29. 2de2f7f virtio_net: XDP support for adjust_head by John Fastabend · 8 years ago
  30. 9fe7bfc virtio_net: refactor freeze/restore logic into virtnet reset logic by John Fastabend · 8 years ago
  31. 722d828 virtio_net: remove duplicate queue pair binding in XDP by John Fastabend · 8 years ago
  32. 0354e4d virtio_net: factor out xdp handler for readability by John Fastabend · 8 years ago
  33. 47315329 virtio_net: wrap rtnl_lock in test for calling with lock already held by John Fastabend · 8 years ago
  34. 4d6308aa virtio_net: exploit napi_complete_done() return value by Eric Dumazet · 8 years ago
  35. ceef438 virtio_net: remove custom busy_poll by Eric Dumazet · 8 years ago
  36. 4e8f2fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  37. 529ec6a virtio_net: reject XDP programs using header adjustment by Jakub Kicinski · 8 years ago
  38. b68df01 virtio_net: use dev_kfree_skb for small buffer XDP receive by John Fastabend · 8 years ago
  39. a67edbf bpf: add initial bpf tracepoints by Daniel Borkmann · 8 years ago
  40. d0fa28f virtio_net: fix PAGE_SIZE > 64k by Michael S. Tsirkin · 8 years ago
  41. 6391a44 virtio-net: restore VIRTIO_HDR_F_DATA_VALID on receiving by Jason Wang · 8 years ago
  42. bc1f447 net: make ndo_get_stats64 a void function by stephen hemminger · 8 years ago
  43. 801822d net: Use kmemdup instead of kmalloc and memcpy by Shyam Saini · 8 years ago
  44. 73c1b41 cpu/hotplug: Cleanup state names by Thomas Gleixner · 8 years ago
  45. bb91acc virtio-net: XDP support for small buffers by Jason Wang · 8 years ago
  46. c47a43d virtio-net: remove big packet XDP codes by Jason Wang · 8 years ago
  47. 92502fe virtio-net: forbid XDP when VIRTIO_NET_F_GUEST_UFO is support by Jason Wang · 8 years ago
  48. 5c33474 virtio-net: make rx buf size estimation works for XDP by Jason Wang · 8 years ago
  49. b00f70b virtio-net: unbreak csumed packets for XDP_PASS by Jason Wang · 8 years ago
  50. 1830f89 virtio-net: correctly handle XDP_PASS for linearized packets by Jason Wang · 8 years ago
  51. 56a86f8 virtio-net: fix page miscount during XDP linearizing by Jason Wang · 8 years ago
  52. 275be06 virtio-net: correctly xmit linearized page on XDP_TX by Jason Wang · 8 years ago
  53. 73b62bd virtio-net: remove the warning before XDP linearizing by Jason Wang · 8 years ago
  54. 72979a6 virtio_net: xdp, add slowpath case for non contiguous buffers by John Fastabend · 8 years ago
  55. 56434a0 virtio_net: add XDP_TX support by John Fastabend · 8 years ago
  56. 672aafd virtio_net: add dedicated XDP transmit queues by John Fastabend · 8 years ago
  57. f600b69 virtio_net: Add XDP support by John Fastabend · 8 years ago
  58. a220871 virtio-net: correctly enable multiqueue by Jason Wang · 8 years ago
  59. c63d352 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  60. e37e2ff virtio-net: Fix DMA-from-the-stack in virtnet_set_mac_address() by Andy Lutomirski · 8 years ago
  61. 4490001 virtio-net: enable multiqueue by default by Jason Wang · 8 years ago
  62. f9aa9dc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  63. 963abe5 virtio-net: add a missing synchronize_net() by Eric Dumazet · 8 years ago
  64. bb598c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  65. f335850 virtio-net: drop legacy features in virtio 1 mode by Michael S. Tsirkin · 8 years ago
  66. 93a205e virtio-net: Update the mtu code to match virtio spec by Aaron Conole · 8 years ago
  67. d0c2c99 net: use core MTU range checking in virt drivers by Jarod Wilson · 8 years ago
  68. 8017c27 net/virtio-net: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  69. a725ee3 virtio-net: Remove more stack DMA by Andy Lutomirski · 8 years ago
  70. d1dc06d virtio_net: fix csum generation for virtio-net devices by Mike Rapoport · 8 years ago
  71. e858fae virtio_net: use common code for virtio_net_hdr and skb GSO conversion by Mike Rapoport · 8 years ago
  72. 14de9d1 virtio-net: Add initial MTU advice feature by Aaron Conole · 8 years ago
  73. f00e35e virtio_net: fix virtnet_open and virtnet_probe competing for try_fill_recv by wangyunjian · 8 years ago
  74. f069153 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 9 years ago
  75. c67f5db virtio_net: replace netdev_alloc_skb_ip_align() with napi_alloc_skb() by Paolo Abeni · 9 years ago
  76. 0cf3ace virtio_net: validate ethtool port setting and explain the user validation by Nikolay Aleksandrov · 9 years ago
  77. 16032be virtio_net: add ethtool support for set and get of settings by Nikolay Aleksandrov · 9 years ago
  78. b3e0d3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  79. 2ac4603 virtio-net: Stop doing DMA from the stack by Michael S. Tsirkin · 9 years ago
  80. 93d05d4 net: provide generic busy polling to all NAPI drivers by Eric Dumazet · 9 years ago
  81. 93f93a4 net: move skb_mark_napi_id() into core networking stack by Eric Dumazet · 9 years ago
  82. 547c890 virtio-net: avoid unnecessary sg initialzation by Jason Wang · 9 years ago
  83. 5377d758 virtio_net: use DECLARE_EWMA by Johannes Berg · 9 years ago
  84. 182ad46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  85. 48900cb virtio-net: drop NETIF_F_FRAGLIST by Jason Wang · 9 years ago
  86. 0fbd050 virtio_net: add gro capability by Eric Dumazet · 9 years ago
  87. 7599330 virtio_net: don't require ANY_LAYOUT with VERSION_1 by Michael S. Tsirkin · 9 years ago
  88. 60302ff virtio: document queue state logic by Michael S. Tsirkin · 10 years ago
  89. faadb05 virtio: simplify the using of received in virtnet_poll by Li RongQing · 10 years ago
  90. d631b94 virtio: change comment in transmit by stephen hemminger · 10 years ago
  91. ab3971b virtio-net: correctly delete napi hash by Jason Wang · 10 years ago
  92. 53861af Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  93. 6e03f89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  94. e3e3c42 Revert "drivers/net: Disable UFO through virtio" by Vlad Yasevich · 10 years ago
  95. 074c358 virtio_net: add software timestamp support by Jacob Keller · 10 years ago
  96. 6ba4224 virtio/net: verify device has config space by Michael S. Tsirkin · 10 years ago
  97. 41f2f12 virtio-net: don't do header check for dodgy gso packets by Jason Wang · 10 years ago
  98. 8acdf99 virtio_net: Fix napi poll list corruption by Herbert Xu · 10 years ago
  99. 51cdc38 virtio: drop VIRTIO_F_VERSION_1 from drivers by Michael S. Tsirkin · 10 years ago
  100. 9465a7a virtio_net: enable v1.0 support by Michael S. Tsirkin · 10 years ago