aboutsummaryrefslogtreecommitdiff
path: root/sys/ofed
Commit message (Expand)AuthorAgeFilesLines
* IB/mlx5: Fix ABI alignment to 64 bitVag Singh5 days1-0/+1
* fixup! IB/mlx5: Add tunneling offloads supportAriel Ehrenberg5 days1-1/+1
* IB/mlx5: Add tunneling offloads supportVag Singh5 days1-2/+15
* IB/mlx5: Expose multi-packet RQ capabilitiesVag Singh5 days1-1/+20
* IB/mlx5: Expose software parsing for Raw Ethernet QPVag Singh5 days1-0/+17
* IB/mlx5: Report mlx5 packet pacing capabilities when querying deviceVag Singh5 days1-0/+13
* IB/mlx5: Support Vxlan tunneling specificationVag Singh5 days1-5/+5
* IB/mlx5: Report mlx5 multi packet WQE capabilities when querying deviceVag Singh5 days1-0/+2
* IB/mlx5: Add support for CQE compressingVag Singh5 days1-0/+13
* ofed/ipoib: convert to timer_setup linuxKPIKonstantin Belousov2026-08-191-4/+6
* sys/ofed: don't stop removing stale RoCE GIDs at the first holeAriel Ehrenberg2026-08-031-2/+5
* sys/ofed: fix GID table reference leak in roce_gid_update_addr_callback()Ariel Ehrenberg2026-08-031-1/+3
* OFED: Add generic function to extract IB speed from netdevJohn Baldwin2026-07-292-0/+50
* 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