1. 0e7ede8 virtio-net: alloc big buffers also when guest can receive UFO by Jason Wang · 10 years ago
  2. fbf28d7 virtio-net: initial rx sysfs support, export mergeable rx buffer size by Michael Dalton · 11 years ago
  3. ab7db91 virtio-net: auto-tune mergeable rx buffer size for improved performance by Michael Dalton · 11 years ago
  4. fb51879 virtio-net: use per-receive queue page frag alloc for mergeable bufs by Michael Dalton · 11 years ago
  5. be121f4 virtio-net: drop rq->max and rq->num by Jason Wang · 11 years ago
  6. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  7. 6cd4ce0 virtio-net: fix refill races during restore by Jason Wang · 11 years ago
  8. 788a8b6 virtio_net: spelling fixes by stephen hemminger · 11 years ago
  9. d24bae3 virtio_net: remove unused parameter to send_command by stephen hemminger · 11 years ago
  10. 34f9f43 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  11. 98bfd23 virtio-net: free bufs correctly on invalid packet length by Michael Dalton · 11 years ago
  12. d4fb84e virtio: delete napi structures from netdev before releasing memory by Andrey Vagin · 11 years ago
  13. fa9fac1 virtio-net: determine type of bufs correctly by Andrey Vagin · 11 years ago
  14. adf8d3f drivers/net/*: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  15. f121159 virtio_net: make all RX paths handle erors consistently by Michael S. Tsirkin · 11 years ago
  16. 8fc3b9e virtio_net: fix error handling for mergeable buffers by Michael S. Tsirkin · 11 years ago
  17. 99e872a virtio_net: Fixed a trivial typo (fitler --> filter) by Thomas Huth · 11 years ago
  18. 1ee2dcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  19. 0f13b66 net, virtio_net: replace the magic value by Zhi Yong Wu · 11 years ago
  20. b746f9c Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  21. 5061de3 virtio-net: mergeable buffer size should include virtio-net header by Michael Dalton · 11 years ago
  22. 5e30025 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  23. 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 11 years ago
  24. 9bb8ca8 virtio-net: switch to use XPS to choose txq by Jason Wang · 11 years ago
  25. ba27524 virtio-net: coalesce rx frags when possible during rx by Jason Wang · 11 years ago
  26. 394efd1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  27. ec9debb virtio-net: correctly handle cpu hotplug notifier during resuming by Jason Wang · 11 years ago
  28. 2613af0 virtio_net: migrate mergeable rx buffers to page frag allocators by Michael Dalton · 11 years ago
  29. 047b9b9 virtio_net: verify if queue is broken after virtqueue_get_buf() by Heinz Graalfs · 11 years ago
  30. 6797590 virtio_net: verify if virtqueue_kick() succeeded by Heinz Graalfs · 11 years ago
  31. 35ed159 virtio-net: refill only when device is up during setting queues by Jason Wang · 11 years ago
  32. 3ab098d virtio-net: don't respond to cpu hotplug notifier if we're not ready by Jason Wang · 11 years ago
  33. 855e0c5 virtio: use size-based config accessors. by Rusty Russell · 11 years ago
  34. 8910700 virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PM by Aaron Lu · 11 years ago
  35. 4f49129 virtio-net: Set RXCSUM feature if GUEST_CSUM is available by Thomas Huth · 11 years ago
  36. e7428e9 virtio-net: put virtio net header inline with data by Michael S. Tsirkin · 11 years ago
  37. 5f12972 Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  38. cbdadbb virtio_net: fix race in RX VQ processing by Michael S. Tsirkin · 11 years ago
  39. 9b9cd80 virtio-net: fix the race between channels setting and refill by Jason Wang · 11 years ago
  40. e416662 virtio_net: enable napi for all possible queues during open by Jason Wang · 11 years ago
  41. d34710e virtio_net: use default napi weight by default by Amerigo Wang · 11 years ago
  42. 736a2dd Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  43. 55257d7 virtio-net: fill only rx queues which are being used by Sasha Levin · 11 years ago
  44. 80d5c36 net: vlan: prepare for 802.1ad VLAN filtering offload by Patrick McHardy · 11 years ago
  45. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 11 years ago
  46. 4fda830 virtio-net: initialize vlan_features by Jason Wang · 11 years ago
  47. 9d0ca6e virtio: remove obsolete virtqueue_get_queue_index() by Rusty Russell · 11 years ago
  48. 9dc7b9e virtio_net: use simplified virtqueue accessors. by Rusty Russell · 11 years ago
  49. f7bc959 virtio_net: use virtqueue_add_sgs[] for command buffers. by Rusty Russell · 11 years ago
  50. 3c834b6 Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  51. c9af6db net: Fix possible wrong checksum generation. by Pravin B Shelar · 11 years ago
  52. b2a1702 virtio: use module_virtio_driver. by Rusty Russell · 11 years ago
  53. e68ed8f drivers:net:misc: Remove unnecessary alloc/OOM messages by Joe Perches · 11 years ago
  54. f1e7b73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  55. cef401d net: fix possible wrong checksum generation by Eric Dumazet · 12 years ago
  56. 8de4b2f virtio-net: reset virtqueue affinity when doing cpu hotplug by Wanlong Gao · 12 years ago
  57. 8898c21 virtio-net: split out clean affinity function by Wanlong Gao · 12 years ago
  58. 47be247 virtio-net: fix the set affinity bug when CPU IDs are not consecutive by Wanlong Gao · 12 years ago
  59. 7e58d5a virtio-net: introduce a new control to set macaddr by Amos Kong · 12 years ago
  60. 40cbfc3 move virtnet_send_command() above virtnet_set_mac_address() by Amos Kong · 12 years ago
  61. b7dfde9 Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  62. 0e3daa6 virtio: net: make it clear that virtqueue_add_buf() no longer returns > 0 by Rusty Russell · 12 years ago
  63. 9ed4cb0 virtio_net: don't rely on virtqueue_add_buf() returning capacity. by Rusty Russell · 12 years ago
  64. 7bedc7d virtio-net: remove unused skb_vnet_hdr->num_sg field by Michael S. Tsirkin · 12 years ago
  65. 6ee57bc virtio-net: correct capacity math on ring full by Michael S. Tsirkin · 12 years ago
  66. 008d427 virtio_net: fix a typo in virtnet_alloc_queues() by Amerigo Wang · 12 years ago
  67. d73bcd2 virtio-net: support changing the number of queue pairs through ethtool by Jason Wang · 12 years ago
  68. 986a4f4 virtio_net: multiqueue support by Jason Wang · 12 years ago
  69. e9d7417 virtio-net: separate fields of sending/receiving queue from virtnet_info by Jason Wang · 12 years ago
  70. 8cc085d virtio_net: remove __dev* attributes by Bill Pemberton · 12 years ago
  71. be44389 virtio_net: use net_*_ratelimited() helpers by Amerigo Wang · 12 years ago
  72. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  73. 3b07e9c workqueue: deprecate system_nrt[_freezable]_wq by Tejun Heo · 12 years ago
  74. ee89bab net: move and rename netif_notify_peers() by Amerigo Wang · 12 years ago
  75. e390648 net: fix race condition in several drivers when reading stats by Kevin Groeneveld · 12 years ago
  76. f2f2c8b virtio_net: use IFF_LIVE_ADDR_CHANGE priv_flag by Jiri Pirko · 12 years ago
  77. d4fc691 virtio_net: allow to change mac when iface is running by Jiri Pirko · 12 years ago
  78. 83a2705 virtio-net: fix a race on 32bit arches by Eric Dumazet · 12 years ago
  79. 3bbf372 virtio-net: remove useless disable on freeze by Michael S. Tsirkin · 12 years ago
  80. 17eea0d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  81. ec13ee8 virtio_net: invoke softirqs after __napi_schedule by Michael S. Tsirkin · 12 years ago
  82. 586d17c virtio-net: send gratuitous packets when needed by Jason Wang · 12 years ago
  83. 3130416 net: Fix misplaced parenthesis in virtio_net.c by Torsten Kaiser · 12 years ago
  84. 2e57b79 virtio_net: do not rate limit counter increments by Rick Jones · 12 years ago
  85. f2cedb6 net: replace random_ether_addr() with eth_hw_addr_random() by Danny Kukawka · 12 years ago
  86. 58472a7 virtio: net: remove sparse errors by Eric Dumazet · 12 years ago
  87. 0741bcb virtio: net: Add freeze, restore handlers to support S4 by Amit Shah · 13 years ago
  88. 04486ed virtio: net: Move vq and vq buf removal into separate function by Amit Shah · 13 years ago
  89. 3f9c10b virtio: net: Move vq initialization into separate function by Amit Shah · 13 years ago
  90. f96fde4 virtio: rename virtqueue_add_buf_gfp to virtqueue_add_buf by Rusty Russell · 13 years ago
  91. 3464645 virtio_net: Pass gfp flags when allocating rx buffers. by Mike Waychison · 13 years ago
  92. f1776da virtio_net: use non-reentrant workqueue. by Rusty Russell · 13 years ago
  93. b2baed6 virtio_net: set/cancel work on ndo_open/ndo_stop by Rusty Russell · 13 years ago
  94. eb93992 module_param: make bool parameters really bool (net & drivers/net) by Rusty Russell · 13 years ago
  95. 8e58613 net: make vlan ndo_vlan_rx_[add/kill]_vid return error value by Jiri Pirko · 13 years ago
  96. 021ac8d virtio_net: return already tracked tx_fifo_errors via virtnet_getstats() by Rick Jones · 13 years ago
  97. 6684604 enable virtio_net to return bus_info in ethtool -i consistent with emulated NICs by Rick Jones · 13 years ago
  98. 77dd769 virtio-net: Use virtio_config_val() for retrieving config by Sasha Levin · 13 years ago
  99. 8f9f466 Add ethtool -g support to virtio_net by Rick Jones · 13 years ago
  100. 4b72736 virtio_net: fix truesize underestimation by Eric Dumazet · 13 years ago