summaryrefslogtreecommitdiff
path: root/sys/dev/mlx4/mlx4_core
AgeCommit message (Expand)Author
2025-02-05mlx4ib(4): Fix some typos in device messagesGordon Bergling
2024-09-28mlx4: use is_power_of_2Doug Moore
2023-06-18mlx4en(4): add missing newline to debug messagesKevin Lo
2023-05-22Revert "mlx4: Move DEFINE_MUTEX() outside function body."Hans Petter Selasky
2023-05-21mlx4: Move DEFINE_MUTEX() outside function body.Hans Petter Selasky
2022-06-07mlx4core: Use-after-free causes a resource leak in flow-steering detachHans Petter Selasky
2022-05-30mlx4core: Fix a memory leak when deleting slave's resourcesHans Petter Selasky
2022-05-19mlx4: Fix a memory leak bug.Hans Petter Selasky
2022-04-08mlx4: Remove a variable only used in commented-out code.John Baldwin
2022-04-02mlx4en(4): Fix two in source code commentsGordon Bergling
2022-03-08mlx5/mlx4: Bump driver version to 3.7.1Hans Petter Selasky
2021-11-18Fix 'take effect' spelling in menus and comments.betterentley
2021-07-28mlx5/mlx4: Bump driver version to 3.7Hans Petter Selasky
2021-07-12mlx4: Map core_clock page to user space only when allowedHans Petter Selasky
2021-02-11mlx4, mthca: Silence warnings about no-op alignment operationsMark Johnston
2021-01-12linuxkpi: Add more pci functions needed by DRMEmmanuel Vadot
2021-01-08Bump driver versions for mlx5en(4) and mlx4en(4).Hans Petter Selasky
2020-07-06Infiniband clients must be attached and detached in a specific order in ibcore.Hans Petter Selasky
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2019-05-08Bump the Mellanox driver version numbers and the FreeBSD version number.Hans Petter Selasky
2019-03-11Eliminate useless warning message when reading sysctl node in mlx4core.Hans Petter Selasky
2019-03-11Improve support for switching to and from command polling mode in mlx4core.Hans Petter Selasky
2018-12-05mlx4/mlx5: Updated driver version to 3.5.0Slava Shwartsman
2018-12-05mlx4: Make sure default VNET is set when adding a new interface.Slava Shwartsman
2018-12-05mlx4en: Add support for netdump.Slava Shwartsman
2018-12-05mlx4en: Add driver version to sysctl descSlava Shwartsman
2018-12-05mlx4: Add board identifier and firmware version to sysctlSlava Shwartsman
2018-12-05mlx4core: Add checks for invalid port numbers.Slava Shwartsman
2018-12-05mlx4: Zero initialize device capabilities to avoid use of uninitialized fields.Slava Shwartsman
2018-12-05mlx4core: Avoid multiplication overflow by casting multiplication.Slava Shwartsman
2018-03-06Add mapping for several ethernet types used by Linux to FreeBSDAndrey V. Elsukov
2018-01-12sys/dev/mlx[45]: fix uses of 1 << 31Eitan Adler
2017-12-07mlx4: Remove redundant declarations to fix GCC buildConrad Meyer
2017-11-15Update the mlx4 core and mlx4en(4) modules towards Linux v4.9.Hans Petter Selasky
2017-07-31Remove some dead statistics related code and a structure field from theHans Petter Selasky
2017-07-31Fix broken usage of the mlx4_read_clock() function:Hans Petter Selasky
2017-06-21Update io-mapping.h in the LinuxKPI.Mark Johnston
2017-05-19mlx4: Use the CQ quota for SRIOV when creating completion EQsHans Petter Selasky
2017-02-10Change mlx4 QP allocation scheme.Hans Petter Selasky
2017-02-10Flexible and asymmetric allocation of EQs and MSI-X vectors for PF/VFs.Hans Petter Selasky
2016-12-23mlx(4): remove date from log messageEd Maste
2016-12-22mlx: avoid use of __DATE__ to make build reproducibleEd Maste
2016-12-14Fix initialisation of mlx4_pci_table's .driver_data fields.Hans Petter Selasky
2016-09-30Move the ConnectX-3 and ConnectX-2 driver from sys/ofed into sys/dev/mlx4Hans Petter Selasky