1. 0cb4fe8 IB/uverbs: Don't leak ref to mm on error path by Roland Dreier · 18 years ago
  2. 1b52fa98 IB: refcount race fixes by Sean Hefty · 18 years ago
  3. d8b9f23 IB: Fix display of 4-bit port counters in sysfs by Ralph Campbell · 18 years ago
  4. 64cb9c6 IB/mad: Fix RMPP version check during agent registration by Hal Rosenstock · 19 years ago
  5. ce684df IB/cache: Use correct pointer to calculate size by Michael S. Tsirkin · 19 years ago
  6. bf6a9e3 IB: simplify static rate encoding by Jack Morgenstein · 19 years ago
  7. 37289ef IB/mad: fix oops in cancel_mads by Michael S. Tsirkin · 19 years ago
  8. 618a3c0 IB/mad: RMPP support for additional classes by Hal Rosenstock · 19 years ago
  9. fa9656b IB/mad: include GID/class when matching receives by Jack Morgenstein · 19 years ago
  10. dc05980 IB/mad: Fix oopsable race on device removal by Michael S. Tsirkin · 19 years ago
  11. 048975a IB: Coverity fixes to sysfs.c by Roland Dreier · 19 years ago
  12. 702b2aa IB/uverbs: Use correct alt_pkey_index in modify QP by Ami Perlmutter · 19 years ago
  13. f36e179 IB/umad: Add support for large RMPP transfers by Jack Morgenstein · 19 years ago
  14. 87fd1a1 IB/cm: Check cm_id state before handling a REP by Sean Hefty · 19 years ago
  15. 27d5630 IB/uverbs: Fix query QP return of sq_sig_all by Dotan Barak · 19 years ago
  16. 4546d31 IB: Fix modify QP checking of "current QP state" attribute by Dotan Barak · 19 years ago
  17. ea88fd1 IB/uverbs: Return actual capacity from create SRQ operation by Dotan Barak · 19 years ago
  18. 8bdb0e8 IB/uverbs: Support for query SRQ from userspace by Dotan Barak · 19 years ago
  19. 7ccc9a2 IB/uverbs: Support for query QP from userspace by Dotan Barak · 19 years ago
  20. a74cd4a IB: Whitespace cleanups by Roland Dreier · 19 years ago
  21. 8a51866 IB: Add ib_modify_qp_is_ok() library function by Roland Dreier · 19 years ago
  22. 5e9f71a IB/mad: Simplify SMI by eliminating smi_check_local_dr_smp() by Ralph Campbell · 19 years ago
  23. 5f0b67e0 IB/mad: Remove redundant check from smi_check_local_dr_smp() by Ralph Campbell · 19 years ago
  24. d36f34a IB: Enable FMR pool user to set page size by Or Gerlitz · 19 years ago
  25. c5bcbbb IB: Allow userspace to set node description by Roland Dreier · 19 years ago
  26. 33b9b3e IB: Add userspace support for resizing CQs by Roland Dreier · 19 years ago
  27. f78cf0d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 19 years ago
  28. 68f5f99 [PATCH] IB: fix up major/minor sysfs interface for IB core by Greg Kroah-Hartman · 19 years ago
  29. 8cf3f04 IB/mad: Handle DR SMPs with a LID routed part by Ralph Campbell · 19 years ago
  30. 0f47ae0 IB/sa_query: Flush scheduled work before unloading module by Michael S. Tsirkin · 19 years ago
  31. cc76e33 IB/uverbs: Flush scheduled work before unloading module by Michael S. Tsirkin · 19 years ago
  32. 858119e [PATCH] Unlinline a bunch of other functions by Arjan van de Ven · 19 years ago
  33. 95ed644 IB: convert from semaphores to mutexes by Ingo Molnar · 19 years ago
  34. cf311cd IB: Add node_guid to struct ib_device by Sean Hefty · 19 years ago
  35. 5367f2d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 19 years ago
  36. 4f8448d IB: Set GIDs correctly in ib_create_ah_from_wc() by Ralph Campbell · 19 years ago
  37. ac4e7b3 IB/uverbs: Release event file reference on ib_uverbs_create_cq() error by Jack Morgenstein · 19 years ago
  38. ea5d4a6 IB/uverbs: set ah_flags when creating address handle by Ralph Campbell · 19 years ago
  39. b4ca1a3 IB/uverbs: Fix reference counting on error paths by Jack Morgenstein · 19 years ago
  40. 312c004 [PATCH] driver core: replace "hotplug" by "uevent" by Kay Sievers · 19 years ago
  41. 0efc488 IB/umad: fix memory leaks by Jack Morgenstein · 19 years ago
  42. de1bb1a IB/cm: avoid reusing local ID by Sean Hefty · 19 years ago
  43. 227eca8 IB/cm: correct reported reject code by Sean Hefty · 19 years ago
  44. f4e4015 IB/uverbs: track multicast group membership for userspace QPs by Jack Morgenstein · 19 years ago
  45. bf6d9e2 IB/umad: fix RMPP handling by Michael S. Tsirkin · 19 years ago
  46. 2012a11 [PATCH] drivers/infiniband/core/mad.c: fix use-after-release case by Adrian Bunk · 19 years ago
  47. eabc779 IB/umad: make sure write()s have sufficient data by Roland Dreier · 19 years ago
  48. 78b9c0f Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 19 years ago
  49. 94382f3 [IB] umad: further ib_unregister_mad_agent() deadlock fixes by Roland Dreier · 19 years ago
  50. 77369ed [IB] uverbs: have kernel return QP capabilities by Jack Morgenstein · 19 years ago
  51. ec914c5 [IB] umad: get rid of unused mr array by Roland Dreier · 19 years ago
  52. 40de2e5 [IB] Have cq_resize() method take an int, not int* by Roland Dreier · 19 years ago
  53. 2f76e82 [IB] umad: avoid potential deadlock when unregistering MAD agents by Roland Dreier · 19 years ago
  54. 6044ec8 [PATCH] kfree cleanup: misc remaining drivers by Jesper Juhl · 19 years ago
  55. 8c65b4a [PATCH] fix remaining missing includes by Tim Schmielau · 19 years ago
  56. 8b37b94 [IB] umad: two small fixes by Michael S. Tsirkin · 19 years ago
  57. ba77df5 Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 19 years ago
  58. 0c99cb6 [IB] umad: fix hot remove of IB devices by Roland Dreier · 19 years ago
  59. de6eb66 [IB] kzalloc() conversions by Roland Dreier · 19 years ago
  60. 7162a3e [IB] uverbs: Avoid NULL pointer deref on CQ async event by Roland Dreier · 19 years ago
  61. 4e57b68 [PATCH] fix missing includes by Tim Schmielau · 19 years ago
  62. 2d3c0b7 [PATCH] missing include in infiniband by Al Viro · 19 years ago
  63. 4cce339 [IB] fix up class_device_create() calls by Roland Dreier · 19 years ago
  64. 70a30e1 [IB] uverbs: Fix device lifetime problems by Roland Dreier · 19 years ago
  65. a74968f [IB] umad: Fix device lifetime problems by Roland Dreier · 19 years ago
  66. cb0f091 [IB] ib_umad: various cleanups by Sean Hefty · 19 years ago
  67. 089a1be [IB] ib_umad: fix crash when freeing send buffers by Roland Dreier · 19 years ago
  68. 7cc656e [IB] simplify mad_rmpp.c:alloc_response_msg() by Roland Dreier · 19 years ago
  69. 34816ad [IB] Fix MAD layer DMA mappings to avoid touching data buffer once mapped by Sean Hefty · 19 years ago
  70. ae7971a [IB] CM: Fix initialization of QP attributes for UC QPs. by Sean Hefty · 19 years ago
  71. ec329a1 Manual merge of for-linus to upstream (fix conflicts in drivers/infiniband/core/ucm.c) by Roland Dreier · 19 years ago
  72. 5d7edb3 [IB] Add idr_destroy() calls on module unload by Roland Dreier · 19 years ago
  73. bbf2078 [IB] user_mad: Use class_device.devt by Roland Dreier · 19 years ago
  74. 2e0c512 [IB] user_mad: trivial coding style fixes by Roland Dreier · 19 years ago
  75. 3910f44 [IB] cm: Add missing break in switch by Roland Dreier · 19 years ago
  76. ba8e931 [IB] Fail sysfs queries after device is unregistered by Roland Dreier · 19 years ago
  77. 762a03e [IB] ucm: quiet sparse warnings by Roland Dreier · 19 years ago
  78. 07d357d [IB] CM: bind IDs to a specific device by Sean Hefty · 19 years ago
  79. 595e726 [IB] merge ucm.h into ucm.c by Sean Hefty · 19 years ago
  80. 67cdb40 [IB] uverbs: Implement more commands by Roland Dreier · 19 years ago
  81. 883a99c [IB] uverbs: Add a mask of device methods allowed for userspace by Roland Dreier · 19 years ago
  82. 56c202d [IB] fail SA queries if device initialization failed by Roland Dreier · 19 years ago
  83. 305a7e8 [IB] uverbs: unlock correctly in error paths by Roland Dreier · 19 years ago
  84. 4ab6fb7 [IB] Fix leak on MAD initialization failure by Roland Dreier · 19 years ago
  85. 116c007 [IB] Check port number in ib_query_port()/ib_modify_port() by Roland Dreier · 19 years ago
  86. f575394 [IB] uverbs: reject invalid memory registration permission flags by Roland Dreier · 19 years ago
  87. 274c089 [IB] uverbs: Add device-specific ABI version attribute by Roland Dreier · 19 years ago
  88. eb9d3cd [IB] uverbs: Fix up resource creation error paths by Roland Dreier · 19 years ago
  89. 6b73597e [IB] uverbs: ABI-breaking fixes for userspace verbs by Roland Dreier · 19 years ago
  90. 0c33aee [IB] Add checks to multicast attach and detach by Jack Morgenstein · 19 years ago
  91. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  92. 63c47c2 [IB] uverbs: Close some exploitable races by Roland Dreier · 19 years ago
  93. f2065e4 [IB] Fix RMPP receive length calculation by Hal Rosenstock · 19 years ago
  94. 972d512 [IB] Add MAD data field size definitions by Sean Hefty · 19 years ago
  95. eff4c65 [PATCH] IB: Fix data length for RMPP SA sends by Hal Rosenstock · 19 years ago
  96. 9fe66df Merge master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 19 years ago
  97. 1b205c2 [PATCH] IB: fix CM use-after-free by Roland Dreier · 19 years ago
  98. 354ba39 [PATCH] IB CM: support CM redir by John Kingman · 19 years ago
  99. 63aaf64 Make sure that userspace does not retrieve stale asynchronous or by Roland Dreier · 19 years ago
  100. fbed8ee [PATCH] IB: Move SA attributes to ib_sa.h by Hal Rosenstock · 19 years ago