summaryrefslogtreecommitdiff
path: root/sys/ofed
Commit message (Expand)AuthorAgeFilesLines
* Make sure the ib_wr_opcode enum is signed by adding a negative dummy element.Hans Petter Selasky2017-11-142-1/+3
* Make sure a valid VNET is set before trying to access the V_ip6_v6onlyHans Petter Selasky2017-11-141-7/+5
* Mark ipoib device as initialized on device open.Hans Petter Selasky2017-11-101-0/+4
* Make sure sin_zero is zero in ibcore. Else socket address maching usingHans Petter Selasky2017-11-091-0/+2
* Make sure the IPv6 scope ID gets zeroed when exchanging CMA messages in ibcore.Hans Petter Selasky2017-11-091-0/+16
* Multiple fixes for using IPv6 link-local addresses with RDMA in ibcore.Hans Petter Selasky2017-11-095-165/+104
* The remote DMA TCP portspace selector, RDMA_PS_TCP, is used for bothHans Petter Selasky2017-10-205-135/+436
* Make sure the IPv6 scope ID gets zeroed inside the GID. Else searching for aHans Petter Selasky2017-10-101-0/+6
* Remove unsafe access to the LinuxKPI file structure from ibcore.Hans Petter Selasky2017-09-094-9/+0
* Fix indentation.Mark Johnston2017-09-071-3/+3
* Change reject message type when destroying cm_id in ibore.Hans Petter Selasky2017-08-031-1/+1
* Ticks are 32-bit in FreeBSD.Hans Petter Selasky2017-08-031-2/+2
* Avoid including list.h in LinuxKPI headers.Mark Johnston2017-06-184-0/+4
* Fix indentation.Mark Johnston2017-06-141-19/+19
* Listening sockets improvements.Gleb Smirnoff2017-06-082-55/+23
* All these files need sys/vmmeter.h, but now they got it implicitlyGleb Smirnoff2017-04-171-0/+1
* Add full VNET support to the inet_get_local_port_range() function inHans Petter Selasky2017-03-221-1/+1
* Make sdp compilable after r315662.Gleb Smirnoff2017-03-211-5/+3
* Add basic support for VIMAGE to the LinuxKPI and ibcore.Hans Petter Selasky2017-03-161-0/+11
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* cxgbe/iw_cxgbe: fix various double-close panics with iWARP sockets.Navdeep Parhar2017-02-282-19/+10
* 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