aboutsummaryrefslogtreecommitdiff
path: root/sys/ofed
Commit message (Expand)AuthorAgeFilesLines
* ibcore: Remove the use of NULL_IB_OBJECTKa Ho Ng2024-04-121-5/+3
* 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
* ibcore: Introduce enum ib_raw_packet_caps from Linux 4.11Ka Ho Ng2023-10-281-0/+14
* ofed: mask seq_num identifier to occupy only 3 bytesBartosz Sobczak2023-08-221-0/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1640-80/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1647-94/+0
* ofed: fix roce gid insertion for vlan interfacesBartosz Sobczak2023-08-141-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* ofed: Fix a logic inversion from IfAPI conversionJustin Hibbits2023-04-191-1/+1
* net: replace IFF_KNOWSEPOCH with IFF_NEEDSEPOCHGleb Smirnoff2023-04-171-2/+2
* infiniband: Opt-in for net epochZhenlei Huang2023-04-054-4/+7
* ofed: Mechanically convert to IfAPIJustin Hibbits2023-03-2423-379/+401
* infiniband: Convert BPF handling for IfAPIJustin Hibbits2023-03-141-1/+1
* ibcore: The use of IN_LOOPBACK() now requires a valid VNET context.Hans Petter Selasky2022-09-231-27/+54
* ibcore: Add support for RDMA/RoCE using VLAN(4) devices.Hans Petter Selasky2022-08-221-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
* ofed/infiniband: fix ifdefs for new INET changes, fixing LINT-NOIPMike Karels2022-07-181-0/+11
* sockets: use only soref()/sorele() as socket reference countGleb Smirnoff2022-07-041-8/+2
* ibcore: Fix a race with disassociate and exit_mmap()Hans Petter Selasky2022-06-211-0/+4
* ibcore: Fix sysfs registration error flowHans Petter Selasky2022-06-211-1/+1
* ibcore: Fix use-after-free access in ucma_close()Hans Petter Selasky2022-06-131-0/+3
* ibcore: Fix missing ib_cm_destroy_id() in ib_cm_insert_listen()Hans Petter Selasky2022-05-301-0/+1
* ibcore: Fix possible memory leak in ib_mad_post_receive_mads()Hans Petter Selasky2022-05-191-0/+1
* sockets: use socket buffer mutexes in struct socket directlyGleb Smirnoff2022-05-121-2/+2
* ibcore: Remove set, but not used variable.Hans Petter Selasky2022-05-051-3/+0
* ibcore: Allow passing NULL-pointers to ib_umem_release()Hans Petter Selasky2022-05-021-2/+4
* ofed: Fix a typo in a source code commentGordon Bergling2022-04-091-1/+1
* ofed: Remove a double word in a source code commentGordon Bergling2022-04-091-1/+1
* ofed: Remove a double word in a source code commentGordon Bergling2022-04-091-1/+1
* ibcore: Fix multiple includes of same header file.Hans Petter Selasky2022-03-031-1/+0
* ibcore: Add support for NDR link speed.Hans Petter Selasky2022-02-212-1/+6
* mlx5ib: Add support for parsing udata in mlx5_ib_create_flow().Hans Petter Selasky2022-02-101-0/+22
* 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
* routing: Allow using IPv6 next-hops for IPv4 routes (RFC 5549).Zhenlei Huang2021-08-221-3/+11
* lltable: Add support for "child" LLEs holding encap for IPv4oIPv6 entries.Alexander V. Chernikov2021-08-211-2/+3
* ibcore: Kernel space update based on Linux 5.7-rc1.Hans Petter Selasky2021-07-2842-3512/+11520
* 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: Add some functions and definitions for selecting and querying retryab...Hans Petter Selasky2021-07-122-0/+57
* ibcore: Declare ib_post_send() and ib_post_recv() arguments constHans Petter Selasky2021-07-125-28/+33
* ibcore: Implement ib_uverbs_get_ucontext_file().Hans Petter Selasky2021-07-122-0/+27