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