aboutsummaryrefslogtreecommitdiff
path: root/sys/ofed/drivers/infiniband/ulp/ipoib
Commit message (Expand)AuthorAgeFilesLines
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-06-281-4/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-168-16/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* net: replace IFF_KNOWSEPOCH with IFF_NEEDSEPOCHGleb Smirnoff2023-04-171-2/+2
* infiniband: Opt-in for net epochZhenlei Huang2023-04-053-4/+6
* ofed: Mechanically convert to IfAPIJustin Hibbits2023-03-249-161/+170
* infiniband: Convert BPF handling for IfAPIJustin Hibbits2023-03-141-1/+1
* sys/ofed: Use C99 fixed-width integer types.John Baldwin2021-12-281-2/+2
* ibcore: Kernel space update based on Linux 5.7-rc1.Hans Petter Selasky2021-07-281-2/+2
* Fix LINT kernel build issues after c3987b8ea793c11f61fecb14ef93195a23e3522c .Hans Petter Selasky2021-07-121-4/+4
* ipoib: Fix for accessing uninitialized pointers and freed memory during attac...Hans Petter Selasky2021-07-121-7/+27
* ibcore: Declare ib_post_send() and ib_post_recv() arguments constHans Petter Selasky2021-07-121-2/+2
* ipoib: Destroying a CQ should never fail.Hans Petter Selasky2021-07-121-4/+2
* mlx4/OFED: replace the struct net_device with struct ifnetBjoern A. Zeeb2021-06-181-7/+7
* OFED: migrate LinuxKPI net_device/ifnet macros into ofedBjoern A. Zeeb2021-05-271-0/+1
* ipoib: Fix incorrectly computed IPOIB_CM_RX_SG value.Hans Petter Selasky2021-03-253-8/+8
* Factor out generic IP over infiniband, IPoIB, definitions and codeHans Petter Selasky2020-10-224-375/+33
* Allow IP over IB to work with multiple FIBs.Ravi Pokala2020-10-131-0/+2
* Infiniband clients must be attached and detached in a specific order in ibcore.Hans Petter Selasky2020-07-061-2/+2
* Fix for double unlock in ipoib.Hans Petter Selasky2020-03-161-1/+0
* Fix some whitespace issues in ipoib.Hans Petter Selasky2020-03-061-3/+3
* Make sure the VNET is properly set when reaping mbufs in ipoib.Hans Petter Selasky2020-01-111-0/+4
* VLAN_DEVAT() requires epochification in ipoib after r353292.Hans Petter Selasky2019-10-161-0/+6
* Fix missing epochification of the ipoib code after r353292.Hans Petter Selasky2019-10-153-0/+12
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-66/+75
* Widen NET_EPOCH coverage.Gleb Smirnoff2019-10-071-0/+3
* Make sure the transmit loop doesn't get starved in ipoib.Hans Petter Selasky2019-10-024-14/+29
* Include eventhandler.h in more compilation unitsConrad Meyer2019-05-211-0/+1
* Handle IB_EVENT_DEVICE_FATAL event in ipoib.Hans Petter Selasky2019-05-081-1/+2
* Fix endless loop in ipoib_poll().Hans Petter Selasky2019-05-081-1/+1
* Mechanical cleanup of epoch(9) usage in network stack.Gleb Smirnoff2019-01-091-2/+3
* ipoib: Notify on modify QP failure only when relevantSlava Shwartsman2018-12-051-1/+25
* ipoib: increase the non-cm queue lengthSlava Shwartsman2018-12-051-2/+2
* ipoib: Don't do a light flush when MTU is unchanged.Slava Shwartsman2018-12-051-3/+5
* ipoib: correct setting MTU from inside ipoib(4).Slava Shwartsman2018-12-053-13/+39
* Implement get network interface by params function in ipoib.Hans Petter Selasky2018-09-071-1/+158
* Use __FBSDID() for RCS tags in ibcore.Hans Petter Selasky2018-07-179-2/+28
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* Improve copy-and-pasted versions of SIOCGIFADDR.Brooks Davis2018-03-271-7/+2
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-279-9/+27
* 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
* 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
* | Initial RoCE/infiniband kernel update to Linux v4.9.Hans Petter Selasky2017-06-156-116/+70
|/
* ipoib: Bound the number of egress mbufs buffered during pathrec lookups.Mark Johnston2016-08-011-1/+7
* Fix up the Infiniband code to handle the new arpresolve.George V. Neville-Neil2016-06-021-2/+2
* Prepare for activation of LinuxKPI module parameters as read-onlyHans Petter Selasky2016-05-251-0/+2
* Add missing set of the current VNET when inputting IP packets in IPoIB.Hans Petter Selasky2016-04-221-2/+7
* ofed: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-1/+1