aboutsummaryrefslogtreecommitdiff
path: root/sys/ofed
Commit message (Expand)AuthorAgeFilesLines
* Avoid NULL dereference in a couple of sysctl handlers in ibcore.Navdeep Parhar2017-02-231-2/+2
* Move the ConnectX-3 and ConnectX-2 driver from sys/ofed into sys/dev/mlx4Hans Petter Selasky2016-09-3060-50118/+0
* Set hardware stats flag to avoid double counting the number of incoming bytes.Hans Petter Selasky2016-09-291-0/+1
* Do not free an uninitialized pointer on soaccept failure in the iWARPNavdeep Parhar2016-08-261-0/+1
* Add support for setting blocking and non-blocking mode on /dev/rdma_cmHans Petter Selasky2016-08-181-0/+16
* mthca: Add a wrapper for the firmware's DIAG_RPRT command.Mark Johnston2016-08-052-0/+18
* ipoib: Bound the number of egress mbufs buffered during pathrec lookups.Mark Johnston2016-08-011-1/+7
* MFV be9130cc9: "IB/cma: Check for GID on listening devices first"Mark Johnston2016-08-011-6/+30
* MFV 29f27e847: "IB/cma: Use cached gids"Mark Johnston2016-08-011-8/+7
* sdp: Destroy the RDMA ID after destroying the connection's queue pair.Mark Johnston2016-07-291-1/+4
* sdp: Use malloc(9) instead of the Linux compat layer.Mark Johnston2016-07-294-29/+15
* sdp: Use the correct socket buffer in sdp_post_recvs_needed().Mark Johnston2016-07-291-1/+1
* sdp: Always free received control packets after they're handled.Mark Johnston2016-07-291-12/+4
* Fix the KASSERT format string arguments after r303507.Mark Johnston2016-07-291-1/+2
* sdp: Use the PCB as the rx completion handler argument.Mark Johnston2016-07-291-7/+4
* sdp: Destroy the PCB lock before freeing to the zone.Mark Johnston2016-07-291-1/+1
* sdp: Use an mbufq for received control packets.Mark Johnston2016-07-293-14/+6
* sdp: Remove Linux build files.Mark Johnston2016-07-292-34/+0
* Fix bug in iwcm that caused a panic in iw_cm_wq when krping is runNavdeep Parhar2016-06-141-2/+11
* net: Use M_HASHTYPE_OPAQUE_HASH if the mbuf flowid has hash propertiesSepherosa Ziehau2016-06-071-1/+1
* Fix up the Infiniband code to handle the new arpresolve.George V. Neville-Neil2016-06-022-4/+4
* Prepare for activation of LinuxKPI module parameters as read-onlyHans Petter Selasky2016-05-2519-2/+42
* Don't repeat the the word 'the'Eitan Adler2016-05-173-3/+3
* sys/ofed: minor spelling fix.Pedro F. Giffuni2016-05-061-1/+1
* ofed/drivers: minor spelling fixes.Pedro F. Giffuni2016-05-0610-14/+14
* Fix NOIP kernels to compile.Bjoern A. Zeeb2016-04-241-0/+2
* More fixes for using IPv6 addresses with RDMA:Hans Petter Selasky2016-04-227-24/+103
* Add KASSERT() and set error code in dead code case to help static codeHans Petter Selasky2016-04-221-0/+2
* Add missing set of the current VNET when inputting IP packets in IPoIB.Hans Petter Selasky2016-04-221-2/+7
* Fix for using IPv6 addresses with RDMA:Hans Petter Selasky2016-04-211-39/+108
* Fix for resolving mac address when the destination address is a gateway.Hans Petter Selasky2016-04-211-4/+5
* Properly setup arguments for if_resolvemulti() callback.Hans Petter Selasky2016-04-211-1/+7
* Fix inverted priv check calls. Priv check returns zero on success andHans Petter Selasky2016-04-201-3/+3
* ofed: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-152-2/+2
* Remove some unused fields.Hans Petter Selasky2016-04-143-13/+0
* Ensure the received IP header gets 32-bits aligned.Hans Petter Selasky2016-04-142-4/+12
* Add missing port_up checks.Hans Petter Selasky2016-04-141-2/+17
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-103-3/+3
* tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplicationSepherosa Ziehau2016-04-011-7/+1
* Remove unnecessary dequeue_mutex (added in r294610) from the iWARPNavdeep Parhar2016-03-301-5/+0
* Add missing curly brackets in for loop.Hans Petter Selasky2016-03-171-2/+3
* Use hardware computed Toeplitz hash for incoming flowidsHans Petter Selasky2016-03-152-2/+3
* Fix witness panic in the ipoib_ioctl() function when unloading theHans Petter Selasky2016-03-152-0/+7
* Use SI_SUB_LAST instead of SI_SUB_SMP as the "catch-all" subsystem.John Baldwin2016-03-113-3/+3
* Whitespace fixes.Hans Petter Selasky2016-03-0410-95/+95
* LinuxKPI list updates:Hans Petter Selasky2016-01-261-2/+2
* Fix for iWARP servers that listen on INADDR_ANY.Navdeep Parhar2016-01-224-9/+373
* Finish r275196: do not dereference rtentry in if_output() routines.Alexander V. Chernikov2016-01-091-6/+2
* Make it possible for sbappend() to preserve M_NOTREADY on mbufs, just likeGleb Smirnoff2016-01-081-1/+1
* Remove unused file.Hans Petter Selasky2016-01-071-1/+0