1. 2337f80 IPoIB: Trivial formatting cleanups by Roland Dreier · 17 years ago
  2. 1401b53 IPoIB: Fix oops if xmit is called when priv->broadcast is NULL by Jack Morgenstein · 17 years ago
  3. 0b776eb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 17 years ago
  4. 1b52496 IPoIB/cm: Use common CQ for CM send completions by Michael S. Tsirkin · 17 years ago
  5. 200d171 IB/ipoib: Verify address handle validity on send by Moni Shoua · 17 years ago
  6. 732a217 IB/ipoib: Bound the net device to the ipoib_neigh structue by Moni Shoua · 17 years ago
  7. ce9d3c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 17 years ago
  8. 9153f66 IPoIB: Fix unused variable warning by Roland Dreier · 17 years ago
  9. de90351 [IPoIB]: Convert to netdevice internal stats by Roland Dreier · 17 years ago
  10. 3b04ddd [NET]: Move hardware header operations out of netdevice. by Stephen Hemminger · 17 years ago
  11. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  12. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago
  13. 335a64a5a IPoIB: Allow setting policy to ignore multicast groups by Or Gerlitz · 17 years ago
  14. 8166883 IPoIB: Specify Traffic Class with path record queries for QoS support by Sean Hefty · 17 years ago
  15. ca6de17 IPoIB: Fix error path memory leak by Eli Cohen · 17 years ago
  16. 26bbf13 IPoIB: Handle P_Key table reordering by Yosef Etigin · 17 years ago
  17. 8d1cc86 IPoIB: Convert to NAPI by Roland Dreier · 17 years ago
  18. 46f1b3d IB/ipoib: Use ib_init_ah_from_path to initialize ah_attr by Sean Hefty · 17 years ago
  19. ecbb416 [NET]: Fix neighbour destructor handling. by Alexey Kuznetsov · 17 years ago
  20. d04d01b IPoIB: Fix use-after-free in path_rec_completion() by Michael S. Tsirkin · 17 years ago
  21. 843613b IPoIB: Correct debugging output when path record lookup fails by Roland Dreier · 17 years ago
  22. 839fcab IPoIB: Connected mode experimental support by Michael S. Tsirkin · 17 years ago
  23. 43cb76d Network: convert network devices to use struct device instead of class_device by Greg Kroah-Hartman · 22 years ago
  24. 82b3991 IPoIB: Make sure struct ipoib_neigh.queue is always initialized by Roland Dreier · 18 years ago
  25. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  26. 2745b5b IPoIB: Fix skb leak when freeing neighbour by Michael S. Tsirkin · 18 years ago
  27. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  28. 073ae84 IPoIB: Clear high octet in QP number by Michael S. Tsirkin · 18 years ago
  29. a8bfca0 IPoIB: Add some likely/unlikely annotations in hot path by Eli Cohen · 18 years ago
  30. 507c335 IPoIB: Remove unused include of vmalloc.h by Dotan Barak · 18 years ago
  31. c1a0b23 IB/sa: Require SA registration by Michael S. Tsirkin · 18 years ago
  32. 07ebafb RDMA: iWARP Core Changes. by Tom Tucker · 18 years ago
  33. 9217b27 IB/ipoib: Fix flush/start xmit race (from code review) by Michael S. Tsirkin · 18 years ago
  34. 8a7f752 IB/ipoib: Fix packet loss after hardware address update by Michael S. Tsirkin · 18 years ago
  35. 37c22a7 IPoIB: Fix kernel unaligned access on ia64 by Jack Morgenstein · 18 years ago
  36. f697f74 IPoIB: Use spin_lock_irq() instead of spin_lock_irqsave() by Roland Dreier · 18 years ago
  37. a30bb96c IPoIB: Close race in ipoib_flush_paths() by Eli Cohen · 18 years ago
  38. 0f48525 IPoIB: Make send and receive queue sizes tunable by Shirley Ma · 18 years ago
  39. bf6a9e3 IB: simplify static rate encoding by Jack Morgenstein · 18 years ago
  40. d2e0655 IPoIB: Consolidate private neighbour data handling by Michael S. Tsirkin · 18 years ago
  41. ef12d45 IPoIB: Fix oops with raw sockets by Roland Dreier · 18 years ago
  42. 7a343d4 IPoIB: P_Key change event handling by Leonid Arsh · 18 years ago
  43. 3d1f337 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  44. c5ecd62 [NET]: Move destructor from neigh->ops to neigh_params by Michael S. Tsirkin · 18 years ago
  45. bfef73f IPoIB: Get rid of useless test of queue length by Roland Dreier · 18 years ago
  46. 0b3ea08 IPoIB: Move ipoib_ib_dev_flush() to ipoib workqueue by Jack Morgenstein · 18 years ago
  47. 47f7a07 IPoIB: Make sure path is fully initialized before using it by Michael S. Tsirkin · 18 years ago
  48. 95ed644 IB: convert from semaphores to mutexes by Ingo Molnar · 18 years ago
  49. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 19 years ago
  50. 267ee88 IPoIB: fix error handling in ipoib_open by Roland Dreier · 19 years ago
  51. 5872a9f IPoIB: always set path->query to NULL when query finishes by Roland Dreier · 19 years ago
  52. 65c7edd IPoIB: reinitialize path struct's completion for every query by Roland Dreier · 19 years ago
  53. 1732b0e [IPoIB] add path record information in debugfs by Roland Dreier · 19 years ago
  54. 21a3848 [IPoIB] remove unneeded initializations to 0 by Roland Dreier · 19 years ago
  55. de6eb66 [IB] kzalloc() conversions by Roland Dreier · 19 years ago
  56. a20583a [IPoIB] use spin_trylock_irqsave() by Roland Dreier · 19 years ago
  57. 1993d68 [IPoIB] Drop RX packets when out of memory by Roland Dreier · 19 years ago
  58. 4b2d319 [IPoIB] Improve ipoib_timeout() output by Roland Dreier · 19 years ago
  59. d70ed60 [IPoIB] Rename IPoIB's path_lookup() to avoid name clashes by Roland Dreier · 19 years ago
  60. 51574e0 [PATCH] IPoIB: fix module removal race by Michael S. Tsirkin · 19 years ago
  61. 06c56e4 [PATCH] IPoIB: fix memory leak by Michael S. Tsirkin · 19 years ago
  62. 1ad62a1 [PATCH] IPoIB: Fix device removal race by Michael S. Tsirkin · 19 years ago
  63. 4ce0593 [PATCH] IPoIB: Set full membership bit in P_Keys by Roland Dreier · 19 years ago
  64. 2aeba9a [PATCH] IB: Remove unnecessary includes of <linux/version.h> by Olaf Hering · 19 years ago
  65. 97f52eb [PATCH] IB: sparse endianness cleanup by Sean Hefty · 19 years ago
  66. 92a6b34 [PATCH] IB: Eliminate redundant NULL checks by Hal Rosenstock · 19 years ago
  67. 2a1d9b7 [PATCH] IB: Add copyright notices by Roland Dreier · 19 years ago
  68. 0dca0f7 [PATCH] [IPoIB] Handle sending of unicast RARP responses by Hal Rosenstock · 19 years ago
  69. 9adec1a [PATCH] IPoIB: convert to debugfs by Roland Dreier · 19 years ago
  70. e6ded99 [PATCH] IPoIB: fix static rate calculation by Roland Dreier · 19 years ago
  71. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago