summaryrefslogtreecommitdiffstats
path: root/sys/contrib/rdma
Commit message (Expand)AuthorAgeFilesLines
* Fix for printf() compile warning when fast_reg.length is 64-bit.hselasky2016-04-221-1/+1
* Send krping output to the log instead of the tty, as is done upstream.np2016-04-143-72/+63
* Add fastreg support to krping (ported from upstream).np2016-04-121-36/+1027
* krping wasn't designed to take more than one client. Fail any connectnp2016-03-291-2/+7
* Fix crash in krping when run as a client due to NULL pointer access.hselasky2016-03-161-0/+1
* Have krping use IB_ACCESS_LOCAL_WRITE because it's required for remotenp2016-01-051-2/+5
* Rename linuxapi[.ko] into linuxkpi[.ko], to reflect that it is ahselasky2015-10-221-1/+1
* Update the infiniband stack to Mellanox's OFED version 2.1.hselasky2015-02-171-9/+9
* Add missing linuxapi module dependencies and always use the FreeBSDhselasky2015-01-191-0/+2
* krping: In verbose mode print only first 128 bytes of krping data.np2014-10-271-5/+21
* Update the OFED Linux compatibility layer andhselasky2014-10-151-1/+0
* - Update the OFED Linux Emulation layer as a preparation for ahselasky2014-08-271-2/+0
* Update krping to the latest upstream code. Move all the FreeBSDnp2013-10-144-708/+1173
* Delete all of the old RDMA code (except krping, which was switched tonp2013-10-1427-13178/+0
* Update OFED to Linux 3.7 and update Mellanox drivers.alfred2013-09-291-15/+59
* Assorted fixes to krping. Disconnect the rest of sys/contrib/rdma fromnp2013-08-233-7/+22
* Revert previous commit...kevlo2012-10-104-4/+4
* Prefer NULL over 0 for pointerskevlo2012-10-094-4/+4
* Fix an obvious typo.pjd2012-09-221-1/+1
* - Updated TOE support in the kernel.np2012-06-195-16/+49
* Fix the following compilation warnings in sys/contrib/rdma/rdma_cma.c:dim2012-04-201-1/+1
* In sys/contrib/rdma/ib_addr.h, bump MAX_ADDR_LEN to 20 bytes (the samedim2012-01-071-1/+1
* Remove the explicit definition of inet_aton() as it was introduced as aattilio2009-11-121-103/+0
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-4/+0
* Modify most routines returning 'struct ifaddr *' to return referencesrwatson2009-06-232-1/+5
* This main goals of this project are:qingli2008-12-151-2/+4
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+4
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-8/+9
* fix buildkmacy2008-05-061-3/+3
* conditionally define PANIC_IFkmacy2008-05-051-0/+2
* Import basic common and iwarp kernel RDMA infrastructure.kmacy2008-05-0532-0/+15395
OpenPOWER on IntegriCloud