1. dfa523a xen-netback: correctly schedule rate-limited queues by Wei Liu · 8 years ago
  2. ebf692f xen-netback: vif counters from int/long to u64 by Mart van Santen · 9 years ago
  3. a9339b8 xen-netback: (re-)create a debugfs node for hash information by Paul Durrant · 9 years ago
  4. a37f122 xen-netback: batch copies for multiple to-guest rx packets by David Vrabel · 9 years ago
  5. eb1723a xen-netback: refactor guest rx by David Vrabel · 9 years ago
  6. fedbc8c xen-netback: retire guest rx side prefix GSO feature by Paul Durrant · 9 years ago
  7. fb2a3d5 Revert "xen-netback: create a debugfs node for hash information" by David S. Miller · 9 years ago
  8. 0364a88 xen-netback: switch to threaded irq for control ring by Juergen Gross · 9 years ago
  9. c0c64c1 xen-netback: create a debugfs node for hash information by Paul Durrant · 9 years ago
  10. 40d8abd xen-netback: add control protocol implementation by Paul Durrant · 9 years ago
  11. 4e15ee2 xen-netback: add control ring boilerplate by Paul Durrant · 9 years ago
  12. 562abd3 xen-netback: support multiple extra info fragments passed from frontend by Paul Durrant · 9 years ago
  13. 22fae97 xen-netback: implement dynamic multicast control by Paul Durrant · 10 years ago
  14. d0089e8 net/xen-netback: Make it running on 64KB page granularity by Julien Grall · 10 years ago
  15. 1d5d485 xen-netback: require fewer guest Rx slots when not using GSO by David Vrabel · 10 years ago
  16. 210c34d xen-netback: add support for multicast control by Paul Durrant · 10 years ago
  17. 6ab13b2 xen-netback: remove duplicated function definition by Li, Liang Z · 10 years ago
  18. edafc13 xen-netback: making the bandwidth limiter runtime settable by Palik, Imre · 10 years ago
  19. 1650d54 xen-netback: always fully coalesce guest Rx packets by David Vrabel · 11 years ago
  20. 26c0e10 xen-netback: support frontends without feature-rx-notify again by David Vrabel · 11 years ago
  21. ecf08d2 xen-netback: reintroduce guest Rx stall detection by David Vrabel · 11 years ago
  22. f48da8b xen-netback: fix unlimited guest Rx internal queue and carrier flapping by David Vrabel · 11 years ago
  23. bc96f64 xen-netback: make feature-rx-notify mandatory by David Vrabel · 11 years ago
  24. a64bd93 xen-netback: don't stop dealloc kthread too early by Wei Liu · 11 years ago
  25. f34a4cf xen-netback: Turn off the carrier if the guest is not able to receive by Zoltan Kiss · 11 years ago
  26. 3d1af1d xen-netback: Using a new state bit instead of carrier by Zoltan Kiss · 11 years ago
  27. f51de24 xen-netback: Adding debugfs "io_ring_qX" files by Zoltan Kiss · 11 years ago
  28. f7b50c4 xen-netback: bookkeep number of active queues in our own module by Wei Liu · 11 years ago
  29. 8d3d53b xen-netback: Add support for multiple queues by Andrew J. Bennieston · 11 years ago
  30. e9ce7cb xen-netback: Factor queue-specific data into queue struct by Wei Liu · 11 years ago
  31. a55d976 xen-netback: Move grant_copy_op array back into struct xenvif. by Andrew J. Bennieston · 11 years ago
  32. 0d08fce xen-netback: fix race between napi_complete() and interrupt handler by David Vrabel · 11 years ago
  33. bdab827 xen-netback: Grant copy the header instead of map and memcpy by Zoltan Kiss · 11 years ago
  34. e9d8b2c xen-netback: disable rogue vif in kthread context by Wei Liu · 11 years ago
  35. 869b9b1 xen-netback: Stop using xenvif_tx_pending_slots_available by Zoltan Kiss · 11 years ago
  36. 397dfd9 Revert "xen-netback: Aggregate TX unmap operations" by Zoltan Kiss · 11 years ago
  37. e9275f5 xen-netback: Aggregate TX unmap operations by Zoltan Kiss · 11 years ago
  38. 0935078 xen-netback: Timeout packets in RX path by Zoltan Kiss · 11 years ago
  39. e3377f3 xen-netback: Handle guests with too many frags by Zoltan Kiss · 11 years ago
  40. 1bb332a xen-netback: Add stat counters for zerocopy by Zoltan Kiss · 11 years ago
  41. 62bad31 xen-netback: Remove old TX grant copy definitons and fix indentations by Zoltan Kiss · 11 years ago
  42. f53c3fe xen-netback: Introduce TX grant mapping by Zoltan Kiss · 11 years ago
  43. 3e2234b xen-netback: Handle foreign mapped pages on the guest RX path by Zoltan Kiss · 11 years ago
  44. 121fa4b xen-netback: Minor refactoring of netback code by Zoltan Kiss · 11 years ago
  45. 9ab9831 xen-netback: Fix Rx stall due to race condition by Zoltan Kiss · 12 years ago
  46. 11b57f9 xen-netback: stop vif thread spinning if frontend is unresponsive by Paul Durrant · 12 years ago
  47. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  48. ac3d5ac xen-netback: fix guest-receive-side array sizes by Paul Durrant · 12 years ago
  49. ca2f09f xen-netback: improve guest-receive-side flow control by Paul Durrant · 12 years ago
  50. 394efd1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  51. 059dfa6 xen-netback: use jiffies_64 value to calculate credit timeout by Wei Liu · 12 years ago
  52. 82cada2 xen-netback: enable IPv6 TCP GSO to the guest by Paul Durrant · 12 years ago
  53. 146c8a7 xen-netback: add support for IPv6 checksum offload to guest by Paul Durrant · 12 years ago
  54. 279f438 xen-netback: Don't destroy the netdev until the vif is shut down by Paul Durrant · 12 years ago
  55. 7376419 xen-netback: rename functions by Wei Liu · 12 years ago
  56. b3f980b xen-netback: switch to NAPI + kthread 1:1 model by Wei Liu · 12 years ago
  57. e1f00a69 xen-netback: split event channels support for Xen backend driver by Wei Liu · 12 years ago
  58. b103f35 xen-netback: enable user to unload netback module by Wei Liu · 12 years ago
  59. 48856286 xen/netback: shutdown the ring if it contains garbage. by Ian Campbell · 13 years ago
  60. c9d6369 net: xen-netback: use API provided by xenbus module to map rings by David Vrabel · 14 years ago
  61. 11e73de xen: netback: use __CONST_RING_SIZE not __RING_SIZE by Ian Campbell · 14 years ago
  62. 4710304 net: xen-netback: convert to hw_features by Michał Mirosław · 14 years ago
  63. f942dc2 xen network backend driver by Ian Campbell · 14 years ago