aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Remove adapters from t4_list earlier during detach.John Baldwin2019-10-091-10/+8
* dwmmc: Reset the dma controller at attachEmmanuel Vadot2019-10-091-0/+1
* Add CTLFLAG_STATS to the dev.ioat.N.stats sysctl OIDsEric van Gyzen2019-10-091-12/+12
* Add support for KTLS in the Chelsio TOE module.John Baldwin2019-10-085-30/+648
* Set the FID field in lookaside crypto requests to the rx queue ID.John Baldwin2019-10-081-1/+1
* Fix regression issue after r352989:Hans Petter Selasky2019-10-081-2/+2
* Define macro VM_MAP_ENTRY_FOREACH for enumerating the entries in a vm_map.Doug Moore2019-10-081-2/+2
* Widen NET_EPOCH coverage.Gleb Smirnoff2019-10-075-11/+23
* Make control endpoint quirk for xhci(4) configurable.Hans Petter Selasky2019-10-071-1/+5
* nvdimm(4): Add nvdimm_e820 pseudo-busConrad Meyer2019-10-043-0/+408
* Split out the attachment from the generic-ehci driverEmmanuel Vadot2019-10-034-28/+387
* nvdimm: Fix error path mis-freeConrad Meyer2019-10-021-1/+1
* 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