summaryrefslogtreecommitdiff
path: root/sys/ofed/include/rdma
AgeCommit message (Expand)Author
2023-10-28ibcore: Introduce enum ib_raw_packet_caps from Linux 4.11Ka Ho Ng
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-19ofed: Fix a logic inversion from IfAPI conversionJustin Hibbits
2023-04-06infiniband: Opt-in for net epochZhenlei Huang
2023-03-24ofed: Mechanically convert to IfAPIJustin Hibbits
2022-02-21ibcore: Add support for NDR link speed.Hans Petter Selasky
2021-07-28ibcore: Kernel space update based on Linux 5.7-rc1.Hans Petter Selasky
2021-07-12ibcore: Add some functions and definitions for selecting and querying retryab...Hans Petter Selasky
2021-07-12ibcore: Declare ib_post_send() and ib_post_recv() arguments constHans Petter Selasky
2021-07-12ibcore: Implement ib_uverbs_get_ucontext_file().Hans Petter Selasky
2021-07-12ibcore: Simplify ib_modify_qp_is_ok().Hans Petter Selasky
2021-07-12ibcore: Support rate limit for packet pacingHans Petter Selasky
2021-07-12ibcore: Define option to set ack timeout.Hans Petter Selasky
2021-07-12ibcore: Protect against concurrent access to hardware stats.Hans Petter Selasky
2021-07-12ibcore: Introduce ib_port_phys_state enum.Hans Petter Selasky
2021-07-12ibcore: Add rdma_reject_msg() helper function.Hans Petter Selasky
2021-06-18mlx4/OFED: replace the struct net_device with struct ifnetBjoern A. Zeeb
2021-05-27OFED: migrate LinuxKPI net_device/ifnet macros into ofedBjoern A. Zeeb
2021-05-26LinuxKPI/OFED/mlx4: cleanup netdevice.h some moreBjoern A. Zeeb
2021-03-30LinuxKPI/OFED: (re)move inetdevice.h implementationBjoern A. Zeeb
2020-08-31infiniband: Appease CovertyEric van Gyzen
2019-11-15Prevent potential underflow in ibcore.Hans Petter Selasky
2019-11-15Correct MR length field to be 64-bit in ibcore.Hans Petter Selasky
2019-10-16VLAN_TRUNKDEV() requires epochification in ibcore after r353292.Hans Petter Selasky
2019-08-18OFED: Fix accidental double-copy of rdma_sdp.h in r351176Conrad Meyer
2019-08-17OFED: Unbreak SDP support in ibcoreConrad Meyer
2019-08-17OFED: Fix ib_mad.h ib_user_mad.h include to match new uapi pathConrad Meyer
2019-05-08Add new rates to ibcore.Hans Petter Selasky
2018-09-09Introduce and use sgid_index in CM requests in ibcore.Hans Petter Selasky
2018-09-06ibcore: Fix endless loop in searching for matching VLAN deviceSlava Shwartsman
2018-07-31Only NULL check the VNET pointer when VIMAGE is enabled in ibcore.Hans Petter Selasky
2018-07-17Remove blank line.Hans Petter Selasky
2018-07-17Check port number supplied by user verbs cmds in ibcore.Hans Petter Selasky
2018-07-17Check AF family prior resolving address and introduce safer rdma_addr_size() ...Hans Petter Selasky
2018-07-17Add support for prio-tagged traffic for RDMA in ibcore.Hans Petter Selasky
2018-07-17Set RoCEv2 MGID according to spec in ibcore.Hans Petter Selasky
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2018-03-07Add IB_SPEED_HDR definition in ibcore.Hans Petter Selasky
2018-03-05Optimize ibcore RoCE address handle creation from user-space.Hans Petter Selasky
2018-03-05Get correct network device when accepting incoming RDMA connections in ibcore.Hans Petter Selasky
2018-03-05Add missing FreeBSD tags and SVN properties to ibcore.Hans Petter Selasky
2017-11-27sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-07Merge ^/head r323559 through r325504.Hans Petter Selasky
2017-10-20The remote DMA TCP portspace selector, RDMA_PS_TCP, is used for bothHans Petter Selasky
2017-10-10Make sure the IPv6 scope ID gets zeroed inside the GID. Else searching for aHans Petter Selasky
2017-07-03ibcore: Delete old files and add new ones missed in the initial commitHans Petter Selasky
2017-06-15Initial RoCE/infiniband kernel update to Linux v4.9.Hans Petter Selasky
2016-04-22More fixes for using IPv6 addresses with RDMA:Hans Petter Selasky
2016-01-22Fix for iWARP servers that listen on INADDR_ANY.Navdeep Parhar