1. 26c4542 IB/user_mad: Fix buggy usage of port index by Ira Weiny · 9 years ago
  2. ab8be61 IB/user_mad: Use new start/end port functions by Ira Weiny · 9 years ago
  3. 0cf18d7 IB/core: Create common start/end port functions by Ira Weiny · 9 years ago
  4. 227128f IB/Verbs: Use management helper rdma_cap_eth_ah() by Michael Wang · 9 years ago
  5. 30a74ef IB/Verbs: Use management helper rdma_cap_af_ib() by Michael Wang · 9 years ago
  6. a31ad3b IB/Verbs: Use management helper rdma_cap_ib_mcast() by Michael Wang · 9 years ago
  7. fe53ba2 IB/Verbs: Use management helper rdma_cap_ib_sa() by Michael Wang · 9 years ago
  8. 0421533 IB/Verbs: Use management helper rdma_cap_iw_cm() by Michael Wang · 9 years ago
  9. 72219cea IB/Verbs: Use management helper rdma_cap_ib_cm() by Michael Wang · 9 years ago
  10. 29541e3 IB/Verbs: Use management helper rdma_cap_ib_smi() by Michael Wang · 9 years ago
  11. c757dea IB/Verbs: Use management helper rdma_cap_ib_mad() by Michael Wang · 9 years ago
  12. fef6090 IB/Verbs: Reform rest part in IB-core cma by Michael Wang · 9 years ago
  13. 7c11147 IB/Verbs: Reform cma_acquire_dev() by Michael Wang · 9 years ago
  14. 5c9a528 IB/Verbs: Reform mcast related part in IB-core cma by Michael Wang · 9 years ago
  15. c72f218 IB/Verbs: Reform route related part in IB-core cma by Michael Wang · 9 years ago
  16. 21655af IB/Verbs: Reform cm related part in IB-core cma/ucm by Michael Wang · 9 years ago
  17. 55045b2 IB/Verbs: Reform IB-core verbs by Michael Wang · 9 years ago
  18. 613466c IB/Verbs: Reform IB-core multicast by Michael Wang · 9 years ago
  19. 08e3681 IB/Verbs: Reform IB-core sa_query by Michael Wang · 9 years ago
  20. 091e6a4 IB/Verbs: Reform IB-core cm by Michael Wang · 9 years ago
  21. 827f2a8 IB/Verbs: Reform IB-core mad/agent/user_mad by Michael Wang · 9 years ago
  22. 6b90a6d IB/Verbs: Implement new callback query_protocol() by Michael Wang · 9 years ago
  23. ec04847 RDMA/core: Fix for parsing netlink string attribute by Tatyana Nikolova · 9 years ago
  24. 0d0f738 IB/core: Fix unaligned accesses by David Ahern · 9 years ago
  25. 471e705 IB/core: change rdma_gid2ip into void function as it always return zero by Honggang LI · 9 years ago
  26. 325ad06 IB/core: dma unmap optimizations by Guy Shapiro · 9 years ago
  27. c1d383b IB/core: dma map/unmap locking optimizations by Guy Shapiro · 9 years ago
  28. 6eec177 RDMA/core: Enable the iWarp Port Mapper to provide the actual address of the connecting peer to its clients by Tatyana Nikolova · 9 years ago
  29. 2852144 RDMA/CMA: Canonize IPv4 on IPV6 sockets properly by Jason Gunthorpe · 9 years ago
  30. c1c2fef Merge branches 'cve-fixup', 'ipoib', 'iser', 'misc-4.1', 'or-mlx4' and 'srp' into for-4.1 by Doug Ledford · 9 years ago
  31. a233c4b ib_uverbs: Fix pages leak when using XRC SRQs by Sébastien Dugué · 9 years ago
  32. 66578b0 IB/core: don't disallow registering region starting at 0x0 by Yann Droneaud · 9 years ago
  33. 8abaae6 IB/core: disallow registering 0-sized memory region by Yann Droneaud · 9 years ago
  34. 8494057 IB/uverbs: Prevent integer overflow in ib_umem_get address arithmetic by Shachar Raindel · 9 years ago
  35. 147d1da Merge branches 'core', 'cxgb4', 'iser', 'mlx4', 'mlx5', 'ocrdma', 'odp', 'qib' and 'srp' into for-next by Roland Dreier · 10 years ago
  36. f4056bf IB/core: Add on demand paging caps to ib_uverbs_ex_query_device by Haggai Eran · 10 years ago
  37. 02d1aa7 IB/core: Add support for extended query device caps by Eli Cohen · 10 years ago
  38. 4fc701e IB/core: Properly handle registration of on-demand paging MRs after dereg by Haggai Eran · 10 years ago
  39. 0fb8bcf IB/core: Fix deadlock on uverbs modify_qp error flow by Moshe Lazer · 10 years ago
  40. c2be9dc IB/core: When marshaling ucma path from user-space, clear unused fields by Ilya Nelkenbaum · 10 years ago
  41. 43c61165 Revert "IB/core: Add support for extended query device caps" by Yann Droneaud · 10 years ago
  42. 7e36ef8 IB/core: Temporarily disable ex_query_device uverb by Haggai Eran · 10 years ago
  43. a7cfef2 Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'mlx4', 'ocrdma', 'odp' and 'srp' into for-next by Roland Dreier · 10 years ago
  44. 882214e IB/core: Implement support for MMU notifiers regarding on demand paging regions by Haggai Eran · 10 years ago
  45. 8ada2c1 IB/core: Add support for on demand paging regions by Shachar Raindel · 10 years ago
  46. 860f10a IB/core: Add flags for on demand paging support by Sagi Grimberg · 10 years ago
  47. 5a77abf IB/core: Add support for extended query device caps by Eli Cohen · 10 years ago
  48. c5d76f1 IB/core: Add umem function to read data from user-space by Haggai Eran · 10 years ago
  49. 406f9e5 IB/core: Replace ib_umem's offset field with a full address by Haggai Eran · 10 years ago
  50. 346f98b IB/addr: Improve address resolution callback scheduling by Or Kehati · 10 years ago
  51. 514f3dd IB/core: Fix mgid key handling in SA agent multicast data-base by Jack Morgenstein · 10 years ago
  52. c1bd6cd IB/core: Do not resolve VLAN if already resolved by Moni Shoua · 10 years ago
  53. 7b909bb Merge branches 'core', 'cxgb4', 'iser', 'mlx5' and 'ocrdma' into for-next by Roland Dreier · 10 years ago
  54. a040f95 IB/core: Fix XRC race condition in ib_uverbs_open_qp by Jack Morgenstein · 10 years ago
  55. 8b0f93d IB/core: Clear AH attr variable to prevent garbage data by Devesh Sharma · 10 years ago
  56. 377b513 IB/core: Avoid leakage from kernel to user space by Eli Cohen · 10 years ago
  57. 3bdad2d Merge branches 'core', 'ipoib', 'iser', 'mlx4', 'ocrdma' and 'qib' into for-next by Roland Dreier · 10 years ago
  58. a59c585 IB/core: When marshaling uverbs path, clear unused fields by Matan Barak · 10 years ago
  59. 87773dd IB: ib_umem_release() should decrement mm->pinned_vm from ib_umem_get by Shawn Bohrer · 10 years ago
  60. d087f6a Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'iwcm', 'mad', 'misc', 'mlx4', 'mlx5', 'ocrdma' and 'srp' into for-next by Roland Dreier · 10 years ago
  61. 1471cb6 IB/mad: Add user space RMPP support by Ira Weiny · 10 years ago
  62. 0f29b46 IB/mad: add new ioctl to ABI to support new registration options by Ira Weiny · 10 years ago
  63. 9ad13a4 IB/mad: Add dev_notice messages for various umad/mad registration failures by Ira Weiny · 10 years ago
  64. 7ef5d4b IB/mad: Update module to [pr|dev]_* style print messages by Ira Weiny · 10 years ago
  65. f426a40 IB/umad: Update module to [pr|dev]_* style print messages by Ira Weiny · 10 years ago
  66. 2f0304d RDMA/iwcm: Use a default listen backlog if needed by Steve Wise · 10 years ago
  67. 7e6edb9 IB/core: Add user MR re-registration support by Matan Barak · 10 years ago
  68. eeaddf3 Merge branches 'core', 'cxgb3', 'cxgb4', 'iser', 'iwpm', 'misc', 'mlx4', 'mlx5', 'noio', 'ocrdma', 'qib', 'srp' and 'usnic' into for-next by Roland Dreier · 10 years ago
  69. 30dc5e6 RDMA/core: Add support for iWARP Port Mapper user space service by Tatyana Nikolova · 10 years ago
  70. 60e1751 IB/umad: Fix use-after-free on close by Bart Van Assche · 10 years ago
  71. 584482a IB/core: Fix kobject leak on device register error flow by Haggai Eran · 10 years ago
  72. cad6d02 IB/core: Fix port kobject deletion during error flow by Haggai Eran · 10 years ago
  73. 373c0ea IB/core: Remove unneeded kobject_get/put calls by Haggai Eran · 10 years ago
  74. 8385fd8 IB/core: Fix sparse warnings about redeclared functions by Roland Dreier · 10 years ago
  75. 5343c00 IB/mad: Fix sparse warning about gfp_t use by Roland Dreier · 10 years ago
  76. 8ec0a0e IB/umad: Fix error handling by Bart Van Assche · 10 years ago
  77. f7eaa7e Merge branches 'core', 'cxgb4', 'ip-roce', 'iser', 'misc', 'mlx4', 'nes', 'ocrdma', 'qib', 'sgwrapper', 'srp' and 'usnic' into for-next by Roland Dreier · 10 years ago
  78. b2853fd6 IB/core: Don't resolve passive side RoCE L2 address in CMA REQ handler by Moni Shoua · 10 years ago
  79. 2c34e68 IB/mad: Check and handle potential DMA mapping errors by Yan Burman · 10 years ago
  80. 1b01d33 IB/core: Introduce signature verbs API by Sagi Grimberg · 11 years ago
  81. 17cd3a2 IB/core: Introduce protected memory regions by Sagi Grimberg · 11 years ago
  82. eeb8461 IB: Refactor umem to use linear SG table by Yishai Hadas · 11 years ago
  83. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  84. fb1b503 Merge branch 'ip-roce' into for-next by Roland Dreier · 11 years ago
  85. 8f39992 Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', 'ocrdma', 'qib', 'srp' and 'usnic' into for-next by Roland Dreier · 11 years ago
  86. 0563310 IB/core: Fix unused variable warning by Or Gerlitz · 11 years ago
  87. 5462edd RDMA/cma: Handle global/non-linklocal IPv6 addresses in cma_check_linklocal() by Somnath Kotur · 11 years ago
  88. 990acea IB/cm: Fix missing unlock on error in cm_init_qp_rtr_attr() by Wei Yongjun · 11 years ago
  89. 2f85d24 IB/core: Make ib_addr a core IB module by Matan Barak · 11 years ago
  90. ed4c54e IB/core: Resolve Ethernet L2 addresses when modifying QP by Or Gerlitz · 11 years ago
  91. 7b85627 IB/cma: IBoE (RoCE) IP-based GID addressing by Moni Shoua · 11 years ago
  92. 5db5765 IB/core: Add support for RDMA_NODE_USNIC_UDP by Upinder Malhi · 11 years ago
  93. 63862b5 net: replace macros net_random and net_srandom with direct calls to prandom by Aruna-Hewapathirane · 11 years ago
  94. dd5f03b IB/core: Ethernet L2 attributes in verbs/cm structures by Matan Barak · 11 years ago
  95. 248567f IB/core: Add RDMA_TRANSPORT_USNIC_UDP by Upinder Malhi · 11 years ago
  96. 22f12c6 Merge branches 'cxgb4', 'flowsteer' and 'misc' into for-linus by Roland Dreier · 11 years ago
  97. 6cc3df8 IB/uverbs: Check access to userspace response buffer in extended command by Yann Droneaud · 11 years ago
  98. 6bcca3d IB/uverbs: Check input length in flow steering uverbs by Yann Droneaud · 11 years ago
  99. 98a3751 IB/uverbs: Set error code when fail to consume all flow_spec items by Yann Droneaud · 11 years ago
  100. c780d82 IB/uverbs: Check reserved fields in create_flow by Yann Droneaud · 11 years ago