1. e8c8d1b idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.c by Tejun Heo · 12 years ago
  2. 3b069c5 IB/core: convert to idr_alloc() by Tejun Heo · 12 years ago
  3. 125c4c7 idr: rename MAX_LEVEL to MAX_IDR_LEVEL by Fengguang Wu · 12 years ago
  4. 87d4abd IB/cm: Destroy idr as part of the module init error flow by Dotan Barak · 12 years ago
  5. 2c9ede5 switch device_get_devnode() and ->devnode() to umode_t * by Al Viro · 13 years ago
  6. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  7. e4dd23d infiniband: Fix up module files that need to include module.h by Paul Gortmaker · 13 years ago
  8. 2622e18 IB/cm: Do not automatically disconnect XRC TGT QPs by Sean Hefty · 13 years ago
  9. ef70044 IB/cm: Update XRC support based on XRC annex errata by Sean Hefty · 13 years ago
  10. d26a360 IB/cm: Update protocol to support XRC by Sean Hefty · 13 years ago
  11. b2bc478 RDMA: Check for NULL mode in .devnode methods by Goldwyn Rodrigues · 13 years ago
  12. c3af098 IB: Add devnode methods to cm_class and umad_class by Roland Dreier · 13 years ago
  13. 8d8ac86 IB/cm: Cancel pending LAP message when exiting IB_CM_ESTABLISH state by Sean Hefty · 14 years ago
  14. 2996343 IB/cm: Bump reference count on cm_id before invoking callback by Sean Hefty · 14 years ago
  15. 50a025c IB/cm: Check LAP state before sending an MRA by Sean Hefty · 14 years ago
  16. 0eddb51 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 15 years ago
  17. 3e340c0 IB/cm: Fix device_create() return value check by Jani Nikula · 15 years ago
  18. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  19. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 15 years ago
  20. 9c3da09 IB: Remove __constant_{endian} uses by Harvey Harrison · 16 years ago
  21. 01e8ef1 x86: sysfs: kill owner field from attribute by Parag Warudkar · 16 years ago
  22. 91bd418 device create: infiniband: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  23. a7e80ce IB/cm: Correctly free cm_device structure by Hefty, Sean · 16 years ago
  24. 110cf37 infiniband: make cm_device use a struct device and not a kobject. by Greg Kroah-Hartman · 16 years ago
  25. d4c4196 infiniband: rename "device" to "ib_device" in cm_device by Greg Kroah-Hartman · 16 years ago
  26. f3781d2 RDMA: Remove subversion $Id tags by Roland Dreier · 16 years ago
  27. a88f488 IB/cm: Endianness annotations by Roland Dreier · 17 years ago
  28. 1b90c13 trivial endianness annotations: infiniband core by Al Viro · 17 years ago
  29. 84ba284 IB/cm: Flush workqueue when removing device by Sean Hefty · 17 years ago
  30. 7c7a9bc IB/cm: Fix infiniband_cm class kobject ref counting by Roland Dreier · 17 years ago
  31. ab64b96 IB/cm: Remove debug printk()s that snuck upstream by Roland Dreier · 17 years ago
  32. 3971c9f IB/cm: Add interim support for routed paths by Sean Hefty · 17 years ago
  33. 9af57b7 IB/cm: Add basic performance counters by Sean Hefty · 17 years ago
  34. de98b69 IB/cm: Modify interface to send MRAs in response to duplicate messages by Sean Hefty · 17 years ago
  35. 454a01e IB/cm: Make internal function cm_get_ack_delay() static by Roland Dreier · 17 years ago
  36. 6164c8c IB/cm: Send no match if a SIDR REQ does not match a listen by Sean Hefty · 17 years ago
  37. 29c2731 IB/cm: Fix handling of duplicate SIDR REQs by Sean Hefty · 17 years ago
  38. 1d84612 IB/cm: Include HCA ACK delay in local ACK timeout by Sean Hefty · 17 years ago
  39. 24be6e8 IB/cm: Use spin_lock_irq() instead of spin_lock_irqsave() when possible by Sean Hefty · 17 years ago
  40. d998ccc IB/cm: Fix stale connection detection by Sean Hefty · 17 years ago
  41. 9f81036c IB/cm: Improve local id allocation by Michael S. Tsirkin · 17 years ago
  42. 6473d16 PCI: Cleanup the includes of <linux/pci.h> by Jean Delvare · 18 years ago
  43. e971b8c IB/cm: Remove ca_guid from cm_device structure by Sean Hefty · 18 years ago
  44. 0fe313b RDMA/cma: Allow early transition to RTS to handle lost CM messages by Sean Hefty · 18 years ago
  45. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  46. e1444b5 IB/cm: Fix automatic path migration support by Sean Hefty · 18 years ago
  47. e31353ea RDMA/cm: Remove setting local write as part of QP access flags by Dotan Barak · 18 years ago
  48. bed8bdf IB: kmemdup() cleanup by Eric Sesterhenn · 18 years ago
  49. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  50. 82a9c16 IB/cm: Send DREP in response to unmatched DREQ by Sean Hefty · 18 years ago
  51. 8575329 IB/cm: Fix timewait crash after module unload by Sean Hefty · 18 years ago
  52. a70d059 IB/cm: Do not track remote QPN in timewait state by Michael S. Tsirkin · 18 years ago
  53. 07ebafb RDMA: iWARP Core Changes. by Tom Tucker · 18 years ago
  54. 3cd9656 IB: Whitespace fixes by Roland Dreier · 18 years ago
  55. f06d265 IB/cm: Randomize starting comm ID by Sean Hefty · 18 years ago
  56. 7684240 IB/cm: Use correct reject code for invalid GID by Sean Hefty · 18 years ago
  57. c1f250c IB/cm: Enable atomics along with RDMA reads by Sean Hefty · 18 years ago
  58. 75df23e IB/cm: Fix error handling in ib_send_cm_req by Sean Hefty · 18 years ago
  59. 04c3354 [PATCH] IB/cm: drop REQ when out of memory by Michael S. Tsirkin · 18 years ago
  60. 0d8fdfd IB/core: Set alternate port number when initializing QP attributes by Sean Hefty · 18 years ago
  61. ca222c6 IB/cm: Use address handle helpers by Sean Hefty · 18 years ago
  62. 75af908 IB/ucm: Get rid of duplicate P_Key parameter by Sean Hefty · 18 years ago
  63. 856c256 IB/cm: remove unneeded flush_workqueue by Michael S. Tsirkin · 18 years ago
  64. 6e61d04 IB/cm: Match connection requests based on private data by Sean Hefty · 18 years ago
  65. 1b52fa98 IB: refcount race fixes by Sean Hefty · 18 years ago
  66. 87fd1a1 IB/cm: Check cm_id state before handling a REP by Sean Hefty · 19 years ago
  67. 858119e [PATCH] Unlinline a bunch of other functions by Arjan van de Ven · 19 years ago
  68. cf311cd IB: Add node_guid to struct ib_device by Sean Hefty · 19 years ago
  69. de1bb1a IB/cm: avoid reusing local ID by Sean Hefty · 19 years ago
  70. 227eca8 IB/cm: correct reported reject code by Sean Hefty · 19 years ago
  71. de6eb66 [IB] kzalloc() conversions by Roland Dreier · 19 years ago
  72. 34816ad [IB] Fix MAD layer DMA mappings to avoid touching data buffer once mapped by Sean Hefty · 19 years ago
  73. ae7971a [IB] CM: Fix initialization of QP attributes for UC QPs. by Sean Hefty · 19 years ago
  74. ec329a1 Manual merge of for-linus to upstream (fix conflicts in drivers/infiniband/core/ucm.c) by Roland Dreier · 19 years ago
  75. 5d7edb3 [IB] Add idr_destroy() calls on module unload by Roland Dreier · 19 years ago
  76. 07d357d [IB] CM: bind IDs to a specific device by Sean Hefty · 19 years ago
  77. 1b205c2 [PATCH] IB: fix CM use-after-free by Roland Dreier · 19 years ago
  78. 354ba39 [PATCH] IB CM: support CM redir by John Kingman · 19 years ago
  79. a4d61e8 [PATCH] IB: move include files to include/rdma by Roland Dreier · 19 years ago
  80. 97f52eb [PATCH] IB: sparse endianness cleanup by Sean Hefty · 19 years ago
  81. a977049 [PATCH] IB: Add the kernel CM implementation by Hal Rosenstock · 19 years ago