aboutsummaryrefslogtreecommitdiff
path: root/sys/ofed
Commit message (Expand)AuthorAgeFilesLines
* Import the mthca kernel side infiniband driver from Linux 4.9 and fixHans Petter Selasky2018-02-131-0/+111
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2739-39/+117
* Compile fix for LINT-NOIP kernel target.Hans Petter Selasky2017-11-243-0/+8
* Make sure all tasks are cancelled synchronously in ipoib to avoidHans Petter Selasky2017-11-241-1/+1
* Build fix for ipoib when CONFIG_INFINIBAND_IPOIB_CM is defined.Hans Petter Selasky2017-11-241-19/+14
* Build fix for kernel LINT target.Hans Petter Selasky2017-11-241-2/+2
* Merge ^/head r325999 through r326131.Hans Petter Selasky2017-11-231-1/+2
|\
| * sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+2
| * 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
* | Remove no longer supported mthca driver.Hans Petter Selasky2017-11-1332-15950/+0
* | Merge ^/head r325505 through r325662.Hans Petter Selasky2017-11-101-0/+4
|\|
| * 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
* | Merge ^/head r323559 through r325504.Hans Petter Selasky2017-11-072-0/+26
|\|
| * 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
* | Temporary fix to avoid hitting kernel assert.Hans Petter Selasky2017-09-161-2/+0
* | Remove no longer needed linux_poll_wakeup() calls. This is now handled byHans Petter Selasky2017-09-165-10/+0
* | Embedding the scope ID is no longer needed for IPv6.Hans Petter Selasky2017-09-161-3/+0
* | Set length field of socket address.Hans Petter Selasky2017-09-161-0/+1
* | Fix for refcount leak.Hans Petter Selasky2017-09-161-1/+5
* | Make sure the socket address length field gets set.Hans Petter Selasky2017-09-161-0/+3
* | Improve ibcore address resolving:Hans Petter Selasky2017-09-161-91/+150
* | Adapt the existing SDP ULP code to the new ibcore APIs.Hans Petter Selasky2017-09-166-26/+21
* | Merge ^/head r319973 through 321382.Hans Petter Selasky2017-07-234-0/+4
|\|
| * Avoid including list.h in LinuxKPI headers.Mark Johnston2017-06-184-0/+4
* | ibcore: Delete old files and add new ones missed in the initial commitHans Petter Selasky2017-07-0323-0/+88
* | ibcore: Fix for compiling header files from user-space.Hans Petter Selasky2017-07-032-0/+8
* | ibcore: Fix for accessing invalid network device.Hans Petter Selasky2017-07-031-1/+6
* | ibcore: Make sure all GID entries are deleted upon a network deviceHans Petter Selasky2017-07-032-5/+36
* | Initial RoCE/infiniband kernel update to Linux v4.9.Hans Petter Selasky2017-06-1588-14093/+19667
|/
* 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