summaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* MFC 304251Sepherosa Ziehau2016-08-222-100/+61
* MFS r304474:Bryan Drewery2016-08-191-0/+2
* MF stable11 r304337Sean Bruno2016-08-196-14/+45
* MFC r304433Eric van Gyzen2016-08-181-15/+34
* MFC r304163Ryan Stone2016-08-151-1/+2
* MFS r304067:Steven Hartland2016-08-152-24/+38
* MFC r303816 r303847Sean Bruno2016-08-1124-7456/+11692
* MFC r303488 and r303771:Roger Pau Monné2016-08-101-27/+33
* MFC r303788Eric van Gyzen2016-08-081-4/+4
* MFC 303737Sepherosa Ziehau2016-08-081-2/+21
* MFC 303076,303225: Use MTX_SYSINIT for the VESA lock.John Baldwin2016-08-061-3/+1
* MFC 303497,303559,303645: Disable PCI-e hotplug on bridges with powerJohn Baldwin2016-08-051-1/+18
* MFC r302576:Enji Cooper2016-08-031-3/+0
* MFC r302571,r302572,r302577,r302841:Enji Cooper2016-08-033-5/+3
* MFC r302581:Enji Cooper2016-08-021-3/+0
* MFC r303638Sean Bruno2016-08-021-0/+1
* MFC r303338: vt: lock Giant around kbd calls in CONS_GETINFOEd Maste2016-08-011-0/+2
* MFC r303322,303326,303327,303345,303413,303416,303418,303557Sean Bruno2016-08-0115-753/+3277
* MFC r303151:Konstantin Belousov2016-07-281-9/+4
* MFC r303115:Andriy Voskoboinyk2016-07-262-0/+6
* MFC r303043:Bryan Drewery2016-07-253-8/+8
* MFC r303032Sean Bruno2016-07-241-9/+6
* Update if_hwassist when interface options are changed.Alexander Motin2016-07-211-9/+22
* MFC r302673Stephen McConnell2016-07-196-11/+62
* MFC 302541,302605Sepherosa Ziehau2016-07-151-57/+61
* Fix ahci(4) driver attach to controller with 32 ports.Alexander Motin2016-07-072-4/+4
* [ath] obey the short-GI vap config flag when transmitting.Adrian Chadd2016-07-071-2/+5
* Do not initialize the adapter on MTU change when adapter status is down.Sean Bruno2016-07-078-8/+16
* isci: fix ATA PASSTHROUGH fixed sense data formatJim Harris2016-07-062-4/+4
* Replace a number of conflations of mp_ncpus and mp_maxid with eitherNathan Whitehorn2016-07-061-10/+10
* Fix regression issue with XHCI on 32-bit ARMv7 Armada-38x. Make sureHans Petter Selasky2016-07-061-1/+1
* ioat(4): Block asynchronous work during HW resetConrad Meyer2016-07-052-10/+69
* ioat(4): Serialize ioat_reset_hw invocationsConrad Meyer2016-07-052-0/+14
* ioat(4): Split timer into poll and shrink functionsConrad Meyer2016-07-052-29/+62
* cxgbe(4): Changes to the CPL-handler registration mechanism and codeNavdeep Parhar2016-07-0518-339/+302
* Fix interrupt loop when switching from USB device to USB host mode byHans Petter Selasky2016-07-041-16/+18
* cxgbe(4): Avoid a NULL dereference while dumping the L2 table. EntriesNavdeep Parhar2016-07-011-2/+1
* Fix detection of USB device disconnects in USB host mode when the USBHans Petter Selasky2016-07-011-1/+4
* cxgbe(4): Do not bring up an interface when IFCAP_TOE is enabled on it.Navdeep Parhar2016-06-292-4/+4
* USB: Add Garmin FR230 device quirk (broken INQUIRY)Conrad Meyer2016-06-292-0/+2
* bhnd(4): Add devinfo allocation and child addition methods, modeled onLandon J. Fuller2016-06-259-75/+232
* bhnd(4): Perform explicit chipc child enumeration.Landon J. Fuller2016-06-2514-465/+479
* urtwn: use m_get2() in Rx path.Andriy Voskoboinyk2016-06-241-8/+1
* urtwn: fix memory leak on device restartAndriy Voskoboinyk2016-06-241-21/+9
* Add pci_get_max_payload() to fetch the PCI-express maximum payload size.John Baldwin2016-06-242-0/+17
* Use correct Q-counter output array.Hans Petter Selasky2016-06-231-1/+1
* cxgbe(4): Merge netmap support from the ncxgbe/ncxl interfaces to theNavdeep Parhar2016-06-234-528/+285
* revert error commit from previous commit. my bad!Adrian Chadd2016-06-231-1/+1
* [BHND/bcma] Add implementation of BHND_BUS_RESET_CORE function for BCMAAdrian Chadd2016-06-233-5/+40
* [iwm] Use mbuf for large firmware commands, like OpenBSD does.Adrian Chadd2016-06-232-25/+33