aboutsummaryrefslogtreecommitdiff
path: root/sys/ofed
Commit message (Expand)AuthorAgeFilesLines
* socket: Rename sb(un)lock() and interlock with listen(2)Mark Johnston2021-10-071-6/+5
* socket: De-duplicate SBLOCKWAIT() definitionsMark Johnston2021-09-211-2/+0
* routing: Allow using IPv6 next-hops for IPv4 routes (RFC 5549).Zhenlei Huang2021-09-071-3/+11
* lltable: Add support for "child" LLEs holding encap for IPv4oIPv6 entries.Alexander V. Chernikov2021-09-071-2/+3
* Fix mismerge in OFED updateHans Petter Selasky2021-07-261-0/+2
* ipoib: Fix for accessing uninitialized pointers and freed memory during attac...Hans Petter Selasky2021-07-261-7/+27
* ibcore: Add some functions and definitions for selecting and querying retryab...Hans Petter Selasky2021-07-262-0/+57
* Fix LINT kernel build issues after c3987b8ea793c11f61fecb14ef93195a23e3522c .Hans Petter Selasky2021-07-263-7/+8
* ibcore: Declare ib_post_send() and ib_post_recv() arguments constHans Petter Selasky2021-07-265-28/+33
* ibcore: Implement ib_uverbs_get_ucontext_file().Hans Petter Selasky2021-07-262-0/+27
* ibcore: Clean up INIT_UDATA() and INIT_UDATA_BUF_OR_NULL() macro usage.Hans Petter Selasky2021-07-263-50/+57
* ibcore: Simplify ib_modify_qp_is_ok().Hans Petter Selasky2021-07-262-16/+9
* ibcore: Support rate limit for packet pacingHans Petter Selasky2021-07-262-0/+4
* ibcore: Add new IB rates.Hans Petter Selasky2021-07-261-20/+28
* ibcore: Don't allocate method table, if already present.Hans Petter Selasky2021-07-261-2/+5
* ibcore: Fix a use-after-free in ucma_resolve_ip().Hans Petter Selasky2021-07-261-0/+2
* ibcore: Define option to set ack timeout.Hans Petter Selasky2021-07-264-0/+46
* ibcore: Do not overreact to SM LID change event.Hans Petter Selasky2021-07-261-1/+0
* ibcore: Remove debug prints after allocation failure.Hans Petter Selasky2021-07-261-33/+7
* ibcore: Fix use-after-free in IB mad completion handling.Hans Petter Selasky2021-07-261-13/+11
* ibcore: Fail early if unsupported QP is provided.Hans Petter Selasky2021-07-261-0/+4
* ibcore: Use inline function to validate portHans Petter Selasky2021-07-263-17/+15
* ibcore: Validate port number in query_pkey verb.Hans Petter Selasky2021-07-261-0/+3
* ibcore: Protect against concurrent access to hardware stats.Hans Petter Selasky2021-07-262-6/+32
* ibcore: Do not expose unsupported counters.Hans Petter Selasky2021-07-261-7/+12
* ibcore: Introduce ib_port_phys_state enum.Hans Petter Selasky2021-07-262-10/+30
* ibcore: Fix unable to change lifespan entry for hw_counters.Hans Petter Selasky2021-07-261-1/+15
* ibcore: Issue DREQ when receiving REQ/REP for stale QP.Hans Petter Selasky2021-07-261-1/+23
* ibcore: Fix memory leak in cm_req_handler error flows.Hans Petter Selasky2021-07-261-2/+3
* ibcore: Move debug counters to be under relevant IB deviceHans Petter Selasky2021-07-263-38/+58
* ibcore: Fix memory leak in cm_add/remove_one.Hans Petter Selasky2021-07-261-0/+3
* ibcore: Block processing of alternate path handling in RoCE RX CM messages.Hans Petter Selasky2021-07-261-0/+14
* ibcore: Store and restore ah_attr during LAP msg processing.Hans Petter Selasky2021-07-261-3/+29
* ibcore: Add rdma_reject_msg() helper function.Hans Petter Selasky2021-07-266-0/+103
* ibcore: Remove unused and erroneous msg sequence encoding.Hans Petter Selasky2021-07-262-15/+6
* ipoib: Destroying a CQ should never fail.Hans Petter Selasky2021-07-261-4/+2
* mlx4/OFED: replace the struct net_device with struct ifnetBjoern A. Zeeb2021-07-1814-83/+83
* OFED: migrate LinuxKPI net_device/ifnet macros into ofedBjoern A. Zeeb2021-07-185-0/+11
* LinuxKPI/OFED/mlx4: cleanup netdevice.h some moreBjoern A. Zeeb2021-07-185-3/+17
* LinuxKPI/OFED: (re)move inetdevice.h implementationBjoern A. Zeeb2021-07-184-9/+103
* LinuxKPI: remove < 5.0 version supportBjoern A. Zeeb2021-07-181-2/+1
* ofed/linuxkpi: use proper accessor functionBjoern A. Zeeb2021-07-181-1/+1
* ofed: quiet gcc -Wint-in-bool-contextRyan Libby2021-07-021-2/+4
* Add missing sockaddr length and family validation to various protocolsMark Johnston2021-05-171-4/+19
* MFC 4e38478c595a:Hans Petter Selasky2021-04-013-8/+8
* 504ebd612ec: kern: sonewconn: set so_options before pru_attach()Kyle Evans2021-02-241-2/+0
* Update user access region, UAR, APIs in the core in mlx5core.Hans Petter Selasky2021-01-081-8/+28
* Fix for referencing file via its vnode in ibore.Hans Petter Selasky2020-11-021-43/+39
* Factor out generic IP over infiniband, IPoIB, definitions and codeHans Petter Selasky2020-10-224-375/+33
* Allow IP over IB to work with multiple FIBs.Ravi Pokala2020-10-131-0/+2