summaryrefslogtreecommitdiff
path: root/sys/contrib/rdma
AgeCommit message (Expand)Author
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2024-09-03krping: Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang
2023-04-25irdma: Convert to IfAPIJustin Hibbits
2023-03-08krping: Use get_cyclecount for get_cycles.John Baldwin
2023-02-26powerpc64*: port mlx5, OFED, KTLS and krpingPiotr Kubaj
2023-02-26Revert "powerpc64*: port mlx5, OFED, KTLS and krping"Piotr Kubaj
2023-02-26powerpc64*: port mlx5, OFED, KTLS and krpingPiotr Kubaj
2022-04-07krping: Remove unused variable.John Baldwin
2021-12-09modules: increase MAXMODNAME and provide backward compatBjoern A. Zeeb
2021-07-12ibcore: Declare ib_post_send() and ib_post_recv() arguments constHans Petter Selasky
2021-01-08Fix memory leaks in error paths in krping.Hans Petter Selasky
2020-12-28Improve error message printing in krping.Hans Petter Selasky
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2019-11-15Correct MR length field to be 64-bit in ibcore.Hans Petter Selasky
2019-10-02Notify all sleeping threads of device removal in krping.Hans Petter Selasky
2018-12-05krping: Fix for memory leak in error case.Slava Shwartsman
2018-09-06Add proper support for VIMAGE to krping.Hans Petter Selasky
2018-05-15Add support for setting type of service, TOS, for outgoing RDMA connectionsHans Petter Selasky
2018-03-23Exit krping on device removal to avoid endless hang situation.Hans Petter Selasky
2017-11-24Compile fixes for 32-bit architectures.Hans Petter Selasky
2017-11-15Add full support for specifying IPv6 addresses to krping.Hans Petter Selasky
2017-07-26Set length of socket address in krping(). Else sobind() will fail with EINVAL.Hans Petter Selasky
2017-07-23Merge ^/head r319973 through 321382.Hans Petter Selasky
2017-06-18Avoid including list.h in LinuxKPI headers.Mark Johnston
2017-06-15Initial RoCE/infiniband kernel update to Linux v4.9.Hans Petter Selasky
2016-10-24krping: Allow the underlying ib_device to handle DMA mappings.Navdeep Parhar
2016-04-22Fix for printf() compile warning when fast_reg.length is 64-bit.Hans Petter Selasky
2016-04-14Send krping output to the log instead of the tty, as is done upstream.Navdeep Parhar
2016-04-12Add fastreg support to krping (ported from upstream).Navdeep Parhar
2016-03-29krping wasn't designed to take more than one client. Fail any connectNavdeep Parhar
2016-03-16Fix crash in krping when run as a client due to NULL pointer access.Hans Petter Selasky
2016-01-05Have krping use IB_ACCESS_LOCAL_WRITE because it's required for remoteNavdeep Parhar
2015-10-22Rename linuxapi[.ko] into linuxkpi[.ko], to reflect that it is aHans Petter Selasky
2015-02-17Update the infiniband stack to Mellanox's OFED version 2.1.Hans Petter Selasky
2015-01-19Add missing linuxapi module dependencies and always use the FreeBSDHans Petter Selasky
2014-10-27krping: In verbose mode print only first 128 bytes of krping data.Navdeep Parhar
2014-10-15Update the OFED Linux compatibility layer andHans Petter Selasky
2014-08-27- Update the OFED Linux Emulation layer as a preparation for aHans Petter Selasky
2013-10-14Update krping to the latest upstream code. Move all the FreeBSDNavdeep Parhar
2013-10-14Delete all of the old RDMA code (except krping, which was switched toNavdeep Parhar
2013-09-29Update OFED to Linux 3.7 and update Mellanox drivers.Alfred Perlstein
2013-08-23Assorted fixes to krping. Disconnect the rest of sys/contrib/rdma fromNavdeep Parhar
2012-10-10Revert previous commit...Kevin Lo
2012-10-09Prefer NULL over 0 for pointersKevin Lo
2012-09-22Fix an obvious typo.Pawel Jakub Dawidek
2012-06-19- Updated TOE support in the kernel.Navdeep Parhar
2012-04-20Fix the following compilation warnings in sys/contrib/rdma/rdma_cma.c:Dimitry Andric
2012-01-07In sys/contrib/rdma/ib_addr.h, bump MAX_ADDR_LEN to 20 bytes (the sameDimitry Andric
2009-11-12Remove the explicit definition of inet_aton() as it was introduced as aAttilio Rao
2009-08-01Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson