1. 2012a11 [PATCH] drivers/infiniband/core/mad.c: fix use-after-release case by Adrian Bunk · 19 years ago
  2. eabc779 IB/umad: make sure write()s have sufficient data by Roland Dreier · 19 years ago
  3. 78b9c0f Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 19 years ago
  4. 94382f3 [IB] umad: further ib_unregister_mad_agent() deadlock fixes by Roland Dreier · 19 years ago
  5. 77369ed [IB] uverbs: have kernel return QP capabilities by Jack Morgenstein · 19 years ago
  6. ec914c5 [IB] umad: get rid of unused mr array by Roland Dreier · 19 years ago
  7. 40de2e5 [IB] Have cq_resize() method take an int, not int* by Roland Dreier · 19 years ago
  8. 2f76e82 [IB] umad: avoid potential deadlock when unregistering MAD agents by Roland Dreier · 19 years ago
  9. 6044ec8 [PATCH] kfree cleanup: misc remaining drivers by Jesper Juhl · 19 years ago
  10. 8c65b4a [PATCH] fix remaining missing includes by Tim Schmielau · 19 years ago
  11. 8b37b94 [IB] umad: two small fixes by Michael S. Tsirkin · 19 years ago
  12. ba77df5 Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 19 years ago
  13. 0c99cb6 [IB] umad: fix hot remove of IB devices by Roland Dreier · 19 years ago
  14. de6eb66 [IB] kzalloc() conversions by Roland Dreier · 19 years ago
  15. 7162a3e [IB] uverbs: Avoid NULL pointer deref on CQ async event by Roland Dreier · 19 years ago
  16. 4e57b68 [PATCH] fix missing includes by Tim Schmielau · 19 years ago
  17. 2d3c0b7 [PATCH] missing include in infiniband by Al Viro · 19 years ago
  18. 4cce339 [IB] fix up class_device_create() calls by Roland Dreier · 19 years ago
  19. 70a30e1 [IB] uverbs: Fix device lifetime problems by Roland Dreier · 19 years ago
  20. a74968f [IB] umad: Fix device lifetime problems by Roland Dreier · 19 years ago
  21. cb0f091 [IB] ib_umad: various cleanups by Sean Hefty · 19 years ago
  22. 089a1be [IB] ib_umad: fix crash when freeing send buffers by Roland Dreier · 19 years ago
  23. 7cc656e [IB] simplify mad_rmpp.c:alloc_response_msg() by Roland Dreier · 19 years ago
  24. 34816ad [IB] Fix MAD layer DMA mappings to avoid touching data buffer once mapped by Sean Hefty · 19 years ago
  25. ae7971a [IB] CM: Fix initialization of QP attributes for UC QPs. by Sean Hefty · 19 years ago
  26. ec329a1 Manual merge of for-linus to upstream (fix conflicts in drivers/infiniband/core/ucm.c) by Roland Dreier · 19 years ago
  27. 5d7edb3 [IB] Add idr_destroy() calls on module unload by Roland Dreier · 19 years ago
  28. bbf2078 [IB] user_mad: Use class_device.devt by Roland Dreier · 19 years ago
  29. 2e0c512 [IB] user_mad: trivial coding style fixes by Roland Dreier · 19 years ago
  30. 3910f44 [IB] cm: Add missing break in switch by Roland Dreier · 19 years ago
  31. ba8e931 [IB] Fail sysfs queries after device is unregistered by Roland Dreier · 19 years ago
  32. 762a03e [IB] ucm: quiet sparse warnings by Roland Dreier · 19 years ago
  33. 07d357d [IB] CM: bind IDs to a specific device by Sean Hefty · 19 years ago
  34. 595e726 [IB] merge ucm.h into ucm.c by Sean Hefty · 19 years ago
  35. 67cdb40 [IB] uverbs: Implement more commands by Roland Dreier · 19 years ago
  36. 883a99c [IB] uverbs: Add a mask of device methods allowed for userspace by Roland Dreier · 19 years ago
  37. 56c202d [IB] fail SA queries if device initialization failed by Roland Dreier · 19 years ago
  38. 305a7e8 [IB] uverbs: unlock correctly in error paths by Roland Dreier · 19 years ago
  39. 4ab6fb7 [IB] Fix leak on MAD initialization failure by Roland Dreier · 19 years ago
  40. 116c007 [IB] Check port number in ib_query_port()/ib_modify_port() by Roland Dreier · 19 years ago
  41. f575394 [IB] uverbs: reject invalid memory registration permission flags by Roland Dreier · 19 years ago
  42. 274c089 [IB] uverbs: Add device-specific ABI version attribute by Roland Dreier · 19 years ago
  43. eb9d3cd [IB] uverbs: Fix up resource creation error paths by Roland Dreier · 19 years ago
  44. 6b73597e [IB] uverbs: ABI-breaking fixes for userspace verbs by Roland Dreier · 19 years ago
  45. 0c33aee [IB] Add checks to multicast attach and detach by Jack Morgenstein · 19 years ago
  46. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  47. 63c47c2 [IB] uverbs: Close some exploitable races by Roland Dreier · 19 years ago
  48. f2065e4 [IB] Fix RMPP receive length calculation by Hal Rosenstock · 19 years ago
  49. 972d512 [IB] Add MAD data field size definitions by Sean Hefty · 19 years ago
  50. eff4c65 [PATCH] IB: Fix data length for RMPP SA sends by Hal Rosenstock · 19 years ago
  51. 9fe66df Merge master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 19 years ago
  52. 1b205c2 [PATCH] IB: fix CM use-after-free by Roland Dreier · 19 years ago
  53. 354ba39 [PATCH] IB CM: support CM redir by John Kingman · 19 years ago
  54. 63aaf64 Make sure that userspace does not retrieve stale asynchronous or by Roland Dreier · 19 years ago
  55. fbed8ee [PATCH] IB: Move SA attributes to ib_sa.h by Hal Rosenstock · 19 years ago
  56. 82ca76b [PATCH] drivers: convert kcalloc to kzalloc by Pekka Enberg · 19 years ago
  57. 17781cd [PATCH] IB: clean up user access config options by James Lentini · 19 years ago
  58. b5dcbf4 [PATCH] IB: RMPP fixes by Hal Rosenstock · 19 years ago
  59. 0b2b35f [PATCH] IB: Add user-supplied context to userspace CM ABI by Sean Hefty · 19 years ago
  60. 1d6801f9 [PATCH] IB/sa_query: avoid unnecessary list scan by Michael S. Tsirkin · 19 years ago
  61. a4d61e8 [PATCH] IB: move include files to include/rdma by Roland Dreier · 19 years ago
  62. fe9e08e [PATCH] IB: Add handling for ABORT and STOP RMPP MADs. by Sean Hefty · 19 years ago
  63. b9ef520 [PATCH] IB: fix userspace CM deadlock by Sean Hefty · 19 years ago
  64. f520ba5 [PATCH] IB: userspace SRQ support by Roland Dreier · 19 years ago
  65. d41fcc6 [PATCH] IB: Add SRQ support to midlayer by Roland Dreier · 19 years ago
  66. 2aeba9a [PATCH] IB: Remove unnecessary includes of <linux/version.h> by Olaf Hering · 19 years ago
  67. 5dd2ce1 [PATCH] IB: Fix ib_mad_thread_completion_handler declaration by Hal Rosenstock · 19 years ago
  68. ffbf4c3 [PATCH] IB: unmap FMRs when destroying FMR pool by Roland Dreier · 19 years ago
  69. 97f52eb [PATCH] IB: sparse endianness cleanup by Sean Hefty · 19 years ago
  70. 2a1d9b7 [PATCH] IB: Add copyright notices by Roland Dreier · 19 years ago
  71. e1bcfcaa [PATCH] IB: fix use-after-free in user verbs cleanup by Roland Dreier · 19 years ago
  72. 79d8190 [IB/ucm]: Clean up userspace CM by Hal Rosenstock · 19 years ago
  73. 2868bd2 Merge /scratch/Ksrc/linux-git/ by Roland Dreier · 19 years ago
  74. f13f9f5 [PATCH] IB: Eliminate sparse warnings in SA client by Hal Rosenstock · 19 years ago
  75. 8fd65b0 [PATCH] IB: Hook up userspace CM to the make system by Hal Rosenstock · 19 years ago
  76. 2d0d099 [PATCH] Add kernel portion of user CM implementation (fix) by Tom Duffy · 19 years ago
  77. a5b7454 [PATCH] IB: Add kernel portion of user CM implementation by Hal Rosenstock · 19 years ago
  78. cb183a0 [PATCH] IB: Implementation for RMPP support in user MAD by Hal Rosenstock · 19 years ago
  79. a977049 [PATCH] IB: Add the kernel CM implementation by Hal Rosenstock · 19 years ago
  80. cbae32c [PATCH] IB: Add Service Record support to SA client by Hal Rosenstock · 19 years ago
  81. fa619a7 [PATCH] IB: Add RMPP implementation by Hal Rosenstock · 19 years ago
  82. d2082ee [PATCH] IB: Introduce RMPP APIs by Hal Rosenstock · 19 years ago
  83. 497677a [PATCH] IB: A couple of IB core bug fixes by Hal Rosenstock · 19 years ago
  84. 513789e [PATCH] IB: Add ib_create_ah_from_wc to IB verbs by Hal Rosenstock · 19 years ago
  85. cabe3cb [PATCH] IB: Fix a couple of MAD code paths by Hal Rosenstock · 19 years ago
  86. 29bb33d [PATCH] IB: Optimize canceling a MAD by Hal Rosenstock · 19 years ago
  87. 03b61ad [PATCH] IB: Add ib_modify_mad API to MAD by Hal Rosenstock · 19 years ago
  88. 2c153b9 [PATCH] IB: Eliminate MAD cache leak associated with local completions by Hal Rosenstock · 19 years ago
  89. dbf9227 [PATCH] IB: Simplify calling of list_del in MAD by Hal Rosenstock · 19 years ago
  90. f75b7a5 [PATCH] IB: Add automatic retries to MAD layer by Hal Rosenstock · 19 years ago
  91. df9f9ea [PATCH] IB: Add ib_coalesce_recv_mad to MAD by Hal Rosenstock · 19 years ago
  92. f68bcc2 [PATCH] IB: Minor cleanup during MAD startup and shutdown by Hal Rosenstock · 19 years ago
  93. 6a0c435 [PATCH] IB: Fix timeout/cancelled MAD handling by Hal Rosenstock · 19 years ago
  94. d760ce8 [PATCH] IB: Change ib_mad_send_wr_private struct by Hal Rosenstock · 19 years ago
  95. f8197a4 [PATCH] IB: Change saving of user's send wr_id in MAD by Hal Rosenstock · 19 years ago
  96. 4a0754f [PATCH] IB: Combine some MAD routines by Hal Rosenstock · 19 years ago
  97. 824c8ae [PATCH] IB: Add MAD helper functions by Hal Rosenstock · 19 years ago
  98. b82cab6 [PATCH] IB: Update MAD client API by Hal Rosenstock · 19 years ago
  99. c183a4c [PATCH] IB: Update FMR functions by Hal Rosenstock · 19 years ago
  100. abdf119 [IB/uverbs]: Add O_ASYNC support by Gleb Natapov · 19 years ago