aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx5/mlx5_ib
Commit message (Expand)AuthorAgeFilesLines
* Make mlx5_cmd_exec_cb() a safe API in mlx5core.Hans Petter Selasky2020-11-162-4/+10
* Report EQE data upon CQ completion in mlx5core.Hans Petter Selasky2020-11-162-2/+2
* Enhance the mlx5_core_create_cq() function in mlx5core.Hans Petter Selasky2020-11-161-1/+2
* Fix error handling order in create_kernel_qp in mlx5ib.Hans Petter Selasky2020-11-161-2/+2
* Infiniband clients must be attached and detached in a specific order in ibcore.Hans Petter Selasky2020-07-061-2/+2
* mlx5en: Support 50GBase-KR4 media type in mlx5en driver.Konstantin Belousov2020-03-041-0/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-3/+6
* Fix broken MLX5_IB_INDEX() macro in mlx5ib(4).Hans Petter Selasky2020-02-212-5/+11
* Bump driver version for mlx5core, mlx5en(4) and mlx5ib(4).Hans Petter Selasky2019-10-021-2/+2
* Update warning and error print formats in mlx5ib.Hans Petter Selasky2019-10-021-2/+2
* Fix reported max SGE calculation in mlx5ib.Hans Petter Selasky2019-10-022-4/+33
* Bump the Mellanox driver version numbers and the FreeBSD version number.Hans Petter Selasky2019-05-081-2/+2
* Always return success for RoCE modify port in mlx5ib.Hans Petter Selasky2019-05-081-0/+8
* Add support for new rates to mlx5ib.Hans Petter Selasky2019-05-082-7/+69
* Add support for 200Gb ethernet speeds to mlx5core.Hans Petter Selasky2019-05-081-2/+2
* Remove unused module parameter in mlx5ib.Hans Petter Selasky2019-05-081-7/+0
* Make sure to error out when arming the CQ fails in mlx4ib and mlx5ib.Hans Petter Selasky2019-05-081-2/+5
* Import Linux code to implement mlx5_ib_disassociate_ucontext() in mlx5ib.Hans Petter Selasky2019-05-081-0/+66
* mlx4/mlx5: Updated driver version to 3.5.0Slava Shwartsman2018-12-051-2/+2
* mlx5ib: Set default active width and speed when querying port.Slava Shwartsman2018-12-051-0/+2
* mlx5ib: Make sure the congestion work timer does not escape the drain procedure.Slava Shwartsman2018-12-051-1/+2
* mlx5ib: Fix null pointer dereference in mlx5_ib_create_srqSlava Shwartsman2018-12-051-1/+1
* mlx5ib: Fix sign extension in mlx5_ib_query_deviceSlava Shwartsman2018-12-051-1/+1
* mlx5: Fix driver version locationSlava Shwartsman2018-12-051-3/+9
* mlx5: Add SRQ fixes from LinuxSlava Shwartsman2018-12-051-15/+19
* mlx5: Raise fatal IB event when sys error occursSlava Shwartsman2018-12-051-8/+2
* mlx5: Fix integer overflow while resizing CQSlava Shwartsman2018-12-051-1/+6
* Update version information for the mlx5ib module.Hans Petter Selasky2018-07-171-4/+6
* Don't pass unsupported events to ibcore from mlx5ib.Hans Petter Selasky2018-07-171-2/+3
* Use static device naming instead of dynamic one in mlx5ib.Hans Petter Selasky2018-07-171-4/+1
* Implement support for Differentiated Service Code Point, DSCP, in mlx5en(4).Hans Petter Selasky2018-07-173-0/+30
* Add support for prio-tagged traffic for RDMA in ibcore.Hans Petter Selasky2018-07-171-2/+4
* UDP: further performance improvements on txMatt Macy2018-05-231-1/+1
* Set correct SL in completion for RoCE in mlx5ib(4).Hans Petter Selasky2018-03-081-3/+16
* Add support for explicit congestion notification, ECN, to mlx5ib(4).Hans Petter Selasky2018-03-083-0/+520
* Use the autogenerated interface file for all commands in mlx5core.Hans Petter Selasky2018-03-084-97/+58
* Implement missing query for current port rate in mlx5ib(4).Hans Petter Selasky2018-03-071-4/+71
* Disable unsupported disassociate ucontext functionality in mlx5ib(4).Hans Petter Selasky2018-03-071-58/+0
* Optimize ibcore RoCE address handle creation from user-space.Hans Petter Selasky2018-03-053-3/+30
* Compile fixes for 32-bit architectures.Hans Petter Selasky2017-11-241-6/+6
* Merge ^/head r325663 through r325841.Hans Petter Selasky2017-11-151-1/+1
|\
| * Make sure the ib_wr_opcode enum is signed by adding a negative dummy element.Hans Petter Selasky2017-11-141-1/+1
* | Update mlx5ib(4) to match Linux 4.9 and the new ibcore APIs.Hans Petter Selasky2017-11-1014-3514/+7080
|/
* Add more and update existing mlx5 core firmware structure definitions and bits.Hans Petter Selasky2017-11-101-7/+0
* The remote DMA TCP portspace selector, RDMA_PS_TCP, is used for bothHans Petter Selasky2017-10-202-1/+53
* Use common rdma_ip2gid() function instead of custom mlx5_ip2gid() one.Hans Petter Selasky2017-10-101-21/+1
* Compile fixes for LINT on 32-bit platforms.Hans Petter Selasky2017-08-242-2/+4
* Add new mlx5ib(4) driver to the kernel source tree which supportsHans Petter Selasky2017-08-2312-0/+10707