aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx5/mlx5_core
Commit message (Expand)AuthorAgeFilesLines
* Make mlx5_cmd_exec_cb() a safe API in mlx5core.Hans Petter Selasky2020-11-162-9/+56
* Report EQE data upon CQ completion in mlx5core.Hans Petter Selasky2020-11-162-4/+6
* Enhance the mlx5_core_create_cq() function in mlx5core.Hans Petter Selasky2020-11-161-3/+3
* Use mlx5core to create/destroy all Dynamically Connected Targets, DCTs.Hans Petter Selasky2020-11-161-5/+4
* Properly cleanup driver during remove_one() in mlx5core.Hans Petter Selasky2020-10-071-3/+2
* mlx5 sriov: Add controls for VFs to set port/node GUIDs.Konstantin Belousov2020-08-311-0/+29
* mlx5 sriov: add error message for failed MAC programming on VF.Konstantin Belousov2020-08-311-0/+5
* mlx5en: Implement SIOCGIFDOWNREASON.Konstantin Belousov2020-08-312-0/+28
* mlx5_core: add mlx5_query_pddr().Konstantin Belousov2020-08-311-6/+16
* mlx5_core: Import PDDR register definitionsKonstantin Belousov2020-08-311-0/+29
* Infiniband clients must be attached and detached in a specific order in ibcore.Hans Petter Selasky2020-07-061-2/+2
* mlx5_core: remove unneccessary LFENCE instruction.Konstantin Belousov2020-07-021-1/+1
* 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