aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx5
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation issue with mlx5core and sparc64 (gcc48):Hans Petter Selasky2019-12-061-5/+2
* Implement hardware TLS via send tags for mlx5en(4), which is supported byHans Petter Selasky2019-12-069-87/+1367
* mlx5: Do not poke hardware for statistic after teardown is started.Konstantin Belousov2019-12-053-3/+7
* Add basic support for TCP/IP based hardware TLS offload to mlx5core.Hans Petter Selasky2019-12-057-7/+368
* 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
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-50/+35
* Fix regression issue after r352989:Hans Petter Selasky2019-10-081-2/+2
* Fix build failure for gcc after r352983, due toHans Petter Selasky2019-10-021-1/+0
* 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-023-6/+6
* Print numeric error_type and module_status in mlx5coreHans Petter Selasky2019-10-021-3/+4
* Add print to show user a reason for rejecting buffer size change in mlx5en(4).Hans Petter Selasky2019-10-021-10/+16
* Only update lossy buffers config when manual PFC configuration was doneHans Petter Selasky2019-10-023-2/+7
* 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-022-8/+38
* Fix regression issue about bad refcounting of unlimited send tagsHans Petter Selasky2019-10-023-36/+26
* Seal transmit path with regards to using destroyed mutex in mlx5en(4).Hans Petter Selasky2019-10-022-59/+77
* Remove unused cpu field from channel structure in mlx5en(4).Hans Petter Selasky2019-10-021-1/+0
* Remove mkey_be from channel structure in mlx5en(4).Hans Petter Selasky2019-10-022-4/+2
* Return an error from ioctl(MLX5_FW_RESET) if reset was rejected in mlx5core.Hans Petter Selasky2019-10-023-5/+9
* Add sysctl(8) to get and set forward error correction, FEC, configurationHans Petter Selasky2019-10-026-22/+405
* Move EEPROM information query from a sysctl in mlx5en(4) to an ioctlHans Petter Selasky2019-10-028-248/+272
* Add support for buffer parameter manipulations in mlx5en(4).Hans Petter Selasky2019-10-023-1/+118
* Import Linux code to query/set buffer state in mlx5en(4).Hans Petter Selasky2019-10-025-0/+653
* Add mlx5e_dbg() compatibility macro.Hans Petter Selasky2019-10-021-0/+2
* Update definitons for PPTB and PBMC registers layouts in mlx5core.Hans Petter Selasky2019-10-021-18/+10
* Add definition for the Port Buffer Status Register in mlx5core.Hans Petter Selasky2019-10-021-0/+1
* Sort the ports registers definitions numerically in mlx5core.Hans Petter Selasky2019-10-021-5/+5
* Unify prints in mlx5en(4).Hans Petter Selasky2019-10-026-120/+132
* Unify prints in mlx5core.Hans Petter Selasky2019-10-0210-142/+187
* 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-022-16/+72
* Define MLX5_VSC_DOMAIN_SCAN_CRSPACE.Hans Petter Selasky2019-10-021-0/+1
* 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-022-12/+12
* Make the mlx5_vsc_wait_on_flag(9) function global.Hans Petter Selasky2019-10-022-1/+3
* Add port module event software counters in mlx5core.Hans Petter Selasky2019-10-025-27/+86
* Correct and update some counter names in mlx5en(4).Hans Petter Selasky2019-10-021-7/+7
* Export channel IRQ number as part of the "hw_ctx_debug" sysctl(8) in mlx5en(4).Hans Petter Selasky2019-10-021-14/+33
* Cleanup naming of IRQ vectors in mlx5en.Hans Petter Selasky2019-10-024-51/+7
* Add support for Multi-Physical Function Switch, MPFS, in mlx5en.Hans Petter Selasky2019-10-025-19/+301
* Implement macro for asserting priv lock in mlx5en.Hans Petter Selasky2019-10-022-0/+3
* Fix for missing cleanup code in error case in mlx5en.Hans Petter Selasky2019-10-021-3/+5
* Check return value of mlx5_vector2eqn() function in mlx5en.Hans Petter Selasky2019-10-021-2/+4
* Make sure the number of IRQ vectors doesn't exceed 256 in mlx5core.Hans Petter Selasky2019-10-021-1/+4
* Update warning and error print formats in mlx5ib.Hans Petter Selasky2019-10-021-2/+2