1. 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
  2. 0e3daa6 virtio: net: make it clear that virtqueue_add_buf() no longer returns > 0 by Rusty Russell · 12 years ago
  3. 9ed4cb0 virtio_net: don't rely on virtqueue_add_buf() returning capacity. by Rusty Russell · 12 years ago
  4. 7bedc7d virtio-net: remove unused skb_vnet_hdr->num_sg field by Michael S. Tsirkin · 12 years ago
  5. 6ee57bc virtio-net: correct capacity math on ring full by Michael S. Tsirkin · 12 years ago
  6. 008d427 virtio_net: fix a typo in virtnet_alloc_queues() by Amerigo Wang · 12 years ago
  7. d73bcd2 virtio-net: support changing the number of queue pairs through ethtool by Jason Wang · 12 years ago
  8. 986a4f4 virtio_net: multiqueue support by Jason Wang · 12 years ago
  9. e9d7417 virtio-net: separate fields of sending/receiving queue from virtnet_info by Jason Wang · 12 years ago
  10. 8cc085d virtio_net: remove __dev* attributes by Bill Pemberton · 12 years ago
  11. be44389 virtio_net: use net_*_ratelimited() helpers by Amerigo Wang · 12 years ago
  12. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  13. 3b07e9c workqueue: deprecate system_nrt[_freezable]_wq by Tejun Heo · 12 years ago
  14. ee89bab net: move and rename netif_notify_peers() by Amerigo Wang · 12 years ago
  15. e390648 net: fix race condition in several drivers when reading stats by Kevin Groeneveld · 12 years ago
  16. f2f2c8b virtio_net: use IFF_LIVE_ADDR_CHANGE priv_flag by Jiri Pirko · 13 years ago
  17. d4fc691 virtio_net: allow to change mac when iface is running by Jiri Pirko · 13 years ago
  18. 83a2705 virtio-net: fix a race on 32bit arches by Eric Dumazet · 13 years ago
  19. 3bbf372 virtio-net: remove useless disable on freeze by Michael S. Tsirkin · 13 years ago
  20. 17eea0d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  21. ec13ee8 virtio_net: invoke softirqs after __napi_schedule by Michael S. Tsirkin · 13 years ago
  22. 586d17c virtio-net: send gratuitous packets when needed by Jason Wang · 13 years ago
  23. 3130416 net: Fix misplaced parenthesis in virtio_net.c by Torsten Kaiser · 13 years ago
  24. 2e57b79 virtio_net: do not rate limit counter increments by Rick Jones · 13 years ago
  25. f2cedb6 net: replace random_ether_addr() with eth_hw_addr_random() by Danny Kukawka · 13 years ago
  26. 58472a7 virtio: net: remove sparse errors by Eric Dumazet · 13 years ago
  27. 0741bcb virtio: net: Add freeze, restore handlers to support S4 by Amit Shah · 13 years ago
  28. 04486ed virtio: net: Move vq and vq buf removal into separate function by Amit Shah · 13 years ago
  29. 3f9c10b virtio: net: Move vq initialization into separate function by Amit Shah · 13 years ago
  30. f96fde4 virtio: rename virtqueue_add_buf_gfp to virtqueue_add_buf by Rusty Russell · 13 years ago
  31. 3464645 virtio_net: Pass gfp flags when allocating rx buffers. by Mike Waychison · 13 years ago
  32. f1776da virtio_net: use non-reentrant workqueue. by Rusty Russell · 13 years ago
  33. b2baed6 virtio_net: set/cancel work on ndo_open/ndo_stop by Rusty Russell · 13 years ago
  34. eb93992 module_param: make bool parameters really bool (net & drivers/net) by Rusty Russell · 13 years ago
  35. 8e58613 net: make vlan ndo_vlan_rx_[add/kill]_vid return error value by Jiri Pirko · 13 years ago
  36. 021ac8d virtio_net: return already tracked tx_fifo_errors via virtnet_getstats() by Rick Jones · 13 years ago
  37. 6684604 enable virtio_net to return bus_info in ethtool -i consistent with emulated NICs by Rick Jones · 13 years ago
  38. 77dd769 virtio-net: Use virtio_config_val() for retrieving config by Sasha Levin · 13 years ago
  39. 8f9f466 Add ethtool -g support to virtio_net by Rick Jones · 13 years ago
  40. 4b72736 virtio_net: fix truesize underestimation by Eric Dumazet · 13 years ago
  41. 8a59a7b virtio_net: Clean up set_skb_frag() by Krishna Kumar · 13 years ago
  42. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  43. e878d78 virtio-net: Verify page list size before fitting into skb by Sasha Levin · 13 years ago
  44. 86ee813 virtionet: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  45. 0178934 net: introduce IFF_UNICAST_FLT private flag by Jiri Pirko · 13 years ago
  46. 2e66f55 virtio_net: Fix panic in virtnet_remove by Krishna Kumar · 13 years ago
  47. 3fa2a1d virtio-net: per cpu 64 bit stats (v2) by stephen hemminger · 14 years ago
  48. 10a8d94 virtio_net: introduce VIRTIO_NET_HDR_F_DATA_VALID by Jason Wang · 14 years ago
  49. 7a66f78 virtio_net: delay TX callbacks by Michael S. Tsirkin · 14 years ago
  50. 98e778c virtio_net: convert to hw_features by Michał Mirosław · 14 years ago
  51. 3e9d08e virtio_net: Add schedule check to napi_enable call by Bruce Rogers · 14 years ago
  52. 55508d6 net: Use skb_checksum_start_offset() by Michał Mirosław · 14 years ago
  53. 167c25e virtio-net: init link state correctly by Jason Wang · 14 years ago
  54. 0141480 ethtool: Provide a default implementation of ethtool_ops::get_drvinfo by Ben Hutchings · 14 years ago
  55. a767bde virtio_net: implements ethtool_ops.get_drvinfo by Rusty Russell · 14 years ago
  56. 58eba97d virtio_net: fix oom handling on tx by Rusty Russell · 15 years ago
  57. 1788f495 virtio_net: do not reschedule rx refill forever by Michael S. Tsirkin · 15 years ago
  58. aa989f5 virtio-net: pass gfp to add_buf by Michael S. Tsirkin · 15 years ago
  59. 1756ac3 Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 15 years ago
  60. 1915a712 virtio_net: use virtqueue_xxx wrappers by Michael S. Tsirkin · 15 years ago
  61. b4bf665 virtio_net: Fix mis-merge. by David S. Miller · 15 years ago
  62. dad1e54 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  63. 0e413f2 virtio_net: missing sg_init_table by Shirley Ma · 15 years ago
  64. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  65. 5e01d2f virtio-net: move sg off stack by Michael S. Tsirkin · 15 years ago
  66. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 15 years ago
  67. 2c45cd4 virtio_net: missing sg_init_table by Shirley Ma · 15 years ago
  68. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  69. 2507c05 virtio_net: remove forgotten assignment by Jiri Pirko · 15 years ago
  70. 567ec87 net: convert multiple drivers to use netdev_for_each_mc_addr, part6 by Jiri Pirko · 15 years ago
  71. 830a8a9 virtio_net: remove send queue by Shirley Ma · 15 years ago
  72. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 15 years ago
  73. 9ab86bb virtio_net: Defer skb allocation in receive path Date: Wed, 13 Jan 2010 12:53:38 -0800 by Shirley Ma · 15 years ago
  74. 05ba712 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  75. 39d3215 virtio_net: Make delayed refill more reliable by Herbert Xu · 15 years ago
  76. 32e7bfc net: use helpers to access uc list V2 by Jiri Pirko · 15 years ago
  77. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  78. 3505d1a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  79. 1ce5523 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  80. 230f9bb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  81. 2240252 virtio_net: rename driver struct to please modpost by Uwe Kleine-König · 15 years ago
  82. 0519d83 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  83. 49b2de8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  84. 03f191b virtio-net: fix data corruption with OOM by Michael S. Tsirkin · 15 years ago
  85. cfadf85 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  86. 964fe08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 15 years ago
  87. e95646c virtio: let header files include virtio_ids.h by Christian Borntraeger · 15 years ago
  88. ed79bab virtio_net: use dev_kfree_skb_any() in free_old_xmit_skbs() by Eric Dumazet · 15 years ago
  89. 89d71a6 net: Use netdev_alloc_skb_ip_align() by Eric Dumazet · 15 years ago
  90. 3d1285b move virtnet_remove to .devexit.text by Uwe Kleine-König · 15 years ago
  91. 0aea51c virtio_net: Check for room in the vq before adding buffer by Amit Shah · 15 years ago
  92. 48925e3 virtio_net: avoid (most) NETDEV_TX_BUSY by stopping queue early. by Rusty Russell · 15 years ago
  93. b3f2469 virtio_net: formalize skb_vnet_hdr by Rusty Russell · 15 years ago
  94. b0c39dbd virtio_net: don't free buffers in xmit ring by Rusty Russell · 15 years ago
  95. 8958f57 virtio_net: return NETDEV_TX_BUSY instead of queueing an extra skb. by Rusty Russell · 15 years ago
  96. 2b5bbe3 virtio_net: skb_orphan() and nf_reset() in xmit path. by Rusty Russell · 15 years ago
  97. 3ca4f5c virtio: add virtio IDs file by Fernando Luis Vazquez Cao · 15 years ago
  98. 3c1b27d virtio: make add_buf return capacity remaining by Rusty Russell · 15 years ago
  99. 0fc0b73 netdev: drivers should make ethtool_ops const by Stephen Hemminger · 15 years ago
  100. 6cdee2f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago