aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-14/+11
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-24/+20
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-17/+17
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-19/+19
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-13/+13
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-15/+16
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-17/+14
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-25/+24
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-142-90/+72
* Convert if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-144-80/+55
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-23/+34
* Remove an unused parameter from get_new_keyid().John Baldwin2019-10-141-2/+2
* Fix the driver attachment in cases when the external resource devicesRuslan Bukin2019-10-141-17/+9
* Fix sample check in hwpmcMatt Macy2019-10-131-1/+1
* Remove an unneeded include of opt_sctp.h.Mark Johnston2019-10-111-2/+0
* nvdimm(4): Calculate and save memattr once; it never changesConrad Meyer2019-10-103-12/+14
* This driver attaches to the Intel VMD drive and connects a new PCI domainDoug Ambrisko2019-10-103-0/+921
* 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