1. d45834e Merge pull request #1770 from jpirko/wip_ibv_buf_fd by Yishai Hadas · 9 days ago master
  2. b937d01 Merge pull request #1774 from abhijitG-xlnx/qp_attr_ex by Leon Romanovsky · 10 days ago
  3. 58b0316 Merge pull request #1776 from BatshevaBlack/rsocket_epoll by Leon Romanovsky · 10 days ago
  4. 41f40ac Merge pull request #1769 from yishaih/verbs_misc by Yishai Hadas · 10 days ago
  5. 96b5621 librdmacm: Add epoll support to librspreload by Batsheva Black · 10 days ago
  6. c966197 librdmacm: Add repoll create, control, and wait support by Batsheva Black · 10 days ago
  7. 0b10cda librdmacm: cm_svc: don't dispatch stale CM events after add/remove by Batsheva Black · 2 weeks ago
  8. 7f67278 librdmacm: reject negative indexes in idm_lookup by Batsheva Black · 3 weeks ago
  9. a5694c4 buildlib: Fix typos in sparse stdatomic.h compare-exchange macro by Batsheva Black · 3 months ago
  10. 3c78754 ionic: Add IBV_QP_INIT_ATTR_SEND_OPS_FLAGS support for create_qp_ex by Allen Hubbe · 2 weeks ago
  11. c8fe8e7 tests: Cover DMA-buf fd export for ibv_buf by Jiri Pirko · 4 weeks ago
  12. 7f18b0e pyverbs: Add DMA-buf fd export for Buf by Jiri Pirko · 4 weeks ago
  13. 64bc03b libibverbs: Add DMA-buf fd export for ibv_buf by Jiri Pirko · 4 weeks ago
  14. 9a645e4 ibstat: show effective port bandwidth using ibv_query_port_speed() by Or Har-Toov · 6 weeks ago
  15. b8675ba libibverbs: show effective port bandwidth in ibv_devinfo by Or Har-Toov · 7 weeks ago
  16. 5a8b665 Update library version to be 65.0 by Leon Romanovsky · 3 weeks ago
  17. f272237 Merge pull request #1767 from qvicksilver/fix-cache-timeout-ports by Leon Romanovsky · 4 weeks ago v64.0
  18. a07758d Merge pull request #1768 from amzn/query_port_speed by Leon Romanovsky · 4 weeks ago
  19. 9143bdd Merge pull request #1748 from jpirko/wip_umem_attrs_and_cc by Yishai Hadas · 4 weeks ago
  20. 475b17a tests: Add tests for ibv_buf provider-aware buffers by Jiri Pirko · 8 weeks ago
  21. 3a4a255 pyverbs: Remove MREx.close() override to fix deallocation crash by Jiri Pirko · 5 weeks ago
  22. b882686 pyverbs: Add ibv_buf provider-aware buffer support by Jiri Pirko · 8 weeks ago
  23. 5f7a972 pyverbs: Add ParentDomain CC unprotected alloc by Jiri Pirko · 8 weeks ago
  24. 6a0ddf1 pyverbs: Add parent domain CC unprotected flag by Jiri Pirko · 7 weeks ago
  25. f0d3f29 pyverbs: Add CoCo DMA bounce device cap flag by Jiri Pirko · 7 weeks ago
  26. 98d1e04 rc_pingpong: Add unprotected memory allocation for CoCo guests by Jiri Pirko · 5 months ago
  27. d623370 rc_pingpong: Move buffer allocation after PD setup by Jiri Pirko · 5 months ago
  28. 925a34a mlx5: Pass per-buffer dmabuf UMEM attrs to kernel by Jiri Pirko · 3 months ago
  29. f6bbcda mlx5: Implement ibv_alloc_buf/ibv_free_buf ops by Jiri Pirko · 5 months ago
  30. 0d19256 mlx5: Add DMA-buf heap and CoCo shared allocation support by Jiri Pirko · 5 months ago
  31. dd6a30a mlx5: Adopt struct ibv_buf for internal buffer allocations by Jiri Pirko · 4 months ago
  32. 684944b libibverbs: Add internal DMA-buf heap allocator library by Jiri Pirko · 5 months ago
  33. 97de057 libibverbs: Extend ibv_cmd_create_qp_ex2() with driver chain by Jiri Pirko · 3 months ago
  34. c9e2d0b libibverbs: Add per-buffer UMEM helper by Jiri Pirko · 3 months ago
  35. e808e84 libibverbs: Add CoCo DMA bounce flag by Jiri Pirko · 5 months ago
  36. 3cb2879 libibverbs: Add parent domain ALLOW_CC_UNPROTECTED_ALLOC flag by Jiri Pirko · 5 months ago
  37. e5c8afe libibverbs: Fall back to the write ABI in ibv_cmd_reg_mr_ex() by Yishai Hadas · 5 weeks ago
  38. 37ca6c1 libibverbs: Add ibv_reg_buf_mr() for provider-aware buffers by Jiri Pirko · 5 months ago
  39. 91f6baf libibverbs: Accept ibv_buf in ibv_reg_mr_ex() by Jiri Pirko · 7 weeks ago
  40. 1e4eae7 libibverbs: Fall back to legacy ops in default reg_mr_ex by Jiri Pirko · 6 weeks ago
  41. 7bfc689 libibverbs: Add ibv_alloc_buf/ibv_free_buf verbs API by Jiri Pirko · 5 months ago
  42. fb6b027 libibverbs: Add dmabuf fd field to struct ibv_buf by Jiri Pirko · 4 months ago
  43. 9ff1bbd libibverbs: Introduce struct ibv_buf for common buffer description by Jiri Pirko · 4 months ago
  44. 2e5f54e Update kernel headers by Yishai Hadas · 5 weeks ago
  45. 45c66ed libibverbs: Set vmr->access in ibv_cmd_reg_mr_ex() by Yishai Hadas · 5 weeks ago
  46. df25277 efa: Add support for the query port speed verb by Tom Sela · 5 weeks ago
  47. de83d1c libibnetdisc: keep cache loadable after port timeouts by Jonathan Süssemilch Poulain · 5 weeks ago
  48. 1d06522 Merge pull request #1759 from qvicksilver/pkey-idx by Leon Romanovsky · 5 weeks ago
  49. 1efbcbf libibmad: echo the request P_Key index on MAD responses by Jonathan Süssemilch Poulain · 6 weeks ago
  50. bdf0a8f infiniband-diags: add common -Y/--pkey-idx option by Jonathan Süssemilch Poulain · 6 weeks ago
  51. a67c2f9 Merge pull request #1764 from amzn/memset_optimization by Leon Romanovsky · 5 weeks ago
  52. e604aff Merge pull request #1763 from abhijitG-xlnx/manpage by Leon Romanovsky · 5 weeks ago
  53. 68730b5 Merge pull request #1762 from abhijitG-xlnx/td by Leon Romanovsky · 5 weeks ago
  54. 0afcf53 Merge pull request #1760 from amzn/efa4 by Leon Romanovsky · 5 weeks ago
  55. 66fcb26 libibnetdisc: guard against NULL remoteport in chassis grouping by Jonathan Süssemilch Poulain · 5 weeks ago
  56. 73bf0cd efa: Optimize WR memset on WR creation by Yonatan Nachum · 5 weeks ago
  57. 9c61d55 ionic: Add man pages for ionic direct verbs API by Leon Romanovsky · 3 months ago
  58. 0a03e4c ionic: Add thread domain support for lockless operation by Abhijit Gangurde · 3 months ago
  59. 8b1a1e9 efa: Add EFA 0xefa4 PCI ID by Anas Mousa · 6 weeks ago
  60. 213649e Merge pull request #1757 from hginjgerx/fix by Leon Romanovsky · 6 weeks ago
  61. 7ed105b Merge pull request #1756 from ShacharKagan/import-devx-qp-rate by Leon Romanovsky · 6 weeks ago
  62. 145d70a libhns: Inline set extend atomic seg() to improve performance by Junxian Huang · 6 weeks ago
  63. 595fec3 libhns: Optimize memory allocation to reduce page faults by Chengchang Tang · 6 weeks ago
  64. c30047f tests: Add RAW QP rate limit modification test by Daniel Hayon · 6 months ago
  65. bd631f2 pyverbs: Add QP rate limit modification support by Daniel Hayon · 6 months ago
  66. 9e0fec2 tests: Add UMEM and DevX export/import tests by Linoy Ganti · 5 months ago
  67. c7fafed pyverbs: Add DevX and UMEM export/import support by Linoy Ganti · 5 months ago
  68. d0046cd tests: Add MLX5 VAR TLP alloc and import tests by Linoy Ganti · 6 months ago
  69. 48357ab pyverbs: Add VAR export/import and TLP support by Ido Kalir · 8 months ago
  70. e56695b Merge pull request #1746 from hector-cao/fix-preload-build-error by Leon Romanovsky · 7 weeks ago
  71. d20d0da librdmacm/preload.c: fix duplicate LFS symbols definitions by Hector Cao · 9 weeks ago
  72. aa2c433 Merge pull request #1749 from ez-lbz/fix-node-name-map-duplicate by Leon Romanovsky · 7 weeks ago
  73. a7453f8 Merge pull request #1750 from mazorasaf/increase_max_ports by Leon Romanovsky · 7 weeks ago
  74. f710865 Merge pull request #1744 from jeholza/rxe-fix-wr-set-sge-list by Leon Romanovsky · 7 weeks ago
  75. c158c93 Merge pull request #1745 from nmorey/dev/master/systemd by Leon Romanovsky · 7 weeks ago
  76. fb62230 suse: use ldconfig_scriptlets by Dirk Müller · 9 weeks ago
  77. bc3e02c suse: drop dependency from libibverbs to rdma-core by Dirk Müller · 9 weeks ago
  78. 7b1589e cbuild: bump leap to 16.0 by Nicolas Morey · 8 weeks ago
  79. 406cd2a rxe: Fix dma.length computation in wr_set_sge_list by Jared Holzman · 9 weeks ago
  80. 7bc02c3 libibumad: Increase max ports supported to 192 by Asaf Mazor · 8 weeks ago
  81. a4da21a Merge pull request #1752 from liuyi-thu/rxe-fix-inline-sge-length-overflow by Leon Romanovsky · 8 weeks ago
  82. b675739 Merge pull request #1751 from liuyi-thu/rxe-fix-inline-data-list-overflow by Leon Romanovsky · 8 weeks ago
  83. a189e25 Merge pull request #1747 from Flowdalic/fix-efa-verbs by Leon Romanovsky · 8 weeks ago
  84. 665294c providers/rxe: Avoid 32-bit overflow when validating inline send length by Yi Liu · 8 weeks ago
  85. 1e8ed0a providers/rxe: Fix missing length accumulation in wr_set_inline_data_list by Yi Liu · 8 weeks ago
  86. 70587e6 util: Fix node name map duplicate issue by Bingzhuo Li · 8 weeks ago
  87. 1596afe providers/efa: Fix build failure when LTTNG is enabled by Florian Schmaus · 8 weeks ago
  88. 6c11a26 Merge pull request #1743 from yishaih/mlx5_misc by Yishai Hadas · 9 weeks ago
  89. 45184d2 mlx5: Fix inline-scatter source address on 128B CQE REQ completions by Yishai Hadas · 2 months ago
  90. 1c73934 Merge pull request #1741 from jpirko/wip_sf_renames by Leon Romanovsky · 2 months ago
  91. 8284c5a Merge pull request #1742 from hginjgerx/fix by Leon Romanovsky · 2 months ago
  92. be4e4bf libhns: Fix UD 0 msg length err using new post send by Junxian Huang · 2 months ago
  93. e9de4bb kernel-boot: Add naming support for sub-function (SF) RDMA devices by Jiri Pirko · 3 months ago
  94. e952c49 Merge pull request #1739 from amzn/processing-hints by Leon Romanovsky · 2 months ago
  95. a68c2a6 Merge pull request #1727 from nmorey/dev/factory/suse-spec by Leon Romanovsky · 2 months ago
  96. bed66fa Merge pull request #1725 from EdwardSro/pr-rdma-topo by Jason Gunthorpe · 3 months ago
  97. a519952 Merge pull request #1738 from selvintxavier/bug_fixes by Jason Gunthorpe · 3 months ago
  98. b53605f Merge pull request #1737 from pentschev/cmake-allow-sysusersdir-override by Jason Gunthorpe · 3 months ago
  99. 2fa5086 pyverbs/efa: Add processing hints support by Michael Margolin · 3 months ago
  100. e89166b providers/efa: Add processing hints work request setter by Michael Margolin · 3 months ago