1. 0d08fce xen-netback: fix race between napi_complete() and interrupt handler by David Vrabel · 10 years ago
  2. 5837574 xen-netback: Fix grant ref resolution in RX path by Zoltan Kiss · 10 years ago
  3. 00aefce xen-netback: Trivial format string fix by Zoltan Kiss · 11 years ago
  4. bdab827 xen-netback: Grant copy the header instead of map and memcpy by Zoltan Kiss · 11 years ago
  5. 9074ce2 xen-netback: Rename map ops by Zoltan Kiss · 11 years ago
  6. e9d8b2c xen-netback: disable rogue vif in kthread context by Wei Liu · 11 years ago
  7. 0b70195 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  8. 1425c7a xen-netback: BUG_ON in xenvif_rx_action() not catching overflow by Paul Durrant · 11 years ago
  9. a02eb47 xen-netback: worse-case estimate in xenvif_rx_action is underestimating by Paul Durrant · 11 years ago
  10. 0576edd xen-netback: remove pointless clause from if statement by Paul Durrant · 11 years ago
  11. 7aceb47 xen-netback: Functional follow-up patch for grant mapping series by Zoltan Kiss · 11 years ago
  12. 0e59a4a xen-netback: Non-functional follow-up patch for grant mapping series by Zoltan Kiss · 11 years ago
  13. 869b9b1 xen-netback: Stop using xenvif_tx_pending_slots_available by Zoltan Kiss · 11 years ago
  14. 2c5f4f8 xen-netback: Proper printf format for ptrdiff_t is 't'. by David S. Miller · 11 years ago
  15. 397dfd9 Revert "xen-netback: Aggregate TX unmap operations" by Zoltan Kiss · 11 years ago
  16. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  17. 836fbaf xen-netback: use skb_is_gso in xenvif_start_xmit by Wei Liu · 11 years ago
  18. 5bd0767 Xen-netback: Fix issue caused by using gso_type wrongly by Annie Li · 11 years ago
  19. e9275f5 xen-netback: Aggregate TX unmap operations by Zoltan Kiss · 11 years ago
  20. 0935078 xen-netback: Timeout packets in RX path by Zoltan Kiss · 11 years ago
  21. e3377f3 xen-netback: Handle guests with too many frags by Zoltan Kiss · 11 years ago
  22. 1bb332a xen-netback: Add stat counters for zerocopy by Zoltan Kiss · 11 years ago
  23. 62bad31 xen-netback: Remove old TX grant copy definitons and fix indentations by Zoltan Kiss · 11 years ago
  24. f53c3fe xen-netback: Introduce TX grant mapping by Zoltan Kiss · 11 years ago
  25. 3e2234b xen-netback: Handle foreign mapped pages on the guest RX path by Zoltan Kiss · 11 years ago
  26. 121fa4b xen-netback: Minor refactoring of netback code by Zoltan Kiss · 11 years ago
  27. 8f13dd9 xen-netback: Use skb->cb for pending_idx by Zoltan Kiss · 11 years ago
  28. 9ab9831 xen-netback: Fix Rx stall due to race condition by Zoltan Kiss · 11 years ago
  29. 2721637 xen-netback: use new skb_checksum_setup function by Paul Durrant · 11 years ago
  30. 11b57f9 xen-netback: stop vif thread spinning if frontend is unresponsive by Paul Durrant · 11 years ago
  31. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  32. f35f76e xen-netback: Include header for vmalloc by Josh Boyer · 11 years ago
  33. ac3d5ac xen-netback: fix guest-receive-side array sizes by Paul Durrant · 11 years ago
  34. b89587a xen-netback: add gso_segs calculation by Paul Durrant · 11 years ago
  35. 0c8d087 xen-netback: fix some error return code by Wei Yongjun · 11 years ago
  36. 143c905 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  37. 7022ef8 xen-netback: fix fragments error handling in checksum_setup_ip() by Wei Yongjun · 11 years ago
  38. a3314f3 xen-netback: fix gso_prefix check by Paul Durrant · 11 years ago
  39. d9601a3 xen-netback: napi: don't prematurely request a tx event by Paul Durrant · 11 years ago
  40. 1057405 xen-netback: napi: fix abuse of budget by Paul Durrant · 11 years ago
  41. d52eb0d xen-netback: make sure skb linear area covers checksum field by Paul Durrant · 11 years ago
  42. ca2f09f xen-netback: improve guest-receive-side flow control by Paul Durrant · 11 years ago
  43. 34f9f43 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  44. adf8d3f drivers/net/*: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  45. 1431fb3 xen-netback: fix fragment detection in checksum setup by Paul Durrant · 11 years ago
  46. 67fa366 xen-netback: clear vif->task on disconnect by Paul Durrant · 11 years ago
  47. ae5e812 xen-netback: include definition of csum_ipv6_magic by Andy Whitcroft · 11 years ago
  48. db739ef xen-netback: stop the VIF thread before unbinding IRQs by David Vrabel · 11 years ago
  49. 394efd1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  50. 059dfa6 xen-netback: use jiffies_64 value to calculate credit timeout by Wei Liu · 11 years ago
  51. 82cada2 xen-netback: enable IPv6 TCP GSO to the guest by Paul Durrant · 11 years ago
  52. a946858 xen-netback: handle IPv6 TCP GSO packets from the guest by Paul Durrant · 11 years ago
  53. 7365bcf xen-netback: Unconditionally set NETIF_F_RXCSUM by Paul Durrant · 11 years ago
  54. 2eba61d xen-netback: add support for IPv6 checksum offload from guest by Paul Durrant · 11 years ago
  55. 146c8a7 xen-netback: add support for IPv6 checksum offload to guest by Paul Durrant · 11 years ago
  56. dc62cca xen-netback: transition to CLOSED when removing a VIF by David Vrabel · 11 years ago
  57. ea732df xen-netback: Handle backend state transitions in a more robust way by Paul Durrant · 11 years ago
  58. 279f438 xen-netback: Don't destroy the netdev until the vif is shut down by Paul Durrant · 11 years ago
  59. 6e43fc0 xen-netback: count number required slots for an skb more carefully by David Vrabel · 11 years ago
  60. a9677bc xen-netback: fix possible format string flaw by Kees Cook · 11 years ago
  61. 7376419 xen-netback: rename functions by Wei Liu · 11 years ago
  62. b3f980b xen-netback: switch to NAPI + kthread 1:1 model by Wei Liu · 11 years ago
  63. 43e9d19 xen-netback: remove page tracking facility by Wei Liu · 11 years ago
  64. 8ef2c3b xen-netback: xenbus.c: use more current logging styles by Wei Liu · 11 years ago
  65. 383eda3 xen: Use more current logging styles by Joe Perches · 11 years ago
  66. 07cc61b xen-netback: double free on unload by Dan Carpenter · 11 years ago
  67. d98cae64e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  68. 94f950c xen-netback: don't de-reference vif pointer after having called xenvif_put() by Jan Beulich · 11 years ago
  69. e1f00a69 xen-netback: split event channels support for Xen backend driver by Wei Liu · 11 years ago
  70. b103f35 xen-netback: enable user to unload netback module by Wei Liu · 11 years ago
  71. f1db320 xen-netback: remove dead code by Wei Liu · 11 years ago
  72. 3764149 xen-netback: better names for thresholds by Wei Liu · 11 years ago
  73. 59ccb4e xen-netback: avoid allocating variable size array on stack by Wei Liu · 11 years ago
  74. ac69c26 xen-netback: remove redundent parameter in netbk_count_requests by Wei Liu · 11 years ago
  75. 03393fd5 xen-netback: don't disconnect frontend when seeing oversize packet by Wei Liu · 11 years ago
  76. 2810e5b xen-netback: coalesce slots in TX path and fix regressions by Wei Liu · 11 years ago
  77. bea8933 xen-netback: switch to use skb_partial_csum_set() by Jason Wang · 11 years ago
  78. 9eaee8b xen-netback: fix sparse warning by stephen hemminger · 11 years ago
  79. 40893fd net: switch to use skb_probe_transport_header() by Jason Wang · 12 years ago
  80. f9ca8f7 netback: set transport header before passing it to kernel by Jason Wang · 12 years ago
  81. 27f8522 xen-netback: remove skb in xen_netbk_alloc_page by Wei Liu · 12 years ago
  82. 629821d Revert "xen: netback: remove redundant xenvif_put" by David S. Miller · 12 years ago
  83. d372045 xen: netback: remove redundant xenvif_put by Andrew Jones · 12 years ago
  84. 6338a53 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into net by David S. Miller · 12 years ago
  85. 3e55f8b xen-netback: cancel the credit timer when taking the vif down by David Vrabel · 12 years ago
  86. 35876b5 xen-netback: correctly return errors from netbk_count_requests() by David Vrabel · 12 years ago
  87. fd50231 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  88. b914972 netback: correct netbk_tx_err to handle wrap around. by Ian Campbell · 12 years ago
  89. 4cc7c1c xen/netback: free already allocated memory on failure in xen_netbk_get_requests by Ian Campbell · 12 years ago
  90. 7d5145d xen/netback: don't leak pages on failure in xen_netbk_tx_check_gop. by Matthew Daley · 12 years ago
  91. 48856286 xen/netback: shutdown the ring if it contains garbage. by Ian Campbell · 12 years ago
  92. 4a633a6 xen-netback: allow changing the MAC address of the interface by Matt Wilson · 12 years ago
  93. 6a8ed46 xen: netback: handle compound page fragments on transmit. by Ian Campbell · 12 years ago
  94. ae1659e Merge branch 'xenarm-for-linus' of git://xenbits.xen.org/people/sstabellini/linux-pvhvm into stable/for-linus-3.7 by Konrad Rzeszutek Wilk · 12 years ago
  95. c571898 xen/gndev: Xen backend support for paged out grant targets V4. by Andres Lagar-Cavilla · 12 years ago
  96. ca98163 xen/arm: compile netback by Stefano Stabellini · 12 years ago
  97. 1e0b6ea xen/netback: only non-freed SKB is queued into tx_queue by Annie Li · 12 years ago
  98. e26b203 xen/netback: Calculate the number of SKB slots required correctly by Simon Graham · 12 years ago
  99. e404dec drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages by Joe Perches · 13 years ago
  100. 9016037 Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago