1. 30dc5e6 RDMA/core: Add support for iWARP Port Mapper user space service by Tatyana Nikolova · 10 years ago
  2. b2853fd6 IB/core: Don't resolve passive side RoCE L2 address in CMA REQ handler by Moni Shoua · 10 years ago
  3. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  4. fb1b503 Merge branch 'ip-roce' into for-next by Roland Dreier · 11 years ago
  5. 5462edd RDMA/cma: Handle global/non-linklocal IPv6 addresses in cma_check_linklocal() by Somnath Kotur · 11 years ago
  6. 7b85627 IB/cma: IBoE (RoCE) IP-based GID addressing by Moni Shoua · 11 years ago
  7. 63862b5 net: replace macros net_random and net_srandom with direct calls to prandom by Aruna-Hewapathirane · 11 years ago
  8. dd5f03b IB/core: Ethernet L2 attributes in verbs/cm structures by Matan Barak · 11 years ago
  9. 1ea406c Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 11 years ago
  10. 352b905 RDMA/cma: Remove unused argument and minor dead code by Michal Nazarewicz · 11 years ago
  11. be9130c IB/cma: Check for GID on listening device first by Doug Ledford · 11 years ago
  12. 29f27e8 IB/cma: Use cached gids by Doug Ledford · 11 years ago
  13. eb072c4 RDMA/cma: Set IBoE SL (user-priority) by egress map when using vlans by Eyal Perry · 11 years ago
  14. 0bbf87d net ipv4: Convert ipv4.ip_local_port_range to be per netns v3 by Eric W. Biederman · 11 years ago
  15. 7c049d0 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 11 years ago
  16. 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
  17. 24d44a3 RDMA/cma: Add IPv6 support for iWARP by Steve Wise · 11 years ago
  18. 5eb695c RDMA/cma: Only call cma_save_ib_info() for CM REQs by Sean Hefty · 11 years ago
  19. e511d1a RDMA/cma: Fix accessing invalid private data for UD by Sean Hefty · 11 years ago
  20. 8fb488d7 RDMA/cma: Fix gcc warning by Paul Bolle · 11 years ago
  21. 8c6ffba PTR_RET is now PTR_ERR_OR_ZERO(): Replace most. by Rusty Russell · 11 years ago
  22. ce117ff RDMA/cma: Export AF_IB statistics by Sean Hefty · 11 years ago
  23. 5bc2b7b RDMA/ucma: Allow user space to specify AF_IB when joining multicast by Sean Hefty · 11 years ago
  24. cf53936 RDMA/cma: Export cma_get_service_id() by Sean Hefty · 11 years ago
  25. 94d0c93 RDMA/cma: Only listen on IB devices when using AF_IB by Sean Hefty · 11 years ago
  26. 5c43813 RDMA/cma: Set qkey for AF_IB by Sean Hefty · 11 years ago
  27. e8160e1 RDMA/cma: Expose private data when using AF_IB by Sean Hefty · 11 years ago
  28. fbaa1a6 RDMA/cma: Merge cma_get/save_net_info by Sean Hefty · 11 years ago
  29. 01602f1 RDMA/cma: Remove unused SDP related code by Sean Hefty · 11 years ago
  30. 496ce3c RDMA/cma: Add support for AF_IB to cma_get_service_id() by Sean Hefty · 11 years ago
  31. f68194c RDMA/cma: Add support for AF_IB to rdma_resolve_route() by Sean Hefty · 11 years ago
  32. f17df3b RDMA/cma: Add support for AF_IB to rdma_resolve_addr() by Sean Hefty · 11 years ago
  33. 4ae7152 RDMA/cma: Verify that source and dest sa_family are the same by Sean Hefty · 11 years ago
  34. b0569e4 RDMA/cma: Restrict AF_IB loopback to binding to IB devices only by Sean Hefty · 11 years ago
  35. f475383 RDMA/cma: Add helper functions to return id address information by Sean Hefty · 11 years ago
  36. 6a3e362 RDMA/cma: Do not modify sa_family when setting loopback address by Sean Hefty · 11 years ago
  37. 680f920 RDMA/cma: Allow user to specify AF_IB when binding by Sean Hefty · 11 years ago
  38. 58afdcb RDMA/cma: Update port reservation to support AF_IB by Sean Hefty · 11 years ago
  39. ef56086 IB/addr: Add AF_IB support to ip_addr_size by Sean Hefty · 11 years ago
  40. 2e2d190 RDMA/cma: Include AF_IB in loopback and any address checks by Sean Hefty · 11 years ago
  41. c8dea2f9 RDMA/cma: Allow enabling reuseaddr in any state by Sean Hefty · 11 years ago
  42. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  43. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  44. 3b069c5 IB/core: convert to idr_alloc() by Tejun Heo · 12 years ago
  45. 63f05be RDMA/cm: Change return value from find_gid_port() by shefty · 12 years ago
  46. 8dd9117 Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 12 years ago
  47. 809d5fc infiniband: pass rdma_cm module to netlink_dump_start by Gao feng · 12 years ago
  48. 4ede178 RDMA/cma: Check that retry count values are in range by Sean Hefty · 12 years ago
  49. 2a22fb8 RDMA/cma: Use consistent component mask for IPoIB port space multicast joins by Dotan Barak · 12 years ago
  50. 4e28904 RDMA/cma: Use PTR_RET rather than if (IS_ERR(...)) + PTR_ERR by Fengguang Wu · 12 years ago
  51. 089117e Merge branches 'cma', 'cxgb4', 'misc', 'mlx4-sriov', 'mlx-cleanups', 'ocrdma' and 'qib' into for-linus by Roland Dreier · 12 years ago
  52. d90f9b3 IB: Use IS_ENABLED(CONFIG_IPV6) by Roland Dreier · 12 years ago
  53. 6860212 RDMA/cma: Allow user to restrict listens to bound address family by Sean Hefty · 12 years ago
  54. 406b6a2 RDMA/cma: Listen on specific address family by Sean Hefty · 12 years ago
  55. 5b0ec99 RDMA/cma: Bind to a specific address family by Sean Hefty · 12 years ago
  56. 4dd81e8 RDMA/cma: QP type check on received REQs should be AND not OR by Sean Hefty · 12 years ago
  57. 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
  58. b6cec8a RDMA/cma: Fix lockdep false positive recursive locking by Sean Hefty · 12 years ago
  59. 366cddb IB/rdma_cm: TOS <=> UP mapping for IBoE by Amir Vadai · 12 years ago
  60. 48fa57a Merge tag 'infiniband-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
  61. 46ea506 RDMA/cma: Fix endianness bugs by Sean Hefty · 13 years ago
  62. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  63. 04ded16 RDMA/cma: Verify private data length by Sean Hefty · 13 years ago
  64. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  65. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  66. 504255f Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', 'misc', 'mlx4', 'misc', 'nes', 'qib' and 'xrc' into for-next by Roland Dreier · 13 years ago
  67. e4dd23d infiniband: Fix up module files that need to include module.h by Paul Gortmaker · 13 years ago
  68. 18c441a RDMA/cma: Support XRC QPs by Sean Hefty · 13 years ago
  69. 2d2e941 RDMA/cm: Define new RDMA port space specific to IB by Sean Hefty · 13 years ago
  70. 3ebeebc RDMA/iwcm: Propagate ird/ord values upwards by Kumar Sanghvi · 13 years ago
  71. f45ee80 RDMA/cma: Check for NULL conn_param in rdma_accept by Hefty, Sean · 13 years ago
  72. 9595480 RDMA/cma: Fix crash in cma_req_handler by Hefty, Sean · 13 years ago
  73. 2efdd6a RDMA/cma: Don't allow IPoIB port space for IBoE by Moni Shoua · 13 years ago
  74. 0c9361f RDMA/cma: Avoid assigning an IS_ERR value to cm_id pointer in CMA id object by Jack Morgenstein · 13 years ago
  75. 83e9502 RDMA/cma: Save PID of ID's owner by Nir Muchtar · 14 years ago
  76. 753f618 RDMA/cma: Add support for netlink statistics export by Nir Muchtar · 14 years ago
  77. b26f9b9 RDMA/cma: Pass QP type into rdma_create_id() by Sean Hefty · 14 years ago
  78. 550e5ca RDMA/cma: Export enum cma_state in <rdma/rdma_cm.h> by Nir Muchtar · 13 years ago
  79. a9bb791 RDMA/cma: Add an ID_REUSEADDR option by Hefty, Sean · 13 years ago
  80. 43b752d RDMA/cma: Fix handling of IPv6 addressing in cma_use_port by Hefty, Sean · 13 years ago
  81. a396d43 RDMA/cma: Replace global lock in rdma_destroy_id() with id-specific one by Sean Hefty · 14 years ago
  82. 25ae21a RDMA/cma: Fix crash in request handlers by Sean Hefty · 14 years ago
  83. af7bd46 IB/core: Add VLAN support for IBoE by Eli Cohen · 14 years ago
  84. 3c86aa7 RDMA/cm: Add RDMA CM support for IBoE devices by Eli Cohen · 14 years ago
  85. ffebedb Merge branches 'amso1100', 'bkl', 'cma', 'cxgb3', 'cxgb4', 'ipoib', 'iser', 'masked-atomics', 'misc', 'mthca' and 'nes' into for-next by Roland Dreier · 14 years ago
  86. 9893e74 IB/core: Use kmemdup() instead of kmalloc()+memcpy() by Julia Lawall · 14 years ago
  87. 5d7220e8 RDMA/cma: Randomize local port allocation by Tetsuo Handa · 14 years ago
  88. 0eddb51 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 14 years ago
  89. ae2d929 RDMA/cm: Set num_paths when manually assigning path records by Sean Hefty · 14 years ago
  90. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  91. 8523c04 RDMA/cm: Revert association of an RDMA device when binding to loopback by Sean Hefty · 15 years ago
  92. fd4582a IB/addr: Correct CONFIG_IPv6 to CONFIG_IPV6 by Robert P. J. Day · 15 years ago
  93. d14714d IB/addr: Fix IPv6 routing lookup by Sean Hefty · 15 years ago
  94. 6f8372b RDMA/cm: fix loopback address support by Sean Hefty · 15 years ago
  95. c4315d8 IB/addr: Store net_device type instead of translating to RDMA transport by Sean Hefty · 15 years ago
  96. 6266ed6 RDMA/cma: Replace net_device pointer with index by Sean Hefty · 15 years ago
  97. e2e6269 RDMA/cma: Fix AF_INET6 support in multicast joining by Jason Gunthorpe · 15 years ago
  98. 1c9b281 RDMA/cma: Correct detection of SA Created MGID by Jason Gunthorpe · 15 years ago
  99. 716abb1 RDMA: Add __init/__exit macros to addr.c and cma.c by Peter Huewe · 15 years ago
  100. d2ca39f RDMA/cma: Create cm id even when IB port is down by Yossi Etigin · 15 years ago