1. fd4582a IB/addr: Correct CONFIG_IPv6 to CONFIG_IPV6 by Robert P. J. Day · 15 years ago
  2. bac5e54 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  3. 2c48b9c switch alloc_file() to passing struct path by Al Viro · 15 years ago
  4. 14f369d Merge branches 'amso1100', 'cma', 'cxgb3', 'ehca', 'ipath', 'ipoib', 'iser', 'misc', 'mlx4' and 'nes' into for-next by Roland Dreier · 15 years ago
  5. df42245 IB/uverbs: Fix return of PTR_ERR() of wrong pointer in ib_uverbs_get_context() by Roel Kluin · 15 years ago
  6. d14714d IB/addr: Fix IPv6 routing lookup by Sean Hefty · 15 years ago
  7. 923c100 IB/addr: Simplify resolving IPv4 addresses by Sean Hefty · 15 years ago
  8. 6f8372b RDMA/cm: fix loopback address support by Sean Hefty · 15 years ago
  9. c4315d8 IB/addr: Store net_device type instead of translating to RDMA transport by Sean Hefty · 15 years ago
  10. d2e0886 IB/addr: Verify source and destination address families match by Sean Hefty · 15 years ago
  11. 6266ed6 RDMA/cma: Replace net_device pointer with index by Sean Hefty · 15 years ago
  12. e2e6269 RDMA/cma: Fix AF_INET6 support in multicast joining by Jason Gunthorpe · 15 years ago
  13. 1c9b281 RDMA/cma: Correct detection of SA Created MGID by Jason Gunthorpe · 15 years ago
  14. 0f9ea5d RDMA/addr: Use appropriate locking with for_each_netdev() by Eric Dumazet · 15 years ago
  15. a7ca1f0 RDMA/ucma: Add option to manually set IB path by Sean Hefty · 15 years ago
  16. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  17. 85f20b3 RDMA/addr: Fix resolution of local IPv6 addresses by David J. Wilder · 15 years ago
  18. 54e05f1 RDMA/iwcm: Don't call provider reject func with irqs disabled by Steve Wise · 15 years ago
  19. a99bbaf headers: remove sched.h from poll.h by Alexey Dobriyan · 15 years ago
  20. 0e442af IB/mad: Fix lock-lock-timer deadlock in RMPP code by Roland Dreier · 15 years ago
  21. 73f526d Merge branch 'mad' into for-linus by Roland Dreier · 15 years ago
  22. cb58160 RDMA/iwcm: Reject the connection when the cm_id is destroyed by Steve Wise · 15 years ago
  23. b76aabc IB/mad: Allow tuning of QP0 and QP1 sizes by Hal Rosenstock · 15 years ago
  24. 6b2eef8 IB/mad: Fix possible lock-lock-timer deadlock by Roland Dreier · 15 years ago
  25. b1b8afb IB/uverbs: Return ENOSYS for unimplemented commands (not EINVAL) by Jack Morgenstein · 15 years ago
  26. e1d7806 IB/core: Fix send multicast group leave retry by Yossi Etigin · 15 years ago
  27. 6276e08 IB: Use DEFINE_SPINLOCK() for static spinlocks by Roland Dreier · 15 years ago
  28. 60f2b65 IB/mad: Check hop count field in directed route MAD to avoid array overflow by Roland Dreier · 15 years ago
  29. 716abb1 RDMA: Add __init/__exit macros to addr.c and cma.c by Peter Huewe · 15 years ago
  30. 3f7c58a infiniband: remove driver_data direct access of struct device by Greg Kroah-Hartman · 15 years ago
  31. d2ca39f RDMA/cma: Create cm id even when IB port is down by Yossi Etigin · 15 years ago
  32. 84adeee RDMA/cma: Use rate from IPoIB broadcast when joining IPoIB multicast groups by Yossi Etigin · 15 years ago
  33. 09f98ba Merge branches 'cxgb3', 'endian', 'ipath', 'ipoib', 'iser', 'mad', 'misc', 'mlx4', 'mthca', 'nes' and 'sysfs' into for-next by Roland Dreier · 15 years ago
  34. 6432f36 IB: Remove useless ibdev_is_alive() tests from sysfs code by Roland Dreier · 15 years ago
  35. 6b708b3 IB/sa_query: Fix AH leak due to update_sm_ah() race by Jack Morgenstein · 15 years ago
  36. 4780c19 IB/mad: Fix ib_post_send_mad() returning 0 with no generate send comp by Ralph Campbell · 15 years ago
  37. d9620a4 IB/mad: initialize mad_agent_priv before putting on lists by Ralph Campbell · 15 years ago
  38. 1d9bc6d6 IB/mad: Fix null pointer dereference in local_completions() by Ralph Campbell · 15 years ago
  39. 9206dff IB: Remove sysfs files before unregistering device by Roland Dreier · 15 years ago
  40. 9c3da09 IB: Remove __constant_{endian} uses by Harvey Harrison · 16 years ago
  41. d927e38 infiniband: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  42. 2c4ab62 RDMA/addr: Fix build breakage when IPv6 is disabled by Roland Dreier · 16 years ago
  43. 0191b62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 16 years ago
  44. 1f5175a RDMA/cma: Add IPv6 support by Aleksey Senin · 16 years ago
  45. 38617c6 RDMA/addr: Add support for translating IPv6 addresses by Aleksey Senin · 16 years ago
  46. 9eeda9a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  47. 233e70f saner FASYNC handling on file close by Al Viro · 16 years ago
  48. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  49. 8867cd7 infiniband: use %p6 for printing message ids by Harvey Harrison · 16 years ago
  50. 724bdd0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago
  51. 56f2fda Merge branches 'cma', 'cxgb3', 'ehca', 'ipoib', 'mad', 'mlx4' and 'nes' into for-next by Roland Dreier · 16 years ago
  52. 01e8ef1 x86: sysfs: kill owner field from attribute by Parag Warudkar · 16 years ago
  53. 91bd418 device create: infiniband: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  54. 52805174 IB/mad: Use krealloc() to resize snoop table by Roland Dreier · 16 years ago
  55. 6aea938 RDMA/ucma: Test ucma_alloc_multicast() return against NULL, not with IS_ERR() by Julien Brunel · 16 years ago
  56. eedd5d0 Merge branches 'cma', 'cxgb3', 'ehca', 'ipath', 'ipoib', 'mad', 'misc', 'mlx4', 'mthca' and 'nes' into for-next by Roland Dreier · 16 years ago
  57. a7e80ce IB/cm: Correctly free cm_device structure by Hefty, Sean · 16 years ago
  58. 7097228 IB/mad: Don't discard BMA responses in kernel by Michael Brooks · 16 years ago
  59. 06a91a0 Merge branches 'cma', 'cxgb3', 'ipath', 'ipoib', 'mad' and 'mlx4' into for-linus by Roland Dreier · 16 years ago
  60. cd55ef5 IB/mad: Test ib_create_send_mad() return with IS_ERR(), not == NULL by Julien Brunel · 16 years ago
  61. 3f44675 RDMA/cma: Remove padding arrays by using struct sockaddr_storage by Roland Dreier · 16 years ago
  62. 5ba18b1 RDMA/ucm: BKL is not needed for ib_ucm_open() by Roland Dreier · 16 years ago
  63. f7a6117 RDMA/ucma: BKL is not needed for ucma_open() by Roland Dreier · 16 years ago
  64. 5c40235 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago
  65. 2cc1773 Merge branches 'bkl-removal', 'cma', 'ehca', 'for-2.6.27', 'mlx4', 'mthca' and 'nes' into for-linus by Roland Dreier · 16 years ago
  66. 1ca8d15 RDMA/iwcm: Remove IB_ACCESS_LOCAL_WRITE from remote QP attributes by Dotan Barak · 16 years ago
  67. 64b784b IB/sa_query: Check if sm_ah is NULL in ib_sa_remove_one() by Ralph Campbell · 16 years ago
  68. 38ca83a RDMA/cma: Add RDMA_CM_EVENT_TIMEWAIT_EXIT event by Amir Vadai · 16 years ago
  69. dd5bdff RDMA/cma: Add RDMA_CM_EVENT_ADDR_CHANGE event by Or Gerlitz · 16 years ago
  70. 110cf37 infiniband: make cm_device use a struct device and not a kobject. by Greg Kroah-Hartman · 16 years ago
  71. d4c4196 infiniband: rename "device" to "ib_device" in cm_device by Greg Kroah-Hartman · 16 years ago
  72. de910bd RDMA/cma: Simplify locking needed for serialization of callbacks by Or Gerlitz · 16 years ago
  73. 64c5e61 RDMA/addr: Keep pointer to netdevice in struct rdma_dev_addr by Or Gerlitz · 16 years ago
  74. 7f624d0 RDMA/core: Add iWARP protocol statistics attributes in sysfs by Steve Wise · 16 years ago
  75. 468f223 RDMA/cma: Add missing newlines to printk()s by Roland Dreier · 16 years ago
  76. e5a5e7d IB/core: Reset to error QP state transition is not allowed by Ralph Campbell · 16 years ago
  77. 00f7ec3 RDMA/core: Add memory management extensions support by Steve Wise · 16 years ago
  78. f3781d2 RDMA: Remove subversion $Id tags by Roland Dreier · 16 years ago
  79. 164ba08 IB/sa: Fail requests made while creating new SM AH by Moni Shoua · 16 years ago
  80. a947491 RDMA: Fix license text by Sean Hefty · 16 years ago
  81. 2fceef3 Merge commit 'v2.6.26' into bkl-removal by Jonathan Corbet · 16 years ago
  82. feae1ef IB/umad: BKL is not needed for ib_umad_open() by Roland Dreier · 16 years ago
  83. 5b2d281 IB/uverbs: BKL is not needed for ib_uverbs_open() by Roland Dreier · 16 years ago
  84. 6b0ee36 infiniband-ucma: BKL pushdown by Arnd Bergmann · 16 years ago
  85. f2b9857 Add a bunch of cycle_kernel_lock() calls by Jonathan Corbet · 16 years ago
  86. 057e7c7 infiniband: more BKL pushdown by Jonathan Corbet · 16 years ago
  87. d21c95c Add "no BKL needed" comments to several drivers by Jonathan Corbet · 16 years ago
  88. fb77bce IB/uverbs: Fix check of is_closed flag check in ib_uverbs_async_handler() by Jack Morgenstein · 16 years ago
  89. 8079ffa IB/umem: Avoid sign problems when demoting npages to integer by Roland Dreier · 16 years ago
  90. c244827 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago
  91. 5a4f2b67 IB/mad: Fix kernel crash when .process_mad() returns SUCCESS|CONSUMED by Dave Olson · 16 years ago
  92. 6c06aec IB: fix race in device_create by Greg Kroah-Hartman · 16 years ago
  93. cb9fbc5 IB: expand ib_umem_get() prototype by Arthur Kepner · 16 years ago
  94. e80ab41 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 16 years ago
  95. f4e91eb IB: convert struct class_device to struct device by Tony Jones · 16 years ago
  96. 6188e10 Convert asm/semaphore.h users to linux/semaphore.h by Matthew Wilcox · 16 years ago
  97. 2dd5716 IB/core: Add support for modify CQ by Eli Cohen · 16 years ago
  98. 0f39cf3 IB/core: Add support for "send with invalidate" work requests by Roland Dreier · 16 years ago
  99. 7ce5eac IB/core: Check optional verbs before using them by Dotan Barak · 16 years ago
  100. b846f25 IB/core: Add creation flags to struct ib_qp_init_attr by Eli Cohen · 16 years ago