summaryrefslogtreecommitdiff
path: root/sys/contrib/rdma/krping/krping.c
Commit message (Expand)AuthorAgeFilesLines
* 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-021-0/+14
* 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-151-1680/+477
|/
* 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-141-61/+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-141-532/+1057
* Assorted fixes to krping. Disconnect the rest of sys/contrib/rdma fromNavdeep Parhar2013-08-231-3/+16
* - Updated TOE support in the kernel.Navdeep Parhar2012-06-191-9/+39
* Remove the explicit definition of inet_aton() as it was introduced as aAttilio Rao2009-11-121-103/+0
* fix buildKip Macy2008-05-061-3/+3
* Import basic common and iwarp kernel RDMA infrastructure.Kip Macy2008-05-051-0/+1865