aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx5/mlx5_core
Commit message (Expand)AuthorAgeFilesLines
* Sync with Linux packet pacing enhancements in mlx5en(4).Hans Petter Selasky2020-05-261-7/+5
* Update the TLS capability bit after recent PRM changes in mlx5en(4).Hans Petter Selasky2020-05-251-1/+1
* mlx5_core: add more port module event types to decode.Konstantin Belousov2020-05-202-1/+19
* mlx5_core: add "PMD type not enabled" port module event type.Konstantin Belousov2020-05-202-1/+4
* mlx5_core: lower the severity of message noting that no SR-IOV cap is present.Konstantin Belousov2020-03-181-1/+1
* mlx5: Route NIC_VPORT_CHANGE events to eswitch code.Konstantin Belousov2020-03-181-1/+6
* mlx5: Read number of VF ports from the SR-IOV cap.Konstantin Belousov2020-03-183-4/+18
* mlx5: Use eswitch interface to configure VFs steering.Konstantin Belousov2020-03-181-7/+42
* mlx5: Integrate eswitch and mpfs management code.Konstantin Belousov2020-03-182-78/+7
* mlx5: Restore eswitch management code from attic.Konstantin Belousov2020-03-183-0/+1616
* mlx5: Basic PCIe side of SR-IOV support.Konstantin Belousov2020-03-181-4/+86
* mlx5_core: add sysctls to report device capabilities.Konstantin Belousov2020-03-181-0/+183
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-3/+4
* Add support for disabling and polling MSIX interrupts in mlx5core.Hans Petter Selasky2020-02-122-2/+27
* Widen EPOCH(9) usage in mlx5en(4).Hans Petter Selasky2020-01-301-92/+78
* mlx5: Do not poke hardware for statistic after teardown is started.Konstantin Belousov2019-12-051-0/+2
* Add basic support for TCP/IP based hardware TLS offload to mlx5core.Hans Petter Selasky2019-12-053-0/+134
* mlx5: Do not try to enable fwdumps if scan space did not responded.Konstantin Belousov2019-12-021-0/+4
* mlx5: Downgrade assert about misbehaving hardware to error message.Konstantin Belousov2019-12-021-3/+5
* Fix build failure for 32-bit platforms after r352991, due toHans Petter Selasky2019-10-021-2/+2
* Bump driver version for mlx5core, mlx5en(4) and mlx5ib(4).Hans Petter Selasky2019-10-021-2/+2
* Print numeric error_type and module_status in mlx5coreHans Petter Selasky2019-10-021-3/+4
* Improve mlx5_fwdump_prep logging in mlx5core.Hans Petter Selasky2019-10-021-4/+7
* Randomize the delay when waiting for VSC flag in mlx5core.Hans Petter Selasky2019-10-021-2/+2
* Wait for FW readiness before initializing command interface in mlx5core.Hans Petter Selasky2019-10-021-6/+34
* Return an error from ioctl(MLX5_FW_RESET) if reset was rejected in mlx5core.Hans Petter Selasky2019-10-023-5/+9
* Move EEPROM information query from a sysctl in mlx5en(4) to an ioctlHans Petter Selasky2019-10-022-0/+219
* Import Linux code to query/set buffer state in mlx5en(4).Hans Petter Selasky2019-10-021-0/+217
* Unify prints in mlx5core.Hans Petter Selasky2019-10-0210-141/+186
* Add proper print in case of 0x0 health syndrome in mlx5core.Hans Petter Selasky2019-10-021-6/+15
* Add missing blank line at the end of the print in mlx5core.Hans Petter Selasky2019-10-021-1/+1
* Remove no longer needed fwdump register tables from mlx5core.Hans Petter Selasky2019-10-022-11191/+0
* Read rege map from crdump scan space in mlx5core.Hans Petter Selasky2019-10-021-15/+71
* Use the MLX5_VSC_DOMAIN_SEMAPHORES constant instead of hand-rolled symbolHans Petter Selasky2019-10-021-4/+2
* Move mlx5_ifc_vsc_space_bits and mlx5_ifc_vsc_addr_bits to mlx5_ifc.h.Hans Petter Selasky2019-10-021-12/+0
* Make the mlx5_vsc_wait_on_flag(9) function global.Hans Petter Selasky2019-10-021-1/+2
* Add port module event software counters in mlx5core.Hans Petter Selasky2019-10-022-23/+77
* Cleanup naming of IRQ vectors in mlx5en.Hans Petter Selasky2019-10-023-41/+6
* Add support for Multi-Physical Function Switch, MPFS, in mlx5en.Hans Petter Selasky2019-10-022-1/+137
* Fix for missing cleanup code in error case in mlx5en.Hans Petter Selasky2019-10-021-3/+5
* Make sure the number of IRQ vectors doesn't exceed 256 in mlx5core.Hans Petter Selasky2019-10-021-1/+4
* Bump the Mellanox driver version numbers and the FreeBSD version number.Hans Petter Selasky2019-05-081-2/+2
* Make command workqueue persistant in mlx5core.Hans Petter Selasky2019-05-082-31/+22
* Fix race between driver unload and dumping firmware in mlx5core.Hans Petter Selasky2019-05-082-62/+69
* Flush command workqueue when command completion is triggered in mlx5core.Hans Petter Selasky2019-05-081-2/+13
* Rename functions from mlx5_fwdump to mlx5_ctl in mlx5core.Hans Petter Selasky2019-05-083-16/+16
* Implement firmware reset from userspace in mlx5tool(8).Hans Petter Selasky2019-05-081-0/+29
* Add Firmware Reset Level, MFRL, register accessors in mlx5core.Hans Petter Selasky2019-05-082-0/+28
* Update performance counter bits in mlx5core.Hans Petter Selasky2019-05-081-6/+6
* Implement reading PCI power status in mlx5core.Hans Petter Selasky2019-05-083-6/+102