aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* if_dwc: Correctly configure the DMA engine based on the fdt propertiesEmmanuel Vadot2020-11-222-6/+21
* Fix debug build after 367926.Alexander Motin2020-11-221-1/+1
* Fix build after 367926.Alexander Motin2020-11-221-1/+2
* Make handlers and atpds overflows unlikely.Alexander Motin2020-11-225-19/+26
* Do not parent all busdma tags to the payload tag.Alexander Motin2020-11-221-24/+27
* Remove remnants of execthrottle and maxalloc parameters.Alexander Motin2020-11-225-33/+4
* cxgbe(4): Catch up with in-flight netmap rx before destroying queues.Navdeep Parhar2020-11-212-0/+51
* Unlucky change...Alexander Motin2020-11-211-1/+1
* Fix stupid math mistake in r366922.Alexander Motin2020-11-212-2/+2
* Increase queue depths from 1024/256 to 8192/1024 IOCBs.Alexander Motin2020-11-205-25/+20
* Cleanup DMA handling.Alexander Motin2020-11-208-176/+136
* Unlock channels when any of them are locked, when returning for non-busy state.Konstantin Belousov2020-11-201-0/+2
* if_dwc: Add checksum offloading supportEmmanuel Vadot2020-11-201-8/+44
* if_dwc: Add flow control supportEmmanuel Vadot2020-11-202-0/+17
* if_dwc: Use if_ function where appropriateEmmanuel Vadot2020-11-201-28/+28
* if_dwc: Reorder functions and sort them by usageEmmanuel Vadot2020-11-201-624/+658
* if_dwc: dwc_get_hwaddr cannot fail, change return to voidEmmanuel Vadot2020-11-201-7/+2
* if_dwc: Add dwc_stop_dma and use it in dwc_stop_lockedEmmanuel Vadot2020-11-201-16/+25
* if_dwc: Use dwc_enable_mac in dwc_stop_lockedEmmanuel Vadot2020-11-201-4/+1
* if_dwc: Add a function to enable/disable the mac tx/rxEmmanuel Vadot2020-11-201-2/+17
* if_dwc: Use if_setdrvflagbits to notify that we are runningEmmanuel Vadot2020-11-201-2/+2
* if_dwc: Split init code into sub functionEmmanuel Vadot2020-11-201-21/+40
* Fix r367857 build without ISP_TARGET_MODE.Alexander Motin2020-11-201-0/+2
* Remove parallel SCSI and 1/2Gb FC support from isp(4).Alexander Motin2020-11-2018-45778/+1473
* psm(4): Disable AUX multiplexer probing on all Lenovo laptops.Vladimir Kondratyev2020-11-203-2/+6
* vm_phys: Try to clean up NUMA KPIsMark Johnston2020-11-191-1/+1
* ipheth(4): Fix for iOS 14Li-Wen Hsu2020-11-181-1/+1
* Update ENA driver version to v2.3.0Marcin Wojtas2020-11-181-1/+1
* Rename descriptions of the supported ENA devicesMarcin Wojtas2020-11-182-6/+6
* Add ENI metrics for the ENA driverMarcin Wojtas2020-11-183-1/+171
* Add SPDX license tag to the ENA driver filesMarcin Wojtas2020-11-188-8/+8
* Add Rx offsets support for the ENA driverMarcin Wojtas2020-11-182-0/+8
* Adjust ENA driver files to latest ena-com changesMarcin Wojtas2020-11-184-139/+114
* Fix completion descriptors alignment for the ENAMarcin Wojtas2020-11-181-2/+2
* Fix build of USB bootloader code by adding checks for _STANDALONE being defined.Hans Petter Selasky2020-11-184-11/+11
* Move ecmd memory allocation itto separate DMA tag.Alexander Motin2020-11-183-9/+54
* Remove bus_dma locking/sleeping when not needed.Alexander Motin2020-11-181-15/+13
* Don't allocate full XCMD_SIZE (512 bytes) on stack.Alexander Motin2020-11-181-28/+24
* uplcom: add ATen/Prolific USB-232 Controller D USB IDEd Maste2020-11-172-0/+2
* syscon: Add syscon_get_by_ofw_nodeEmmanuel Vadot2020-11-172-0/+16
* Fix a bug in assertion: entry flags also includes IOMMU_MAP_ENTRY_UNMAPPED.Ruslan Bukin2020-11-161-2/+4
* Add device_t member to struct iommu.Ruslan Bukin2020-11-161-0/+1
* dwmmc: dwmmc_switch_vccq is only used in MMCCAM kernelEmmanuel Vadot2020-11-161-2/+2
* Make mlx5_cmd_exec_cb() a safe API in mlx5core.Hans Petter Selasky2020-11-165-19/+93
* Report EQE data upon CQ completion in mlx5core.Hans Petter Selasky2020-11-1611-20/+22
* Enhance the mlx5_core_create_cq() function in mlx5core.Hans Petter Selasky2020-11-164-6/+8
* Use mlx5core to create/destroy all Dynamically Connected Targets, DCTs.Hans Petter Selasky2020-11-162-6/+6
* Fix error handling order in create_kernel_qp in mlx5ib.Hans Petter Selasky2020-11-161-2/+2
* Add PMRCAP printing and fix earlier CAP_HI.Alexander Motin2020-11-142-6/+48
* [PowerPC] Allow traversal of oversize OF properties.Brandon Bergren2020-11-132-2/+27