1. edafc13 xen-netback: making the bandwidth limiter runtime settable by Palik, Imre · 10 years ago
  2. 3cef5c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  3. d63951d xen-netback: return correct ethtool stats by David Vrabel · 10 years ago
  4. 3b6ed26 xen: Use eth_<foo>_addr instead of memset by Joe Perches · 10 years ago
  5. c5ce28d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  6. bdccc4e Merge tag 'stable/for-linus-3.20-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  7. 38741d5 xen-netback: fix sparse warning by Lad, Prabhakar · 10 years ago
  8. 42b5212 xen-netback: stop the guest rx thread after a fatal error by David Vrabel · 10 years ago
  9. ff4b156 xen/grant-table: add helpers for allocating pages by David Vrabel · 10 years ago
  10. 26c0e10 xen-netback: support frontends without feature-rx-notify again by David Vrabel · 10 years ago
  11. 55b42b5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  12. 8fe7898 xen-netback: Disable NAPI after disabling interrupts by Zoltan Kiss · 10 years ago
  13. ecf08d2 xen-netback: reintroduce guest Rx stall detection by David Vrabel · 10 years ago
  14. f48da8b xen-netback: fix unlimited guest Rx internal queue and carrier flapping by David Vrabel · 10 years ago
  15. bc96f64 xen-netback: make feature-rx-notify mandatory by David Vrabel · 10 years ago
  16. e24f819 xen-netback: move netif_napi_add before binding interrupt by Wei Liu · 10 years ago
  17. b125285 xen-netback: remove loop waiting function by Wei Liu · 10 years ago
  18. a64bd93 xen-netback: don't stop dealloc kthread too early by Wei Liu · 10 years ago
  19. ea2c5e1 xen-netback: move NAPI add/remove calls by Wei Liu · 10 years ago
  20. 2561cc1 xen-netback: Don't deschedule NAPI when carrier off by Zoltan Kiss · 10 years ago
  21. f34a4cf xen-netback: Turn off the carrier if the guest is not able to receive by Zoltan Kiss · 10 years ago
  22. 3d1af1d xen-netback: Using a new state bit instead of carrier by Zoltan Kiss · 10 years ago
  23. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  24. f51de24 xen-netback: Adding debugfs "io_ring_qX" files by Zoltan Kiss · 10 years ago
  25. f7b50c4 xen-netback: bookkeep number of active queues in our own module by Wei Liu · 10 years ago
  26. e7b599d net: xen-netback: include linux/vmalloc.h again by Arnd Bergmann · 10 years ago
  27. 8d3d53b xen-netback: Add support for multiple queues by Andrew J. Bennieston · 10 years ago
  28. e9ce7cb xen-netback: Factor queue-specific data into queue struct by Wei Liu · 10 years ago
  29. a55d976 xen-netback: Move grant_copy_op array back into struct xenvif. by Andrew J. Bennieston · 10 years ago
  30. 54e5c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  31. 0d08fce xen-netback: fix race between napi_complete() and interrupt handler by David Vrabel · 10 years ago
  32. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 10 years ago
  33. e9d8b2c xen-netback: disable rogue vif in kthread context by Wei Liu · 11 years ago
  34. 0e59a4a xen-netback: Non-functional follow-up patch for grant mapping series by Zoltan Kiss · 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. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  38. 836fbaf xen-netback: use skb_is_gso in xenvif_start_xmit by Wei Liu · 11 years ago
  39. e9275f5 xen-netback: Aggregate TX unmap operations by Zoltan Kiss · 11 years ago
  40. 0935078 xen-netback: Timeout packets in RX path by Zoltan Kiss · 11 years ago
  41. e3377f3 xen-netback: Handle guests with too many frags by Zoltan Kiss · 11 years ago
  42. 1bb332a xen-netback: Add stat counters for zerocopy by Zoltan Kiss · 11 years ago
  43. f53c3fe xen-netback: Introduce TX grant mapping 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 · 11 years ago
  46. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  47. f35f76e xen-netback: Include header for vmalloc by Josh Boyer · 11 years ago
  48. ac3d5ac xen-netback: fix guest-receive-side array sizes by Paul Durrant · 11 years ago
  49. ca2f09f xen-netback: improve guest-receive-side flow control by Paul Durrant · 11 years ago
  50. 67fa366 xen-netback: clear vif->task on disconnect by Paul Durrant · 11 years ago
  51. db739ef xen-netback: stop the VIF thread before unbinding IRQs by David Vrabel · 11 years ago
  52. 394efd1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  53. 059dfa6 xen-netback: use jiffies_64 value to calculate credit timeout by Wei Liu · 11 years ago
  54. 82cada2 xen-netback: enable IPv6 TCP GSO to the guest by Paul Durrant · 11 years ago
  55. 7365bcf xen-netback: Unconditionally set NETIF_F_RXCSUM by Paul Durrant · 11 years ago
  56. 146c8a7 xen-netback: add support for IPv6 checksum offload to guest by Paul Durrant · 11 years ago
  57. 279f438 xen-netback: Don't destroy the netdev until the vif is shut down by Paul Durrant · 11 years ago
  58. a9677bc xen-netback: fix possible format string flaw by Kees Cook · 11 years ago
  59. 7376419 xen-netback: rename functions by Wei Liu · 11 years ago
  60. b3f980b xen-netback: switch to NAPI + kthread 1:1 model by Wei Liu · 11 years ago
  61. e1f00a69 xen-netback: split event channels support for Xen backend driver by Wei Liu · 11 years ago
  62. b103f35 xen-netback: enable user to unload netback module by Wei Liu · 11 years ago
  63. 6338a53 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into net by David S. Miller · 12 years ago
  64. 3e55f8b xen-netback: cancel the credit timer when taking the vif down by David Vrabel · 12 years ago
  65. fd50231 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  66. 48856286 xen/netback: shutdown the ring if it contains garbage. by Ian Campbell · 12 years ago
  67. 4a633a6 xen-netback: allow changing the MAC address of the interface by Matt Wilson · 12 years ago
  68. 813abbb xen-netback: make ops structs const by stephen hemminger · 13 years ago
  69. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  70. d0e5d83 net: xen-netback: correctly restart Tx after a VM restore/migrate by David Vrabel · 13 years ago
  71. 4710304 net: xen-netback: convert to hw_features by Michał Mirosław · 13 years ago
  72. f942dc2 xen network backend driver by Ian Campbell · 14 years ago