summaryrefslogtreecommitdiff
path: root/sys/ofed
AgeCommit message (Expand)Author
2025-04-29ofed: jiffies is unsigned longKonstantin Belousov
2024-07-21LinuxKPI: Remove owner argument from class_create function on KBI layerVladimir Kondratyev
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2024-06-12ibcore: Mark write-only variablesAndrew Turner
2024-04-12ibcore: Remove the use of NULL_IB_OBJECTKa Ho Ng
2024-01-16sockets: provide correct pr_shutdown for keysock and SDPGleb Smirnoff
2023-11-30ofed: garbage collect now unused sdp_sockaddr()Gleb Smirnoff
2023-11-30sockets: don't malloc/free sockaddr memory on getpeername/getsocknameGleb Smirnoff
2023-11-30sockets: don't malloc/free sockaddr memory on accept(2)Gleb Smirnoff
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-10-28ibcore: Introduce enum ib_raw_packet_caps from Linux 4.11Ka Ho Ng
2023-08-22ofed: mask seq_num identifier to occupy only 3 bytesBartosz Sobczak
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-08-14ofed: fix roce gid insertion for vlan interfacesBartosz Sobczak
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-19ofed: Fix a logic inversion from IfAPI conversionJustin Hibbits
2023-04-17net: replace IFF_KNOWSEPOCH with IFF_NEEDSEPOCHGleb Smirnoff
2023-04-06infiniband: Opt-in for net epochZhenlei Huang
2023-03-24ofed: Mechanically convert to IfAPIJustin Hibbits
2023-03-14infiniband: Convert BPF handling for IfAPIJustin Hibbits
2022-09-23ibcore: The use of IN_LOOPBACK() now requires a valid VNET context.Hans Petter Selasky
2022-08-22ibcore: Add support for RDMA/RoCE using VLAN(4) devices.Hans Petter Selasky
2022-08-17protosw: refactor protosw and domain static declaration and loadGleb Smirnoff
2022-08-16sdp: garbage collect sdp_ctlinputGleb Smirnoff
2022-08-12protosw: change prototype for pr_controlGleb Smirnoff
2022-07-18ofed/infiniband: fix ifdefs for new INET changes, fixing LINT-NOIPMike Karels
2022-07-04sockets: use only soref()/sorele() as socket reference countGleb Smirnoff
2022-06-21ibcore: Fix a race with disassociate and exit_mmap()Hans Petter Selasky
2022-06-21ibcore: Fix sysfs registration error flowHans Petter Selasky
2022-06-13ibcore: Fix use-after-free access in ucma_close()Hans Petter Selasky
2022-05-30ibcore: Fix missing ib_cm_destroy_id() in ib_cm_insert_listen()Hans Petter Selasky
2022-05-19ibcore: Fix possible memory leak in ib_mad_post_receive_mads()Hans Petter Selasky
2022-05-12sockets: use socket buffer mutexes in struct socket directlyGleb Smirnoff
2022-05-05ibcore: Remove set, but not used variable.Hans Petter Selasky
2022-05-02ibcore: Allow passing NULL-pointers to ib_umem_release()Hans Petter Selasky
2022-04-09ofed: Fix a typo in a source code commentGordon Bergling
2022-04-09ofed: Remove a double word in a source code commentGordon Bergling
2022-04-09ofed: Remove a double word in a source code commentGordon Bergling
2022-03-03ibcore: Fix multiple includes of same header file.Hans Petter Selasky
2022-02-21ibcore: Add support for NDR link speed.Hans Petter Selasky
2022-02-10mlx5ib: Add support for parsing udata in mlx5_ib_create_flow().Hans Petter Selasky
2022-01-03domains: init with standard SYSINIT(9) or VNET_SYSINIT()Gleb Smirnoff
2021-12-28sys/ofed: Use C99 fixed-width integer types.John Baldwin
2021-09-14socket: De-duplicate SBLOCKWAIT() definitionsMark Johnston
2021-09-07socket: Rename sb(un)lock() and interlock with listen(2)Mark Johnston
2021-08-22routing: Allow using IPv6 next-hops for IPv4 routes (RFC 5549).Zhenlei Huang
2021-08-21lltable: Add support for "child" LLEs holding encap for IPv4oIPv6 entries.Alexander V. Chernikov
2021-07-28ibcore: Kernel space update based on Linux 5.7-rc1.Hans Petter Selasky
2021-07-12Fix LINT kernel build issues after c3987b8ea793c11f61fecb14ef93195a23e3522c .Hans Petter Selasky