1. 4c84a39 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 20 years ago
  2. 932ff27 [NET]: Add netif_tx_lock by Herbert Xu · 20 years ago
  3. 526b4ca IB/srp: Factor out common request reset code by Ishai Rabinovitz · 20 years ago
  4. 0c0450db IB/srp: Support SRP rev. 10 targets by Ramachandra K · 20 years ago
  5. 508e434 IPoIB: Handle client reregister events by Leonid Arsh · 20 years ago
  6. 37c22a7 IPoIB: Fix kernel unaligned access on ia64 by Jack Morgenstein · 20 years ago
  7. 31c02e2 IPoIB: Avoid using stale last_send counter when reaping AHs by Roland Dreier · 20 years ago
  8. 6bfa24f IB/srp: Get rid of "Target has req_lim 0" messages by Roland Dreier · 20 years ago
  9. b7ac4ab IB/srp: Handle DREQ events from CM by Ishai Rabinovitz · 20 years ago
  10. 74b0a15 IB/srp: Allow sg_tablesize to be adjusted by Vu Pham · 20 years ago
  11. 52fb2b50 IB/srp: Allow cmd_per_lun to be set per target port by Vu Pham · 20 years ago
  12. 0c5b395 IB/srp: Clean up loop in srp_remove_one() by Ishai Rabinovitz · 20 years ago
  13. b3589fd IB/srp: Change target_mutex to a spinlock by Matthew Wilcox · 20 years ago
  14. 549c5fc2 IB/srp: Get rid of unneeded use of list_for_each_entry_safe() by Matthew Wilcox · 20 years ago
  15. 1962a4a IB/srp: Use SCAN_WILD_CARD from SCSI headers by Matthew Wilcox · 20 years ago
  16. f5358a1 IB/srp: Use FMRs to map gather/scatter lists by Roland Dreier · 20 years ago
  17. 959eb39 IPoIB: Fix AH leak at interface down by Eli Cohen · 20 years ago
  18. 093beac IB/srp: Complete correct SCSI commands on device reset by Ishai Rabinovitz · 20 years ago
  19. ec2d720 IB/srp: Get rid of extra scsi_host_put()s if reconnection fails by Roland Dreier · 20 years ago
  20. e658105 IB/srp: Don't wait for disconnection if sending DREQ fails by Roland Dreier · 20 years ago
  21. 5941d07 IPoIB: Free child interfaces properly by Roland Dreier · 20 years ago
  22. d945e1d IB/srp: Fix tracking of pending requests during error handling by Roland Dreier · 20 years ago
  23. f80887d IB/srp: Remove request from list when SCSI abort succeeds by Roland Dreier · 20 years ago
  24. f697f74 IPoIB: Use spin_lock_irq() instead of spin_lock_irqsave() by Roland Dreier · 20 years ago
  25. a30bb96c IPoIB: Close race in ipoib_flush_paths() by Eli Cohen · 20 years ago
  26. 0f48525 IPoIB: Make send and receive queue sizes tunable by Shirley Ma · 20 years ago
  27. f2de3b0 IPoIB: Wait for join to finish before freeing mcast struct by Eli Cohen · 20 years ago
  28. bf6a9e3 IB: simplify static rate encoding by Jack Morgenstein · 20 years ago
  29. d2e0655 IPoIB: Consolidate private neighbour data handling by Michael S. Tsirkin · 20 years ago
  30. ce1823f IB/srp: Fix memory leak in options parsing by Roland Dreier · 20 years ago
  31. f5545d2 IPoIB: Always build debugging code unless CONFIG_EMBEDDED=y by Roland Dreier · 20 years ago
  32. ef12d45 IPoIB: Fix oops with raw sockets by Roland Dreier · 20 years ago
  33. 3f89f83 IB/srp: Fix unmapping of fake scatterlist by Roland Dreier · 20 years ago
  34. 7a343d4 IPoIB: P_Key change event handling by Leonid Arsh · 20 years ago
  35. 4e37b95 IPoIB: Fix network interface "RUNNING" status by Leonid Arsh · 20 years ago
  36. cf36871 IB/srp: Use a fake scatterlist for non-SG SCSI commands by Roland Dreier · 20 years ago
  37. 6f633c8 IPoIB: Pass correct pointer when flushing child interfaces by Leonid Arsh · 20 years ago
  38. 3d1f337 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 20 years ago
  39. e35fc38 [INFINIBAND] ipoib: Remove leftover use of neigh_ops->destructor by Arnaldo Carvalho de Melo · 20 years ago
  40. c5ecd62 [NET]: Move destructor from neigh->ops to neigh_params by Michael S. Tsirkin · 20 years ago
  41. bfef73f IPoIB: Get rid of useless test of queue length by Roland Dreier · 20 years ago
  42. bf17c1c IB/srp: Coverity fix to srp_parse_options() by Roland Dreier · 20 years ago
  43. 0b3ea08 IPoIB: Move ipoib_ib_dev_flush() to ipoib workqueue by Jack Morgenstein · 20 years ago
  44. 8b9ab02 IPoIB: Fix build now that neighbour destructor is in neigh_params by Roland Dreier · 20 years ago
  45. 6ecb0c8 IB/srp: Add SCSI host attributes to show target port by Roland Dreier · 20 years ago
  46. 9acf6a8 IPoIB: Fix multicast race between canceling and completing by Michael S. Tsirkin · 20 years ago
  47. 54d07e2 IPoIB: Clean up if posting receives fails by Eli Cohen · 20 years ago
  48. 7343b23 IPoIB: Close race in setting mcast->ah by Eli Cohen · 20 years ago
  49. 44af79f IPoIB: clarify to_ipoib_neigh() by Michael S. Tsirkin · 20 years ago
  50. 1285b3a IB/srp: Don't send task management commands after target removal by Roland Dreier · 20 years ago
  51. 20b8338 IPoIB: Yet another fix for send-only joins by Roland Dreier · 20 years ago
  52. 7bcb974 IPoIB: Fix another send-only join race by Michael S. Tsirkin · 20 years ago
  53. 479a079 IPoIB: Don't start send-only joins while multicast thread is stopped by Michael S. Tsirkin · 20 years ago
  54. 8e9e5f4f IB/srp: Semaphore to mutex conversion by Ingo Molnar · 20 years ago
  55. b36f170 IPoIB: Lock accesses to multicast packet queues by Michael S. Tsirkin · 20 years ago
  56. 47f7a07 IPoIB: Make sure path is fully initialized before using it by Michael S. Tsirkin · 20 years ago
  57. 95ed644 IB: convert from semaphores to mutexes by Ingo Molnar · 20 years ago
  58. 988bd50 IPoIB: Fix memory leak of multicast group structures by Eli Cohen · 20 years ago
  59. 78bfe0b IPoIB: Take dev->xmit_lock around mc_list accesses by Michael S. Tsirkin · 20 years ago
  60. 97460df IPoIB: Fix address handle refcounting for multicast groups by Eli Cohen · 20 years ago
  61. 70b4c8c IPoIB: Fix error path in ipoib_mcast_dev_flush() by Eli Cohen · 20 years ago
  62. cf311cd IB: Add node_guid to struct ib_device by Sean Hefty · 20 years ago
  63. de25968 [PATCH] fix more missing includes by Tim Schmielau · 20 years ago
  64. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 20 years ago
  65. 267ee88 IPoIB: fix error handling in ipoib_open by Roland Dreier · 20 years ago
  66. 4f71055 IPoIB: protect child list in ipoib_ib_dev_flush by Michael S. Tsirkin · 20 years ago
  67. 2e86541 IPoIB: don't zero members after we allocate with kzalloc by Roland Dreier · 20 years ago
  68. de92248 IPoIB: reinitialize mcast structs' completions for every query by Michael S. Tsirkin · 20 years ago
  69. 5872a9f IPoIB: always set path->query to NULL when query finishes by Roland Dreier · 20 years ago
  70. 65c7edd IPoIB: reinitialize path struct's completion for every query by Roland Dreier · 20 years ago
  71. 47f2bce [IB] srp: don't post receive if no send buf available by Roland Dreier · 20 years ago
  72. 5f06899 [IB] srp: increase max_luns by Roland Dreier · 20 years ago
  73. 78b9c0f Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 20 years ago
  74. 8c608a3 [IPoIB] no need to set skb->dev right before freeing skb by Roland Dreier · 20 years ago
  75. 1732b0e [IPoIB] add path record information in debugfs by Roland Dreier · 20 years ago
  76. 733482e [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason by Olaf Hering · 20 years ago
  77. 127f2fa Merge branch 'srp' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 20 years ago
  78. 8ae5a8a [IPoIB] don't compile debug code if debugging isn't enabled by Roland Dreier · 20 years ago
  79. aef9ec3 IB: Add SCSI RDMA Protocol (SRP) initiator by Roland Dreier · 20 years ago
  80. 21a3848 [IPoIB] remove unneeded initializations to 0 by Roland Dreier · 20 years ago
  81. de6eb66 [IB] kzalloc() conversions by Roland Dreier · 20 years ago
  82. 3bc12e7 [IPoIB] cleanups: fix comment, remove useless variables by Roland Dreier · 20 years ago
  83. a20583a [IPoIB] use spin_trylock_irqsave() by Roland Dreier · 20 years ago
  84. 1993d68 [IPoIB] Drop RX packets when out of memory by Roland Dreier · 20 years ago
  85. 4b2d319 [IPoIB] Improve ipoib_timeout() output by Roland Dreier · 20 years ago
  86. 5b6810e [IPoIB] Rename ipoib_create_qp() -> ipoib_init_qp() and fix error cleanup by Roland Dreier · 20 years ago
  87. d70ed60 [IPoIB] Rename IPoIB's path_lookup() to avoid name clashes by Roland Dreier · 21 years ago
  88. 8d2cae0 [PATCH] IPoIB: Don't flush workqueue from within workqueue by Roland Dreier · 21 years ago
  89. ce5b65c [PATCH] IPoIB: Fix SA client retransmission strategy by Hal Rosenstock · 21 years ago
  90. 51574e0 [PATCH] IPoIB: fix module removal race by Michael S. Tsirkin · 21 years ago
  91. 06c56e4 [PATCH] IPoIB: fix memory leak by Michael S. Tsirkin · 21 years ago
  92. a4d61e8 [PATCH] IB: move include files to include/rdma by Roland Dreier · 21 years ago
  93. 1ad62a1 [PATCH] IPoIB: Fix device removal race by Michael S. Tsirkin · 21 years ago
  94. 4ce0593 [PATCH] IPoIB: Set full membership bit in P_Keys by Roland Dreier · 21 years ago
  95. 2aeba9a [PATCH] IB: Remove unnecessary includes of <linux/version.h> by Olaf Hering · 21 years ago
  96. 97f52eb [PATCH] IB: sparse endianness cleanup by Sean Hefty · 21 years ago
  97. 92a6b34 [PATCH] IB: Eliminate redundant NULL checks by Hal Rosenstock · 21 years ago
  98. 2a1d9b7 [PATCH] IB: Add copyright notices by Roland Dreier · 21 years ago
  99. 0dca0f7 [PATCH] [IPoIB] Handle sending of unicast RARP responses by Hal Rosenstock · 21 years ago
  100. 2181858 [IB/ipoib]: Fix unsigned comparisons to handle wraparound by Roland Dreier · 21 years ago