aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx4/mlx4_core
Commit message (Expand)AuthorAgeFilesLines
* mlx4ib(4): Fix some typos in device messagesGordon Bergling2025-02-101-4/+4
* mlx4en(4): add missing newline to debug messagesKevin Lo2023-06-181-2/+2
* Revert "mlx4: Move DEFINE_MUTEX() outside function body."Hans Petter Selasky2023-05-221-2/+1
* mlx4: Move DEFINE_MUTEX() outside function body.Hans Petter Selasky2023-05-211-1/+2
* mlx4core: Use-after-free causes a resource leak in flow-steering detachHans Petter Selasky2022-06-071-2/+4
* mlx4core: Fix a memory leak when deleting slave's resourcesHans Petter Selasky2022-05-301-0/+1
* mlx4: Fix a memory leak bug.Hans Petter Selasky2022-05-191-1/+1
* mlx4: Remove a variable only used in commented-out code.John Baldwin2022-04-091-3/+0
* mlx4en(4): Fix two in source code commentsGordon Bergling2022-04-022-2/+2
* mlx5/mlx4: Bump driver version to 3.7.1Hans Petter Selasky2022-03-081-2/+2
* Fix 'take effect' spelling in menus and comments.betterentley2021-11-191-1/+1
* mlx5/mlx4: Bump driver version to 3.7Hans Petter Selasky2021-07-281-2/+2
* mlx4: Map core_clock page to user space only when allowedHans Petter Selasky2021-07-123-0/+10
* mlx4, mthca: Silence warnings about no-op alignment operationsMark Johnston2021-02-112-4/+6
* linuxkpi: Add more pci functions needed by DRMEmmanuel Vadot2021-01-121-1/+1
* Bump driver versions for mlx5en(4) and mlx4en(4).Hans Petter Selasky2021-01-081-2/+4
* Infiniband clients must be attached and detached in a specific order in ibcore.Hans Petter Selasky2020-07-061-2/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Bump the Mellanox driver version numbers and the FreeBSD version number.Hans Petter Selasky2019-05-081-2/+2
* Eliminate useless warning message when reading sysctl node in mlx4core.Hans Petter Selasky2019-03-111-3/+0
* Improve support for switching to and from command polling mode in mlx4core.Hans Petter Selasky2019-03-111-5/+13
* mlx4/mlx5: Updated driver version to 3.5.0Slava Shwartsman2018-12-051-2/+2
* mlx4: Make sure default VNET is set when adding a new interface.Slava Shwartsman2018-12-051-1/+4
* mlx4en: Add support for netdump.Slava Shwartsman2018-12-051-0/+31
* mlx4en: Add driver version to sysctl descSlava Shwartsman2018-12-051-0/+11
* mlx4: Add board identifier and firmware version to sysctlSlava Shwartsman2018-12-051-3/+28
* mlx4core: Add checks for invalid port numbers.Slava Shwartsman2018-12-051-2/+8
* mlx4: Zero initialize device capabilities to avoid use of uninitialized fields.Slava Shwartsman2018-12-051-1/+1
* mlx4core: Avoid multiplication overflow by casting multiplication.Slava Shwartsman2018-12-051-1/+1
* Add mapping for several ethernet types used by Linux to FreeBSDAndrey V. Elsukov2018-03-061-2/+0
* sys/dev/mlx[45]: fix uses of 1 << 31Eitan Adler2018-01-122-2/+2
* mlx4: Remove redundant declarations to fix GCC buildConrad Meyer2017-12-071-3/+0
* Update the mlx4 core and mlx4en(4) modules towards Linux v4.9.Hans Petter Selasky2017-11-1525-4292/+9275
* Remove some dead statistics related code and a structure field from theHans Petter Selasky2017-07-311-32/+0
* Fix broken usage of the mlx4_read_clock() function:Hans Petter Selasky2017-07-311-3/+3
* Update io-mapping.h in the LinuxKPI.Mark Johnston2017-06-211-1/+1
* mlx4: Use the CQ quota for SRIOV when creating completion EQsHans Petter Selasky2017-05-192-5/+4
* Change mlx4 QP allocation scheme.Hans Petter Selasky2017-02-105-2/+36
* Flexible and asymmetric allocation of EQs and MSI-X vectors for PF/VFs.Hans Petter Selasky2017-02-105-24/+165
* mlx(4): remove date from log messageEd Maste2016-12-232-2/+1
* mlx: avoid use of __DATE__ to make build reproducibleEd Maste2016-12-221-1/+1
* Fix initialisation of mlx4_pci_table's .driver_data fields.Hans Petter Selasky2016-12-141-27/+41
* Move the ConnectX-3 and ConnectX-2 driver from sys/ofed into sys/dev/mlx4Hans Petter Selasky2016-09-3023-0/+23809