aboutsummaryrefslogtreecommitdiff
path: root/sys/ofed
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-122-16/+9
* ibcore: Support rate limit for packet pacingHans Petter Selasky2021-07-122-0/+4
* 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-124-0/+46
* 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-122-6/+32
* ibcore: Do not expose unsupported counters.Hans Petter Selasky2021-07-121-7/+12
* ibcore: Introduce ib_port_phys_state enum.Hans Petter Selasky2021-07-122-10/+30
* 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
* ibcore: Store and restore ah_attr during LAP msg processing.Hans Petter Selasky2021-07-121-3/+29
* ibcore: Add rdma_reject_msg() helper function.Hans Petter Selasky2021-07-126-0/+103
* ibcore: Remove unused and erroneous msg sequence encoding.Hans Petter Selasky2021-07-122-15/+6
* ipoib: Destroying a CQ should never fail.Hans Petter Selasky2021-07-121-4/+2
* mlx4/OFED: replace the struct net_device with struct ifnetBjoern A. Zeeb2021-06-1814-83/+83
* OFED: migrate LinuxKPI net_device/ifnet macros into ofedBjoern A. Zeeb2021-05-275-0/+11