aboutsummaryrefslogtreecommitdiff
path: root/sys/ofed/drivers/infiniband/ulp
Commit message (Expand)AuthorAgeFilesLines
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-06-281-4/+0
* sockets: provide correct pr_shutdown for keysock and SDPGleb Smirnoff2024-01-161-13/+39
* ofed: garbage collect now unused sdp_sockaddr()Gleb Smirnoff2023-12-011-18/+0
* sockets: don't malloc/free sockaddr memory on getpeername/getsocknameGleb Smirnoff2023-11-301-18/+18
* sockets: don't malloc/free sockaddr memory on accept(2)Gleb Smirnoff2023-11-301-14/+11
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-169-18/+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
* protosw: refactor protosw and domain static declaration and loadGleb Smirnoff2022-08-171-40/+34
* sdp: garbage collect sdp_ctlinputGleb Smirnoff2022-08-161-34/+0
* protosw: change prototype for pr_controlGleb Smirnoff2022-08-121-8/+0
* sockets: use only soref()/sorele() as socket reference countGleb Smirnoff2022-07-041-8/+2
* sockets: use socket buffer mutexes in struct socket directlyGleb Smirnoff2022-05-121-2/+2
* ofed: Remove a double word in a source code commentGordon Bergling2022-04-091-1/+1
* domains: init with standard SYSINIT(9) or VNET_SYSINIT()Gleb Smirnoff2022-01-031-2/+2
* sys/ofed: Use C99 fixed-width integer types.John Baldwin2021-12-281-2/+2
* socket: De-duplicate SBLOCKWAIT() definitionsMark Johnston2021-09-141-2/+0
* socket: Rename sb(un)lock() and interlock with listen(2)Mark Johnston2021-09-071-6/+5
* ibcore: Kernel space update based on Linux 5.7-rc1.Hans Petter Selasky2021-07-283-14/+6
* Fix LINT kernel build issues after c3987b8ea793c11f61fecb14ef93195a23e3522c .Hans Petter Selasky2021-07-123-7/+8
* 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
* Add missing sockaddr length and family validation to various protocolsMark Johnston2021-05-031-4/+19
* ipoib: Fix incorrectly computed IPOIB_CM_RX_SG value.Hans Petter Selasky2021-03-253-8/+8
* kern: net: remove TCP_LINGERTIMEKyle Evans2021-02-191-2/+0
* 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
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-2/+4
* 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
* OFED: Unbreak SDP support in ibcoreConrad Meyer2019-08-171-43/+1
* SDP: Fix brain-o from r351162Conrad Meyer2019-08-171-1/+1
* SDP: Add a dbg() on QP eventsConrad Meyer2019-08-171-0/+5
* SDP: Also log a nice status string in RX WC error dbg()Conrad Meyer2019-08-171-2/+3
* SDP: Include nice string names for raw event numbers in a dbg()Conrad Meyer2019-08-171-1/+2
* SDP: SYSCTL_DECL SDP-wide sysctl node in headerConrad Meyer2019-08-172-1/+2