aboutsummaryrefslogtreecommitdiff
path: root/sys/ofed
Commit message (Expand)AuthorAgeFilesLines
* Revert r335094 and properly fix OFED build after r335053.Hans Petter Selasky2018-06-141-2/+1
* fix OFED build after r335053Matt Macy2018-06-131-1/+2
* UDP: further performance improvements on txMatt Macy2018-05-231-1/+1
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-183-4/+5
* Improve copy-and-pasted versions of SIOCGIFADDR.Brooks Davis2018-03-271-7/+2
* Remove redundant integer cast in ibcore. The "ref_count" field alreadyHans Petter Selasky2018-03-191-1/+1
* Make sure VNET is set when calling sa6_recoverscope() in ibcore.Hans Petter Selasky2018-03-071-2/+8
* Define values instead of using hardcoding.Hans Petter Selasky2018-03-071-14/+24
* Recover IPv6 scope ID for multicast link-local addresses as well asHans Petter Selasky2018-03-071-8/+9
* Embed the IPv6 scope ID before calling rtalloc1() in ibcore.Hans Petter Selasky2018-03-071-0/+7
* Add IB_SPEED_HDR definition in ibcore.Hans Petter Selasky2018-03-071-1/+2
* Make sure the IPv6 scope ID gets properly masked in ibcore.Hans Petter Selasky2018-03-071-0/+16
* Fix for use-after-free when using delayed work structures in ibcore.Hans Petter Selasky2018-03-073-3/+4
* Optimize ibcore RoCE address handle creation from user-space.Hans Petter Selasky2018-03-055-48/+67
* Get correct network device when accepting incoming RDMA connections in ibcore.Hans Petter Selasky2018-03-054-92/+29
* Pass valid if_index to rdma_addr_find_l2_eth_by_grh() in ibcore when possible.Hans Petter Selasky2018-03-051-1/+7
* Add support for loopback in ibcore.Hans Petter Selasky2018-03-051-34/+60
* Make sure to register the VLAN GIDs using the VLAN network interfaceHans Petter Selasky2018-03-051-4/+15
* Need to check for IPv6 linklocal address inside rdma_resolve_addr() in ibcore.Hans Petter Selasky2018-03-051-0/+5
* Map type of service, TOS, to IB or VLAN service level 1:1 in ibcore.Hans Petter Selasky2018-03-051-2/+11
* Select RoCEv2 by default in ibcore.Hans Petter Selasky2018-03-051-3/+15
* Make deletion of RoCE GID entries synchronous in ibcore.Hans Petter Selasky2018-03-051-0/+3
* Add support for IPv6 link local GIDs equal to the default GID forHans Petter Selasky2018-03-051-17/+0
* Do not add RoCEv2 default GID in ibcore when IPv6 is disabled to honor theHans Petter Selasky2018-03-051-0/+11
* Add missing FreeBSD tags and SVN properties to ibcore.Hans Petter Selasky2018-03-0574-51/+296
* 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