aboutsummaryrefslogtreecommitdiff
path: root/sys/ofed/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* ibcore: Mark write-only variablesAndrew Turner2024-06-122-10/+10
* ibcore: Remove the use of NULL_IB_OBJECTKa Ho Ng2024-04-121-5/+3
* ofed: mask seq_num identifier to occupy only 3 bytesBartosz Sobczak2023-08-221-0/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1631-62/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1611-22/+0
* ofed: fix roce gid insertion for vlan interfacesBartosz Sobczak2023-08-141-1/+1
* ofed: Mechanically convert to IfAPIJustin Hibbits2023-03-249-182/+194
* 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
* ofed/infiniband: fix ifdefs for new INET changes, fixing LINT-NOIPMike Karels2022-07-181-0/+11
* 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
* 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: 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-211-0/+4
* 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-2824-3159/+7828
* ibcore: Add some functions and definitions for selecting and querying retryab...Hans Petter Selasky2021-07-121-0/+1
* ibcore: Declare ib_post_send() and ib_post_recv() arguments constHans Petter Selasky2021-07-123-9/+14
* ibcore: Implement ib_uverbs_get_ucontext_file().Hans Petter Selasky2021-07-121-0/+24
* ibcore: Clean up INIT_UDATA() and INIT_UDATA_BUF_OR_NULL() macro usage.Hans Petter Selasky2021-07-123-50/+57
* ibcore: Simplify ib_modify_qp_is_ok().Hans Petter Selasky2021-07-121-12/+7
* ibcore: Support rate limit for packet pacingHans Petter Selasky2021-07-121-0/+2
* ibcore: Add new IB rates.Hans Petter Selasky2021-07-121-20/+28
* ibcore: Don't allocate method table, if already present.Hans Petter Selasky2021-07-121-2/+5
* ibcore: Fix a use-after-free in ucma_resolve_ip().Hans Petter Selasky2021-07-121-0/+2
* ibcore: Define option to set ack timeout.Hans Petter Selasky2021-07-122-0/+41
* ibcore: Do not overreact to SM LID change event.Hans Petter Selasky2021-07-121-1/+0
* ibcore: Remove debug prints after allocation failure.Hans Petter Selasky2021-07-121-33/+7
* ibcore: Fix use-after-free in IB mad completion handling.Hans Petter Selasky2021-07-121-13/+11
* ibcore: Fail early if unsupported QP is provided.Hans Petter Selasky2021-07-121-0/+4
* ibcore: Use inline function to validate portHans Petter Selasky2021-07-123-17/+15
* ibcore: Validate port number in query_pkey verb.Hans Petter Selasky2021-07-121-0/+3
* ibcore: Protect against concurrent access to hardware stats.Hans Petter Selasky2021-07-121-6/+28
* ibcore: Do not expose unsupported counters.Hans Petter Selasky2021-07-121-7/+12
* ibcore: Introduce ib_port_phys_state enum.Hans Petter Selasky2021-07-121-10/+20
* ibcore: Fix unable to change lifespan entry for hw_counters.Hans Petter Selasky2021-07-121-1/+15
* ibcore: Issue DREQ when receiving REQ/REP for stale QP.Hans Petter Selasky2021-07-121-1/+23
* ibcore: Fix memory leak in cm_req_handler error flows.Hans Petter Selasky2021-07-121-2/+3
* ibcore: Move debug counters to be under relevant IB deviceHans Petter Selasky2021-07-123-38/+58
* ibcore: Fix memory leak in cm_add/remove_one.Hans Petter Selasky2021-07-121-0/+3
* ibcore: Block processing of alternate path handling in RoCE RX CM messages.Hans Petter Selasky2021-07-121-0/+14