aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix regression issue after r351616. Make sure the mbuf queue gets initialized.Hans Petter Selasky2019-09-021-0/+9
* vnic: correct and simplify SIOCSIFFLAGSEd Maste2019-09-011-6/+6
* netmap: import changes from upstream (SHA 137f537eae513)Vincenzo Maffione2019-09-014-73/+147
* Add support for TP-Link Archer T2U Nano.Jung-uk Kim2019-09-012-1/+3
* Properly check for an interrupted cv_wait_sig().Mark Johnston2019-08-301-2/+2
* xdma: avoid NULL deref in error caseEd Maste2019-08-301-2/+1
* qlxgbe: avoid NULL deref in error caseEd Maste2019-08-301-1/+1
* Use mbuf queue instead of ifqueue in USB network drivers.Gleb Smirnoff2019-08-304-8/+6
* ichsmb: defer smbus attach until interrupts are availableYuri Pankov2019-08-291-5/+2
* vnic: avoid NULL deref in error caseEd Maste2019-08-291-3/+2
* cxgbe/t4_tom: Use the correct value of sndbuf in AIO Tx.Navdeep Parhar2019-08-281-4/+2
* Fix AHCI Enclosure Management, broken by r351356.Alexander Motin2019-08-282-20/+24
* cxgbe/t4_tom: Initialize all TOE connection parameters in one place.Navdeep Parhar2019-08-2710-477/+505
* cxgbe/t4_tom: Limit work requests with immediate payload to a singleNavdeep Parhar2019-08-271-1/+1
* Announce PCI Segment Groups supported to PCI host _OSC.Alexander Motin2019-08-261-2/+2
* Don't consider PCIe hot-plug command timeout fatal.Alexander Motin2019-08-261-5/+2
* netmap: remove obsolete fileVincenzo Maffione2019-08-251-1498/+0
* Add MODULE_PNP_INFO() to vmci(4). This allows devd(8) to load theHiroki Sato2019-08-251-4/+13
* It turns out the duplication is only mostly harmless.Warner Losh2019-08-233-4/+16
* cxgbe/t4_tom: Any invalid scaling factor in the hardware's wsf fieldNavdeep Parhar2019-08-231-1/+1
* whitespace nit.Navdeep Parhar2019-08-231-1/+1
* cxgbe(4): Use the same buffer size for TOE rx queues as the NIC rx queues.Navdeep Parhar2019-08-231-22/+6
* When we have errors resetting the device before we allocate theWarner Losh2019-08-221-6/+8
* We need to define version 1 of nvme, not nvme_foo. Otherwise nvd won'tWarner Losh2019-08-222-2/+4
* Move releasing of resources to laterWarner Losh2019-08-221-1/+3
* usb: fix usb_fdt_support.c when altq enabled (usb_ehernet.h changes)Bjoern A. Zeeb2019-08-221-0/+1
* Remove stray line that was duplicated.Warner Losh2019-08-221-1/+0
* Create a AHCI attachment for nvme.Warner Losh2019-08-214-5/+209
* Separate the pci attachment from the rest of nvmeWarner Losh2019-08-214-303/+346
* Improve NVMe hot unplug handling.Alexander Motin2019-08-212-20/+41
* Fix sound on headset jack for ThinkPad T51.Xin LI2019-08-211-0/+9
* dpaa: Fix warnings in dtsec(4) found by clangJustin Hibbits2019-08-211-2/+2
* Formalize NVMe controller consumer life cycle.Alexander Motin2019-08-211-9/+23
* Use a sleepable lock for midistat functions.Mark Johnston2019-08-201-72/+58
* Unbreak USB ethernet module buildsJustin Hibbits2019-08-209-0/+50
* usb_ethernet.h includes a number of mii headers, but only does so inStephen J. Kiernan2019-08-201-5/+2
* Partially revert the previous commit.Jung-uk Kim2019-08-191-6/+4
* Fix sound on headset jack for Lenovo Thinkpad X1 Carbon Gen 6 (model 20KH).Jung-uk Kim2019-08-192-4/+14
* Don't set the string "unknown" as a device's location_strD Scott Phillips2019-08-192-2/+2
* Allocate all per-cpu datastructures in domain correct memory.Jeff Roberson2019-08-182-0/+12
* random(4): Reorder configuration of random source modulesConrad Meyer2019-08-185-63/+81
* Fix bug introduced by r351184.Michal Meloun2019-08-181-1/+1
* Enhance support of extres in dwmmc driver.Michal Meloun2019-08-182-5/+60
* Add method for getting of syscon handle from parent device.Michal Meloun2019-08-183-2/+37
* Revert r351129Emmanuel Vadot2019-08-171-1/+1
* NTB Tool: Test driver for NTB hardware drivers.Alexander Motin2019-08-161-0/+1516
* md(4): remove the unused and unusable MDIOCLIST ioctl.Brooks Davis2019-08-161-53/+2
* fdt: simple-mfd: Set the syscon memory to SHAREABLEEmmanuel Vadot2019-08-161-1/+1
* Fix i386 build.Alexander Motin2019-08-151-1/+2
* Limit memory window usage in ntb_transport to 256MB.Alexander Motin2019-08-151-18/+22