aboutsummaryrefslogtreecommitdiff
path: root/sys/ofed/drivers/infiniband/core/ib_cma.c
Commit message (Expand)AuthorAgeFilesLines
* ofed: mask seq_num identifier to occupy only 3 bytesBartosz Sobczak2023-08-221-0/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* ofed: Mechanically convert to IfAPIJustin Hibbits2023-03-241-37/+37
* ibcore: The use of IN_LOOPBACK() now requires a valid VNET context.Hans Petter Selasky2022-09-231-27/+54
* ofed/infiniband: fix ifdefs for new INET changes, fixing LINT-NOIPMike Karels2022-07-181-0/+11
* ibcore: Define option to set ack timeout.Hans Petter Selasky2021-07-121-0/+34
* ibcore: Use inline function to validate portHans Petter Selasky2021-07-121-4/+2
* ibcore: Add rdma_reject_msg() helper function.Hans Petter Selasky2021-07-121-0/+14
* mlx4/OFED: replace the struct net_device with struct ifnetBjoern A. Zeeb2021-06-181-22/+22
* LinuxKPI/OFED/mlx4: cleanup netdevice.h some moreBjoern A. Zeeb2021-05-261-1/+0
* LinuxKPI/OFED: (re)move inetdevice.h implementationBjoern A. Zeeb2021-03-301-3/+3
* infiniband: Appease CovertyEric van Gyzen2020-08-311-7/+4
* Infiniband clients must be attached and detached in a specific order in ibcore.Hans Petter Selasky2020-07-061-2/+2
* Convert OFED rtable interactions to the new routing KPI.Alexander V. Chernikov2020-04-151-29/+20
* OFED: Unbreak SDP support in ibcoreConrad Meyer2019-08-171-19/+214
* ibcore: ip6_dev_find() needs to know the scope ID.Slava Shwartsman2018-12-051-1/+2
* ibcore: Add missing unref of netdevice.Slava Shwartsman2018-12-051-0/+1
* ibcore: Fix loopback with rdma-cm.Slava Shwartsman2018-12-051-7/+26
* ibcore: Don't access invalid port.Slava Shwartsman2018-12-051-10/+13
* Introduce and use sgid_index in CM requests in ibcore.Hans Petter Selasky2018-09-091-7/+33
* Implement get network interface by params function in ipoib.Hans Petter Selasky2018-09-071-19/+30
* Use __FBSDID() for RCS tags in ibcore.Hans Petter Selasky2018-07-171-2/+3
* Add support for IPv6 multicast in ibcore.Hans Petter Selasky2018-07-171-1/+1
* Honor return status of ib_init_ah_from_mcmember() in ibcore.Hans Petter Selasky2018-07-171-4/+8
* Set IPv4 TOS and IPv6 traffic class field for RoCEv2 traffic in ibcore.Hans Petter Selasky2018-07-171-8/+3
* Check port number supplied by user verbs cmds in ibcore.Hans Petter Selasky2018-07-171-0/+2
* Fix access to non-initialized CM_ID object in ibcore.Hans Petter Selasky2018-07-171-0/+3
* Set default GID type as RoCE when resolving RoCE route in ibcore.Hans Petter Selasky2018-07-171-2/+4
* Set RoCEv2 MGID according to spec in ibcore.Hans Petter Selasky2018-07-171-6/+7
* Fix for RDMA loopback over VLAN in ibcore.Hans Petter Selasky2018-07-171-38/+8
* Add native FreeBSD support for multicast in ibcore.Hans Petter Selasky2018-07-171-1/+34
* Make sure VNET is set when calling sa6_recoverscope() in ibcore.Hans Petter Selasky2018-03-071-2/+8
* Recover IPv6 scope ID for multicast link-local addresses as well asHans Petter Selasky2018-03-071-8/+9
* Make sure the IPv6 scope ID gets properly masked in ibcore.Hans Petter Selasky2018-03-071-0/+16
* Get correct network device when accepting incoming RDMA connections in ibcore.Hans Petter Selasky2018-03-051-2/+2
* 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
* Add missing FreeBSD tags and SVN properties to ibcore.Hans Petter Selasky2018-03-051-1/+5
* 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
* ibcore: Delete old files and add new ones missed in the initial commitHans Petter Selasky2017-07-031-0/+4307