1. 1f11a76 RDMA: Check create_flags during create_qp by Jason Gunthorpe · 4 years, 4 months ago
  2. 1c407cb RDMA: Check flags during create_cq by Jason Gunthorpe · 4 years, 4 months ago
  3. 26e990b RDMA: Check attr_mask during modify_qp by Jason Gunthorpe · 4 years, 4 months ago
  4. 652caba RDMA: Check srq_type during create_srq by Jason Gunthorpe · 4 years, 4 months ago
  5. 5dee587 Merge branch 'mlx5_active_speed' into rdma.git for-next by Jason Gunthorpe · 4 years, 4 months ago
  6. 376ceb3 RDMA: Fix link active_speed size by Aharon Landau · 4 years, 4 months ago
  7. 1d4299e RDMA/ocrdma: Remove fbo from MR by Jason Gunthorpe · 4 years, 5 months ago
  8. b8387f8 RDMA/ocrdma: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count() by Jason Gunthorpe · 4 years, 5 months ago
  9. 89603f7 RDMA/umem: Replace for_each_sg_dma_page with rdma_umem_for_each_dma_block by Jason Gunthorpe · 4 years, 5 months ago
  10. 43d781b RDMA: Allow fail of destroy CQ by Leon Romanovsky · 4 years, 4 months ago
  11. 119181d RDMA: Restore ability to fail on SRQ destroy by Leon Romanovsky · 4 years, 4 months ago
  12. 91a7c58 RDMA: Restore ability to fail on PD deallocate by Leon Romanovsky · 4 years, 4 months ago
  13. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  14. 42a3b15 RDMA: Remove the udata parameter from alloc_mr callback by Gal Pressman · 4 years, 7 months ago
  15. 4d12c04 RDMA: Remove 'max_map_per_fmr' by Jason Gunthorpe · 4 years, 8 months ago
  16. 649392b RDMA: Remove 'max_fmr' by Jason Gunthorpe · 4 years, 8 months ago
  17. bb8865f RDMA/providers: Fix return value when QP type isn't supported by Kamal Heib · 5 years ago
  18. c320e52 IB: Allow calls to ib_umem_get from kernel ULPs by Moni Shoua · 5 years ago
  19. 72b894b IB/umem: remove the dmasync argument to ib_umem_get by Christoph Hellwig · 5 years ago
  20. 6135b71 RDMA/ocrdma: Remove unsupported modify_port callback by Kamal Heib · 5 years ago
  21. 72a7720 RDMA: Introduce ib_port_phys_state enum by Kamal Heib · 5 years ago
  22. 836a0fb RDMA: Check umem pointer validity prior to release by Leon Romanovsky · 6 years ago
  23. e39afe3 RDMA: Convert CQ allocations to be under core responsibility by Leon Romanovsky · 6 years ago
  24. a52c8e2 RDMA: Clean destroy CQ in drivers do not return errors by Leon Romanovsky · 6 years ago
  25. 4b38da7 RDMA/drivers: Convert easy drivers to use ib_device_set_netdev() by Jason Gunthorpe · 6 years ago
  26. 68e326d RDMA: Handle SRQ allocations by IB/core by Leon Romanovsky · 6 years ago
  27. ff23dfa IB: Pass only ib_udata in function prototypes by Shamir Rabinovitch · 6 years ago
  28. c4367a2 IB: Pass uverbs_attr_bundle down ib_x destroy path by Shamir Rabinovitch · 6 years ago
  29. a2a074e RDMA: Handle ucontext allocations by IB/core by Leon Romanovsky · 6 years ago
  30. be8c456 RDMA/ocrdma: Use for_each_sg_dma_page iterator on umem SGL by Shiraz, Saleem · 6 years ago
  31. 21a428a RDMA: Handle PD allocations by IB/core by Leon Romanovsky · 6 years ago
  32. 55c293c Merge branch 'devx-async' into k.o/for-next by Jason Gunthorpe · 6 years ago
  33. b188940 RDMA/ocrdma: Fix out of bounds index check in query pkey by Gal Pressman · 6 years ago
  34. b0ea0fa IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udata by Jason Gunthorpe · 6 years ago
  35. 750afb0 cross-tree: phase out dma_zalloc_coherent() by Luis Chamberlain · 6 years ago
  36. e00b64f RDMA: Cleanup undesired pd->uobject usage by Shamir Rabinovitch · 6 years ago
  37. 59590b8 IB/{mlx5,ocrdma,qedr,rxe}: Omit port validation from IB verbs by Yuval Shaia · 6 years ago
  38. d31131b RDMA: Remove unused parameter from ib_modify_qp_is_ok() by Kamal Heib · 6 years ago
  39. d34ac5c RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const by Bart Van Assche · 7 years ago
  40. f696bf6 RDMA: Constify the argument of the work request conversion functions by Bart Van Assche · 7 years ago
  41. beae9eb RDMA/ocrdma: Make ocrdma_destroy_qp() easier to analyze by Bart Van Assche · 7 years ago
  42. 2f944c0 RDMA: Fix storage of PortInfo CapabilityMask in the kernel by Jason Gunthorpe · 7 years ago
  43. 33023fb IB/core: add max_send_sge and max_recv_sge attributes by Steve Wise · 7 years ago
  44. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  45. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  46. 0e1f9b9 RDMA/providers: Simplify query_gid callback of RoCE providers by Parav Pandit · 7 years ago
  47. 115b68a IB/ocrdma: Removed GID add/del null routines by Parav Pandit · 7 years ago
  48. d78756d IB/ocrdma: Use zeroing memory allocator than allocator/memset by Himanshu Jha · 7 years ago
  49. 8b0c05d IB/ocrdma: Remove unneeded conversions to bool by Andrew F. Davis · 7 years ago
  50. 05a8a1c RDMA/ocrdma: Remove set-but-not-used variables by Bart Van Assche · 7 years ago
  51. 705dec3 RDMA/ocrdma: Suppress gcc 7 fall-through complaints by Bart Van Assche · 7 years ago
  52. f0c6e88 RDMA/ocrdma: Fix error codes in ocrdma_create_srq() by Dan Carpenter · 8 years ago
  53. dd75cfa RDMA/ocrdma: Fix an error code in ocrdma_alloc_pd() by Dan Carpenter · 8 years ago
  54. 44c5848 IB/core: Define 'ib' and 'roce' rdma_ah_attr types by Dasaratharaman Chandramouli · 8 years ago
  55. d8966fc IB/core: Use rdma_ah_attr accessor functions by Dasaratharaman Chandramouli · 8 years ago
  56. 3e7e119 IB: Replace ib_umem page_size by page_shift by Artemy Kovalyov · 8 years ago
  57. 004d18e RDMA/ocrdma: fix a type issue in ocrdma_put_pd_num() by Dan Carpenter · 8 years ago
  58. af17fe7 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  59. c4550c6 IB: Query ports via the core instead of direct into the driver by Or Gerlitz · 8 years ago
  60. db287ec RDMA/ocrdma: Replace BUG() with BUG_ON() by ssh10 · 8 years ago
  61. b9044ac Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  62. a7fe738 IB/ocrdma: Move user vendor structures by Leon Romanovsky · 8 years ago
  63. 3c199b4 RDMA/ocrdma: Fix the max_sge reported from FW by Selvin Xavier · 8 years ago
  64. 9aa8b32 IB/core: Enhance ib_map_mr_sg() by Bart Van Assche · 9 years ago
  65. ff2ba99 IB/core: Add passing an offset into the SG to ib_map_mr_sg by Christoph Hellwig · 9 years ago
  66. 95f60bb IB/ocrdma: Skip using unneeded intermediate variable by Markus Elfring · 9 years ago
  67. 0ca4c39 IB/ocrdma: Delete unnecessary variable initialisations in 11 functions by Markus Elfring · 9 years ago
  68. 6b06266 RDMA/ocrdma: Support RoCE-v2 in the UD path by Devesh Sharma · 9 years ago
  69. b41f785 RDMA/ocrdma: Fix arm logic to align with new cq API by Devesh Sharma · 9 years ago
  70. aff3ead RDMA/ocrdma: Fix pkey_index returned by driver in rq work completion by Selvin Xavier · 9 years ago
  71. 7d82df1 RDMA/ocrdma: populate max_sge_rd in device attributes by Selvin Xavier · 9 years ago
  72. 3b1ea43 RDMA/ocrdma: Depend on async link events from CNA by Devesh Sharma · 9 years ago
  73. b7d3e0a IB: remove support for phys MRs by Christoph Hellwig · 9 years ago
  74. 191cfed RDMA/ocrdma: Remove old FRWR API by Sagi Grimberg · 9 years ago
  75. 2eaa1c5 RDMA/ocrdma: Support the new memory registration API by Sagi Grimberg · 9 years ago
  76. 63e8790 Merge branch 'wr-cleanup' into k.o/for-4.4 by Doug Ledford · 9 years ago
  77. 55ee3ab IB/core: Add netdev and gid attributes paramteres to cache by Matan Barak · 9 years ago
  78. af74d19 RDMA/ocrdma: Prevent CQ-Doorbell floods by Devesh Sharma · 9 years ago
  79. e622f2f IB: split struct ib_send_wr by Christoph Hellwig · 9 years ago
  80. cc36929 RDMA/ocrdma: Incorporate the moving of GID Table mgmt to IB/Core by Somnath Kotur · 9 years ago
  81. cacb7d5 ocrdma: Support ib_alloc_mr verb by Sagi Grimberg · 9 years ago
  82. 71ee673 RDMA/ocrdma: update ocrdma license to dual-license by Devesh Sharma · 9 years ago
  83. f9d1b5a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 10 years ago
  84. 2528e33 IB/core: Pass hardware specific data in query_device by Matan Barak · 10 years ago
  85. bcf4c1e IB/core: Change provider's API of create_cq to be extendible by Matan Barak · 10 years ago
  86. 4dc5444 RDMA/ocrdma: fix double free on pd by Colin Ian King · 10 years ago
  87. 18eaf1f RDMA/ocrdma: Fix memory leak in _ocrdma_alloc_pd() by Roland Dreier · 10 years ago
  88. 59582d8 RDMA/ocrdma: Prevent allocation of DPP PDs if FW doesnt support it by Mitesh Ahuja · 10 years ago
  89. fe48822 RDMA/ocrdma: Fix QP state transition in destroy_qp by Devesh Sharma · 10 years ago
  90. 59a39ca3 RDMA/ocrdma: Fix off by one in ocrdma_query_gid() by Dan Carpenter · 10 years ago
  91. f3070e7 RDMA/ocrdma: Use unsigned for bit index by Rasmus Villemoes · 10 years ago
  92. ba64fdc RDMA/ocrdma: Help gcc generate better code for ocrdma_srq_toggle_bit by Rasmus Villemoes · 10 years ago
  93. 29565f2 RDMA/ocrdma: set vlan present bit for user AH by Devesh Sharma · 10 years ago
  94. d2b8f7b RDMA/ocrdma: remove reference of ocrdma_dev out of ocrdma_qp structure by Mitesh Ahuja · 10 years ago
  95. 380676e RDMA/ocrdma: Discontinue support of RDMA-READ-WITH-INVALIDATE by Devesh Sharma · 10 years ago
  96. 4b8180a RDMA/ocrdma: Host crash on destroying device resources by Mitesh Ahuja · 10 years ago
  97. 43c706b RDMA/ocrdma: Report correct state in ibv_query_qp by Padmanabh Ratnakar · 10 years ago
  98. ad56ebb RDMA/ocrdma: Debugfs enhancments for ocrdma driver by Selvin Xavier · 10 years ago
  99. 9ba1377 RDMA/ocrdma: Move PD resource management to driver. by Mitesh Ahuja · 10 years ago
  100. a7cfef2 Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'mlx4', 'ocrdma', 'odp' and 'srp' into for-next by Roland Dreier · 10 years ago