1. 249bb07 [PATCH] PCI: removed unneeded .owner field from struct pci_driver by Greg Kroah-Hartman · 19 years ago
  2. 78b9c0f Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 19 years ago
  3. 94382f3 [IB] umad: further ib_unregister_mad_agent() deadlock fixes by Roland Dreier · 19 years ago
  4. ae57e24 [IB] mthca: fix posting long lists of receive work requests by Michael S. Tsirkin · 19 years ago
  5. 64044bc [IB] mthca: fix wraparound handling in mthca_cq_clean() by Roland Dreier · 19 years ago
  6. 62abb84 [IB] mthca: fix posting of atomic operations by Michael S. Tsirkin · 19 years ago
  7. 77369ed [IB] uverbs: have kernel return QP capabilities by Jack Morgenstein · 19 years ago
  8. ec914c5 [IB] umad: get rid of unused mr array by Roland Dreier · 19 years ago
  9. 40de2e5 [IB] Have cq_resize() method take an int, not int* by Roland Dreier · 19 years ago
  10. 0b4ff2c [IB] mthca: fix typo in catastrophic error polling by Roland Dreier · 19 years ago
  11. 8c608a3 [IPoIB] no need to set skb->dev right before freeing skb by Roland Dreier · 19 years ago
  12. 2f76e82 [IB] umad: avoid potential deadlock when unregistering MAD agents by Roland Dreier · 19 years ago
  13. 1732b0e [IPoIB] add path record information in debugfs by Roland Dreier · 19 years ago
  14. 733482e [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason by Olaf Hering · 19 years ago
  15. 6044ec8 [PATCH] kfree cleanup: misc remaining drivers by Jesper Juhl · 19 years ago
  16. 8c65b4a [PATCH] fix remaining missing includes by Tim Schmielau · 19 years ago
  17. 8b37b94 [IB] umad: two small fixes by Michael S. Tsirkin · 19 years ago
  18. 0f69ce1 [IB] mthca: report page size capability by Jack Morgenstein · 19 years ago
  19. 127f2fa Merge branch 'srp' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 19 years ago
  20. ba77df5 Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 19 years ago
  21. d09e327 [IB] mthca: check P_Key index in modify QP by Jack Morgenstein · 19 years ago
  22. 0c99cb6 [IB] umad: fix hot remove of IB devices by Roland Dreier · 19 years ago
  23. 87cfe32 [IB] mthca: fix format of FW version by Roland Dreier · 19 years ago
  24. 8ae5a8a [IPoIB] don't compile debug code if debugging isn't enabled by Roland Dreier · 19 years ago
  25. aef9ec3 IB: Add SCSI RDMA Protocol (SRP) initiator by Roland Dreier · 19 years ago
  26. 21a3848 [IPoIB] remove unneeded initializations to 0 by Roland Dreier · 19 years ago
  27. de6eb66 [IB] kzalloc() conversions by Roland Dreier · 19 years ago
  28. 3bc12e7 [IPoIB] cleanups: fix comment, remove useless variables by Roland Dreier · 19 years ago
  29. e5b251a [IB] mthca: Avoid SRQ free WQE list corruption by Roland Dreier · 19 years ago
  30. 7162a3e [IB] uverbs: Avoid NULL pointer deref on CQ async event by Roland Dreier · 19 years ago
  31. 4e57b68 [PATCH] fix missing includes by Tim Schmielau · 19 years ago
  32. a20583a [IPoIB] use spin_trylock_irqsave() by Roland Dreier · 19 years ago
  33. 2d3c0b7 [PATCH] missing include in infiniband by Al Viro · 19 years ago
  34. affcd50 [IB] mthca: report asynchronous CQ events by Michael S. Tsirkin · 19 years ago
  35. 4cce339 [IB] fix up class_device_create() calls by Roland Dreier · 19 years ago
  36. a4da062 Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Roland Dreier · 19 years ago
  37. 70a30e1 [IB] uverbs: Fix device lifetime problems by Roland Dreier · 19 years ago
  38. a74968f [IB] umad: Fix device lifetime problems by Roland Dreier · 19 years ago
  39. 1993d68 [IPoIB] Drop RX packets when out of memory by Roland Dreier · 19 years ago
  40. 6fbfddc Merge ../bleed-2.6 by Greg KH · 19 years ago
  41. 53f4654 [PATCH] Driver Core: fix up all callers of class_device_create() by Greg Kroah-Hartman · 19 years ago
  42. 87b750d [PATCH] gfp_t: drivers/infiniband by Al Viro · 19 years ago
  43. cb0f091 [IB] ib_umad: various cleanups by Sean Hefty · 19 years ago
  44. 089a1be [IB] ib_umad: fix crash when freeing send buffers by Roland Dreier · 19 years ago
  45. 3d155f8 [IB] mthca: first pass at catastrophic error reporting by Roland Dreier · 19 years ago
  46. 7cc656e [IB] simplify mad_rmpp.c:alloc_response_msg() by Roland Dreier · 19 years ago
  47. 547e309 [IB] mthca: correct modify QP attribute masks for UC by Roland Dreier · 19 years ago
  48. 34816ad [IB] Fix MAD layer DMA mappings to avoid touching data buffer once mapped by Sean Hefty · 19 years ago
  49. ae7971a [IB] CM: Fix initialization of QP attributes for UC QPs. by Sean Hefty · 19 years ago
  50. ec329a1 Manual merge of for-linus to upstream (fix conflicts in drivers/infiniband/core/ucm.c) by Roland Dreier · 19 years ago
  51. 5d7edb3 [IB] Add idr_destroy() calls on module unload by Roland Dreier · 19 years ago
  52. 75eeec2 [PATCH] ib: mthca: Always re-arm EQs in mthca_tavor_interrupt() by Roland Dreier · 19 years ago
  53. c8e0ca6 [IB] mthca: Always re-arm EQs in mthca_tavor_interrupt() by Roland Dreier · 19 years ago
  54. bbf2078 [IB] user_mad: Use class_device.devt by Roland Dreier · 19 years ago
  55. 2e0c512 [IB] user_mad: trivial coding style fixes by Roland Dreier · 19 years ago
  56. 3910f44 [IB] cm: Add missing break in switch by Roland Dreier · 19 years ago
  57. 7150bf8 [IB] mthca: Don't enter QP into MCG more than once. by Jack Morgenstein · 19 years ago
  58. ba8e931 [IB] Fail sysfs queries after device is unregistered by Roland Dreier · 19 years ago
  59. d476306 [IB] mthca: Add struct pci_driver.owner field by Roland Dreier · 19 years ago
  60. c6f5cb7 [IB] mthca: Use enum in mthca_alloc_db() prototype by Roland Dreier · 19 years ago
  61. 4b2d319 [IPoIB] Improve ipoib_timeout() output by Roland Dreier · 19 years ago
  62. 762a03e [IB] ucm: quiet sparse warnings by Roland Dreier · 19 years ago
  63. 07d357d [IB] CM: bind IDs to a specific device by Sean Hefty · 19 years ago
  64. 595e726 [IB] merge ucm.h into ucm.c by Sean Hefty · 19 years ago
  65. 67cdb40 [IB] uverbs: Implement more commands by Roland Dreier · 19 years ago
  66. 883a99c [IB] uverbs: Add a mask of device methods allowed for userspace by Roland Dreier · 19 years ago
  67. 56c202d [IB] fail SA queries if device initialization failed by Roland Dreier · 19 years ago
  68. 305a7e8 [IB] uverbs: unlock correctly in error paths by Roland Dreier · 19 years ago
  69. 5b6810e [IPoIB] Rename ipoib_create_qp() -> ipoib_init_qp() and fix error cleanup by Roland Dreier · 19 years ago
  70. efaae8f [IB] mthca: Better limit checking and reporting by Jack Morgenstein · 19 years ago
  71. 4ab6fb7 [IB] Fix leak on MAD initialization failure by Roland Dreier · 19 years ago
  72. e23d6d2 [IB] mthca: detect SRQ overflow by Roland Dreier · 19 years ago
  73. 90f104d [IB] mthca: SRQ limit reached events by Roland Dreier · 19 years ago
  74. 116c007 [IB] Check port number in ib_query_port()/ib_modify_port() by Roland Dreier · 19 years ago
  75. f575394 [IB] uverbs: reject invalid memory registration permission flags by Roland Dreier · 19 years ago
  76. 9825051e [IB] mthca: Fill in more fields in query_port method by Jack Morgenstein · 19 years ago
  77. 274c089 [IB] uverbs: Add device-specific ABI version attribute by Roland Dreier · 19 years ago
  78. eb9d3cd [IB] uverbs: Fix up resource creation error paths by Roland Dreier · 19 years ago
  79. 6b73597e [IB] uverbs: ABI-breaking fixes for userspace verbs by Roland Dreier · 19 years ago
  80. 33033b79 [IB] mthca: Report correct atomic capability by Jack Morgenstein · 19 years ago
  81. 0c33aee [IB] Add checks to multicast attach and detach by Jack Morgenstein · 19 years ago
  82. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  83. aba7a22 [IB] mthca: Fix memory leak on device close by Michael S. Tsirkin · 19 years ago
  84. d70ed60 [IPoIB] Rename IPoIB's path_lookup() to avoid name clashes by Roland Dreier · 19 years ago
  85. a1c337a [IB] mthca: fix hw_ver value returned from mthca_query_device by Jack Morgenstein · 19 years ago
  86. f02b16b [IB] mthca: Round up number of slots in HCA context memory table by Michael S. Tsirkin · 19 years ago
  87. 63c47c2 [IB] uverbs: Close some exploitable races by Roland Dreier · 19 years ago
  88. 44dd823 [IB] mthca: Fix off by one bug in mthca_map_cmd by Michael S. Tsirkin · 19 years ago
  89. f7ed3a5 [IB] mthca: fix off by one in clr_int calculation by Michael S. Tsirkin · 19 years ago
  90. 018771f [IB] mthca: Fix doorbell record resource leak by Roland Dreier · 19 years ago
  91. f2065e4 [IB] Fix RMPP receive length calculation by Hal Rosenstock · 19 years ago
  92. 972d512 [IB] Add MAD data field size definitions by Sean Hefty · 19 years ago
  93. 71eea47 [PATCH] IB/mthca: Fix device removal memory leak by Michael S. Tsirkin · 19 years ago
  94. 8d2cae0 [PATCH] IPoIB: Don't flush workqueue from within workqueue by Roland Dreier · 19 years ago
  95. eff4c65 [PATCH] IB: Fix data length for RMPP SA sends by Hal Rosenstock · 19 years ago
  96. 6577ae5 [PATCH] IB/mthca: Don't try to set srq->last for userspace SRQs by Roland Dreier · 19 years ago
  97. 3853194 [PATCH] IB/mthca: Fix posting work requests to shared receive queues by Roland Dreier · 19 years ago
  98. c915033 [PATCH] IB/mthca: Initialize eq->nent before we use it by Roland Dreier · 19 years ago
  99. ce5b65c [PATCH] IPoIB: Fix SA client retransmission strategy by Hal Rosenstock · 19 years ago
  100. d6cff02 [PATCH] IB/mthca: fix posting of first work request by Roland Dreier · 19 years ago