1. 7c049d0 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 11 years ago
  2. 27703bb Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  3. 82af24a Merge branches 'cxgb4', 'flowsteer', 'ipoib', 'iser', 'mlx4', 'ocrdma' and 'qib' into for-next by Roland Dreier · 11 years ago
  4. 22878db IB/core: Better checking of userspace values for receive flow steering by Matan Barak · 11 years ago
  5. 436f2ad IB/core: Export ib_create/destroy_flow through uverbs by Hadar Hen Zion · 11 years ago
  6. 400dbc9 IB/core: Infrastructure for extensible uverbs commands by Igor Ivanov · 11 years ago
  7. 319a441 IB/core: Add receive flow steering support by Hadar Hen Zion · 11 years ago
  8. 846be90 IB/core: Fixes to XRC reference counting in uverbs by Yishai Hadas · 11 years ago
  9. 73c40c6 IB/core: Add locking around event dispatching on XRC target QPs by Yishai Hadas · 11 years ago
  10. 24d44a3 RDMA/cma: Add IPv6 support for iWARP by Steve Wise · 11 years ago
  11. 569935d Merge branches 'cma', 'cxgb3', 'cxgb4', 'ipoib', 'misc', 'mlx4', 'mlx5', 'nes', 'ocrdma' and 'qib' into for-next by Roland Dreier · 11 years ago
  12. ef5ed41 IB/core: Create QP1 using the pkey index which contains the default pkey by Jack Morgenstein · 11 years ago
  13. 5eb695c RDMA/cma: Only call cma_save_ib_info() for CM REQs by Sean Hefty · 11 years ago
  14. e511d1a RDMA/cma: Fix accessing invalid private data for UD by Sean Hefty · 11 years ago
  15. 8fb488d7 RDMA/cma: Fix gcc warning by Paul Bolle · 11 years ago
  16. 8c6ffba PTR_RET is now PTR_ERR_OR_ZERO(): Replace most. by Rusty Russell · 11 years ago
  17. c552441 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 11 years ago
  18. 496322b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  19. 0eba551 Merge branches 'af_ib', 'cxgb4', 'misc', 'mlx5', 'ocrdma', 'qib' and 'srp' into for-next by Roland Dreier · 11 years ago
  20. da183c7 IB/uverbs: Use get_unused_fd_flags(O_CLOEXEC) instead of get_unused_fd() by Roland Dreier · 11 years ago
  21. 02aa2a3 drivers: avoid format string in dev_set_name by Kees Cook · 11 years ago
  22. 80b1504 IB/core: Fix error return code in add_port() by Wei Yongjun · 11 years ago
  23. ce117ff RDMA/cma: Export AF_IB statistics by Sean Hefty · 11 years ago
  24. 5bc2b7b RDMA/ucma: Allow user space to specify AF_IB when joining multicast by Sean Hefty · 11 years ago
  25. 209cf2a RDMA/ucma: Allow user space to pass AF_IB into resolve by Sean Hefty · 11 years ago
  26. eebe4c3 RDMA/ucma: Allow user space to bind to AF_IB by Sean Hefty · 11 years ago
  27. 05ad945 RDMA/ucma: Name changes to indicate only IP addresses supported by Sean Hefty · 11 years ago
  28. edaa7a5 RDMA/ucma: Add ability to query GID addresses by Sean Hefty · 11 years ago
  29. cf53936 RDMA/cma: Export cma_get_service_id() by Sean Hefty · 11 years ago
  30. ac53b26 RDMA/ucma: Support querying when IB paths are not reversible by Sean Hefty · 11 years ago
  31. 2e08b58 IB/sa: Export function to pack a path record into wire format by Sean Hefty · 11 years ago
  32. ee7aed4 RDMA/ucma: Support querying for AF_IB addresses by Sean Hefty · 11 years ago
  33. 94d0c93 RDMA/cma: Only listen on IB devices when using AF_IB by Sean Hefty · 11 years ago
  34. 5c43813 RDMA/cma: Set qkey for AF_IB by Sean Hefty · 11 years ago
  35. e8160e1 RDMA/cma: Expose private data when using AF_IB by Sean Hefty · 11 years ago
  36. fbaa1a6 RDMA/cma: Merge cma_get/save_net_info by Sean Hefty · 11 years ago
  37. 01602f1 RDMA/cma: Remove unused SDP related code by Sean Hefty · 11 years ago
  38. 496ce3c RDMA/cma: Add support for AF_IB to cma_get_service_id() by Sean Hefty · 11 years ago
  39. f68194c RDMA/cma: Add support for AF_IB to rdma_resolve_route() by Sean Hefty · 11 years ago
  40. f17df3b RDMA/cma: Add support for AF_IB to rdma_resolve_addr() by Sean Hefty · 11 years ago
  41. 4ae7152 RDMA/cma: Verify that source and dest sa_family are the same by Sean Hefty · 11 years ago
  42. b0569e4 RDMA/cma: Restrict AF_IB loopback to binding to IB devices only by Sean Hefty · 11 years ago
  43. f475383 RDMA/cma: Add helper functions to return id address information by Sean Hefty · 11 years ago
  44. 6a3e362 RDMA/cma: Do not modify sa_family when setting loopback address by Sean Hefty · 11 years ago
  45. 680f920 RDMA/cma: Allow user to specify AF_IB when binding by Sean Hefty · 11 years ago
  46. 58afdcb RDMA/cma: Update port reservation to support AF_IB by Sean Hefty · 11 years ago
  47. ef56086 IB/addr: Add AF_IB support to ip_addr_size by Sean Hefty · 11 years ago
  48. 2e2d190 RDMA/cma: Include AF_IB in loopback and any address checks by Sean Hefty · 11 years ago
  49. c8dea2f9 RDMA/cma: Allow enabling reuseaddr in any state by Sean Hefty · 11 years ago
  50. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  51. ea9627c Merge branches 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 'srp' into for-next by Roland Dreier · 11 years ago
  52. e413a823 RDMA/iwcm: Don't touch cmid after dropping reference by Steve Wise · 11 years ago
  53. eec9e29 IB/core: Verify that QP handler is valid before dispatching events by Shlomo Pongratz · 11 years ago
  54. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  55. e8c8d1b idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.c by Tejun Heo · 12 years ago
  56. 3b069c5 IB/core: convert to idr_alloc() by Tejun Heo · 12 years ago
  57. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  58. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  59. 6b52a12 IB/uverbs: Implement memory windows support in uverbs by Shani Michaeli · 12 years ago
  60. 7083e42 IB/core: Add "type 2" memory windows support by Shani Michaeli · 12 years ago
  61. 63f05be RDMA/cm: Change return value from find_gid_port() by shefty · 12 years ago
  62. 8dd9117 Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 12 years ago
  63. ca4da69 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 12 years ago
  64. 809d5fc infiniband: pass rdma_cm module to netlink_dump_start by Gao feng · 12 years ago
  65. 125c4c7 idr: rename MAX_LEVEL to MAX_IDR_LEVEL by Fengguang Wu · 12 years ago
  66. 4ede178 RDMA/cma: Check that retry count values are in range by Sean Hefty · 12 years ago
  67. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  68. 7a9a297 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 12 years ago
  69. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  70. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  71. d172f5a Merge branches 'cma', 'cxgb4', 'ipoib', 'mlx4', 'mlx4-sriov', 'nes', 'qib' and 'srp' into for-linus by Roland Dreier · 12 years ago
  72. 73aaa74 IB/core: Add ib_find_exact_cached_pkey() by Jack Morgenstein · 12 years ago
  73. ff7166c IB/core: Handle table with full and partial membership for the same P_Key by Jack Morgenstein · 12 years ago
  74. 2a22fb8 RDMA/cma: Use consistent component mask for IPoIB port space multicast joins by Dotan Barak · 12 years ago
  75. d8c9166 IB/core: Remove unused variables in ucm/ucma by Dotan Barak · 12 years ago
  76. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  77. 88b428d switch infinibarf users of fget() to fget_light() by Al Viro · 12 years ago
  78. 9f00d97 netlink: hide struct module parameter in netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  79. 136b572 workqueue: deprecate __cancel_delayed_work() by Tejun Heo · 12 years ago
  80. e7c2f96 workqueue: use mod_delayed_work() instead of __cancel + queue by Tejun Heo · 12 years ago
  81. 41f63c5 workqueue: use mod_delayed_work() instead of cancel + queue by Tejun Heo · 12 years ago
  82. 418edaa RDMA/ucma.c: Fix for events with wrong context on iWARP by Tatyana Nikolova · 12 years ago
  83. 0764c76 RDMA/ucma: Convert open-coded equivalent to memdup_user() by Roland Dreier · 12 years ago
  84. 4e28904 RDMA/cma: Use PTR_RET rather than if (IS_ERR(...)) + PTR_ERR by Fengguang Wu · 12 years ago
  85. 5dedb9f Merge tag 'rdma-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 12 years ago
  86. 089117e Merge branches 'cma', 'cxgb4', 'misc', 'mlx4-sriov', 'mlx-cleanups', 'ocrdma' and 'qib' into for-linus by Roland Dreier · 12 years ago
  87. 87d4abd IB/cm: Destroy idr as part of the module init error flow by Dotan Barak · 12 years ago
  88. 3045f09 IB/core: Move CM_xxx_ATTR_ID macros from cm_msgs.h to ib_cm.h by Jack Morgenstein · 12 years ago
  89. aeab97e IB/sa: Add GuidInfoRecord query support by Erez Shitrit · 12 years ago
  90. d90f9b3 IB: Use IS_ENABLED(CONFIG_IPV6) by Roland Dreier · 12 years ago
  91. 6860212 RDMA/cma: Allow user to restrict listens to bound address family by Sean Hefty · 12 years ago
  92. 406b6a2 RDMA/cma: Listen on specific address family by Sean Hefty · 12 years ago
  93. 5b0ec99 RDMA/cma: Bind to a specific address family by Sean Hefty · 12 years ago
  94. a31f2d1 netlink: add netlink_kernel_cfg parameter to netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  95. b26d344 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  96. e052733 infiniband: netlink: Move away from NLMSG_NEW(). by David S. Miller · 12 years ago
  97. 4dd81e8 RDMA/cma: QP type check on received REQs should be AND not OR by Sean Hefty · 12 years ago
  98. c23ddf7 Merge tag 'rdma-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 12 years ago
  99. cc16916 Merge branches 'core', 'cxgb4', 'ipath', 'iser', 'lockdep', 'mlx4', 'nes', 'ocrdma', 'qib' and 'raw-qp' into for-linus by Roland Dreier · 12 years ago
  100. c4870eb IB/core: Fix mismatch between locked and pinned pages by Yishai Hadas · 12 years ago