aboutsummaryrefslogtreecommitdiff
path: root/sys/ofed
Commit message (Expand)AuthorAgeFilesLines
* infiniband/core/ib_addr.c: fix typoKonstantin Belousov2026-07-091-2/+2
* ofed/ib_uverbs: release rdma_user_mmap entry ref in rdma_umap_close()Ariel Ehrenberg2026-07-071-0/+2
* mlx5: extend mlx5_ib_create_cq struct with fields from the current Linux ABIKonstantin Belousov2026-07-071-0/+4
* ibcore: Fix GID sysctl fallback formattingSlava Shwartsman2026-07-061-1/+1
* OFED: Calculate UDP source port based on flow label or lqpn/rqpnJohn Baldwin2026-06-241-0/+17
* OFED: A few channges from Linux 5.0John Baldwin2026-06-246-4/+96
* OFED: Various changes from Linux 4.20John Baldwin2026-06-2417-666/+774
* OFED: Various changes from Linux 4.19John Baldwin2026-06-2432-958/+1349
* OFED: Malloc API cleanups from Linux 4.18John Baldwin2026-06-249-25/+36
* OFED: Various changes from Linux 4.18John Baldwin2026-06-245-37/+56
* OFED: Various changes from Linux 4.17John Baldwin2026-06-2416-609/+657
* OFED: Various changes from Linux 4.16John Baldwin2026-06-2417-367/+473
* OFED: Various changes from Linux 4.15John Baldwin2026-06-2413-156/+119
* OFED: Various changes from Linux 4.14John Baldwin2026-06-2419-99/+327
* OFED: Various changes from Linux 4.13John Baldwin2026-06-243-30/+58
* OFED: Various changes from Linux 4.12John Baldwin2026-06-2435-707/+1774
* OFED: Various changes from Linux 4.11John Baldwin2026-06-2411-241/+378
* OFED: Various changes from Linux 4.10John Baldwin2026-06-2414-50/+110
* OFED: Use _ib_modify_qp to implement ib_modify_qpJohn Baldwin2026-06-241-9/+1
* RDMA: dma-mapping: use unsigned long for dma_attrsJohn Baldwin2026-06-222-13/+13
* IB/ipoib: Prevent hung task or softlockup processing multicast responseJohn Baldwin2026-06-223-8/+14
* OFED: Use vmalloc() and vzalloc() in various placesJohn Baldwin2026-06-222-14/+10
* OFED: Implement ib_process_cq_directJohn Baldwin2026-06-222-29/+70
* OFED: Use prandom_u32() to reduce diff with upstreamJohn Baldwin2026-06-221-3/+1
* ibcore: Add support for XDR link speed.Slava Shwartsman2026-06-172-1/+6
* RDMA: Fix link active_speed sizeSlava Shwartsman2026-06-172-2/+3
* ofed: Fix a typo in a source code commentGordon Bergling2026-03-271-1/+1
* ofed: reduce usage of struct dma_attrs *dma_attrsBjoern A. Zeeb2026-02-241-4/+4
* ofed: jiffies is unsigned longKonstantin Belousov2025-04-292-4/+4
* LinuxKPI: Remove owner argument from class_create function on KBI layerVladimir Kondratyev2024-07-211-1/+0
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-06-281-4/+0
* ibcore: Mark write-only variablesAndrew Turner2024-06-122-10/+10
* 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