aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/rdma
Commit message (Expand)AuthorAgeFilesLines
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Correct MR length field to be 64-bit in ibcore.Hans Petter Selasky2019-11-151-1/+1
* Notify all sleeping threads of device removal in krping.Hans Petter Selasky2019-10-023-0/+24
* krping: Fix for memory leak in error case.Slava Shwartsman2018-12-051-2/+4
* Add proper support for VIMAGE to krping.Hans Petter Selasky2018-09-061-1/+1
* Add support for setting type of service, TOS, for outgoing RDMA connectionsHans Petter Selasky2018-05-151-0/+10
* Exit krping on device removal to avoid endless hang situation.Hans Petter Selasky2018-03-231-0/+2
* Compile fixes for 32-bit architectures.Hans Petter Selasky2017-11-241-1/+1
* Add full support for specifying IPv6 addresses to krping.Hans Petter Selasky2017-11-151-5/+37
* Set length of socket address in krping(). Else sobind() will fail with EINVAL.Hans Petter Selasky2017-07-261-0/+2
* Merge ^/head r319973 through 321382.Hans Petter Selasky2017-07-231-0/+1
|\
| * Avoid including list.h in LinuxKPI headers.Mark Johnston2017-06-181-0/+1
* | Initial RoCE/infiniband kernel update to Linux v4.9.Hans Petter Selasky2017-06-153-1684/+479
|/
* krping: Allow the underlying ib_device to handle DMA mappings.Navdeep Parhar2016-10-241-6/+6
* Fix for printf() compile warning when fast_reg.length is 64-bit.Hans Petter Selasky2016-04-221-1/+1
* Send krping output to the log instead of the tty, as is done upstream.Navdeep Parhar2016-04-143-72/+63
* Add fastreg support to krping (ported from upstream).Navdeep Parhar2016-04-121-36/+1027
* krping wasn't designed to take more than one client. Fail any connectNavdeep Parhar2016-03-291-2/+7
* Fix crash in krping when run as a client due to NULL pointer access.Hans Petter Selasky2016-03-161-0/+1
* Have krping use IB_ACCESS_LOCAL_WRITE because it's required for remoteNavdeep Parhar2016-01-051-2/+5
* Rename linuxapi[.ko] into linuxkpi[.ko], to reflect that it is aHans Petter Selasky2015-10-221-1/+1
* Update the infiniband stack to Mellanox's OFED version 2.1.Hans Petter Selasky2015-02-171-9/+9
* Add missing linuxapi module dependencies and always use the FreeBSDHans Petter Selasky2015-01-191-0/+2
* krping: In verbose mode print only first 128 bytes of krping data.Navdeep Parhar2014-10-271-5/+21
* Update the OFED Linux compatibility layer andHans Petter Selasky2014-10-151-1/+0
* - Update the OFED Linux Emulation layer as a preparation for aHans Petter Selasky2014-08-271-2/+0
* Update krping to the latest upstream code. Move all the FreeBSDNavdeep Parhar2013-10-144-708/+1173
* Delete all of the old RDMA code (except krping, which was switched toNavdeep Parhar2013-10-1427-13178/+0
* Update OFED to Linux 3.7 and update Mellanox drivers.Alfred Perlstein2013-09-291-15/+59
* Assorted fixes to krping. Disconnect the rest of sys/contrib/rdma fromNavdeep Parhar2013-08-233-7/+22
* Revert previous commit...Kevin Lo2012-10-104-4/+4
* Prefer NULL over 0 for pointersKevin Lo2012-10-094-4/+4
* Fix an obvious typo.Pawel Jakub Dawidek2012-09-221-1/+1
* - Updated TOE support in the kernel.Navdeep Parhar2012-06-195-16/+49
* Fix the following compilation warnings in sys/contrib/rdma/rdma_cma.c:Dimitry Andric2012-04-201-1/+1
* In sys/contrib/rdma/ib_addr.h, bump MAX_ADDR_LEN to 20 bytes (the sameDimitry Andric2012-01-071-1/+1
* Remove the explicit definition of inet_aton() as it was introduced as aAttilio Rao2009-11-121-103/+0
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-4/+0
* Modify most routines returning 'struct ifaddr *' to return referencesRobert Watson2009-06-232-1/+5
* This main goals of this project are:Qing Li2008-12-151-2/+4
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+1
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+4
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-8/+9
* fix buildKip Macy2008-05-061-3/+3
* conditionally define PANIC_IFKip Macy2008-05-051-0/+2
* Import basic common and iwarp kernel RDMA infrastructure.Kip Macy2008-05-0532-0/+15395