aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Reduce diff with Linux 3.8Jean-Sébastien Pédron2015-10-313-86/+89
* Do not FALLTHROUGH for SIOC{ADD,DEL}MULTISimon J. Gerraty2015-10-301-1/+1
* nvd, nvme: report stripesize through GEOM disk layerJim Harris2015-10-303-0/+9
* nvme: fix race condition in split bio completion pathJim Harris2015-10-301-3/+6
* Reduce the DWC OTG interrupt load by not reading all the host channelHans Petter Selasky2015-10-301-6/+11
* cxgbe/tom: decide whether to shove segments or not only if there isNavdeep Parhar2015-10-301-1/+1
* Remove unneeded NULL as this is initialized with M_ZERO.Bryan Drewery2015-10-291-3/+0
* Remove some unneeded code.Alexander Motin2015-10-291-4/+0
* Remove reset delays for which I see neither explanation nor need.Alexander Motin2015-10-291-25/+7
* ntb: Revert r290130 now that r290156 has landedConrad Meyer2015-10-291-4/+0
* Fix and improve error masking and reporting.Alexander Motin2015-10-293-48/+54
* Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky2015-10-295-2047/+35
* Remove the static function declaration.Kevin Lo2015-10-291-2/+1
* - Add a missing prototypeKevin Lo2015-10-292-13/+14
* ioat_test: Handled forced hardware resets gracefullyConrad Meyer2015-10-291-3/+14
* ioat: Drain/quiesce the device less racilyConrad Meyer2015-10-292-14/+55
* ntb: Do not attempt to set write-combining on MWsConrad Meyer2015-10-291-0/+4
* ioatcontrol(8): Add and document "raw" testing modeConrad Meyer2015-10-292-2/+48
* Change the way how target mode is enabled on 23xx chips.Alexander Motin2015-10-282-4/+5
* Improve/fix loop scanning routine.Alexander Motin2015-10-284-64/+195
* ioat: Define DMACAPABILITY bitsConrad Meyer2015-10-285-2/+37
* drm/i915: Reduce diff with Linux 3.8Jean-Sébastien Pédron2015-10-271-334/+327
* drm/i915: Reduce diff with Linux 3.8Jean-Sébastien Pédron2015-10-271-169/+157
* Reimplement next port handle generation.Alexander Motin2015-10-272-60/+43
* urtwn(4): fix scanning from AUTH stateAndriy Voskoboinyk2015-10-271-30/+47
* Fix error code that looks like wrong.Alexander Motin2015-10-271-1/+1
* otus(4) - monitor mode fixes, large-mbuf crash fixAdrian Chadd2015-10-271-47/+61
* urtwn(4): do not filter out control frames in the RX pathAndriy Voskoboinyk2015-10-261-5/+8
* ioat: Add support for Block Fill operationsConrad Meyer2015-10-264-4/+85
* ioat: Dedupe operation enqueue logicConrad Meyer2015-10-262-51/+86
* Reimplement enable and implement disable of virtual ports.Alexander Motin2015-10-263-72/+167
* x86/dma_bounce: revert r289834 and r289836Roger Pau Monné2015-10-261-7/+5
* ioat: Add %b format string for CHANERR codesConrad Meyer2015-10-262-2/+11
* ioat: Allocate memory for ring resize sanelyConrad Meyer2015-10-263-119/+323
* ioat: Expose more softc members in sysctlsConrad Meyer2015-10-262-5/+17
* ioat: Introduce KTR probesConrad Meyer2015-10-262-7/+8
* Improve style in mge driverZbigniew Bodek2015-10-251-19/+30
* Change improper locking assertion in mgeZbigniew Bodek2015-10-251-4/+2
* Introduce e6000sw etherswitch supportZbigniew Bodek2015-10-252-0/+1161
* Add etherswitch support to mgeZbigniew Bodek2015-10-252-64/+315
* Deliver INOTs only to enabled virtual ports.Alexander Motin2015-10-251-0/+2
* Rework r289933 using already existing macro.Alexander Motin2015-10-251-3/+2
* Try to keep Loop IDs persistent across chip reinits.Alexander Motin2015-10-252-40/+34
* drm/i915: Reduce diff with Linux 3.8Jean-Sébastien Pédron2015-10-251-6/+8
* drm/i915: Reduce diff with Linux 3.8Jean-Sébastien Pédron2015-10-252-598/+563
* Improve Port Database Changed handling and reporting.Alexander Motin2015-10-252-14/+17
* Formalize/unify chip (re-)inits.Alexander Motin2015-10-254-51/+29
* ioat: Actually bring the hardware back online after resetConrad Meyer2015-10-242-13/+65
* ioat: Use bus_alloc_resource_any(9)Conrad Meyer2015-10-241-2/+2
* ioat: Extract halted error-debugging to a functionConrad Meyer2015-10-241-8/+17