summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* MFC r256865brooks2013-10-314-1079/+0
* MFC r256752, r256946brooks2013-10-315-0/+3037
* MFC: r256743, r256744brooks2013-10-312-10/+23
* MFC r257206:hselasky2013-10-304-18/+44
* MFC r256771:dumbbell2013-10-291-0/+1
* MFC r257061:trasz2013-10-291-14/+12
* MFC r256848:kib2013-10-291-1/+1
* MFC r257007:delphij2013-10-268-241/+639
* MFC r256750:hselasky2013-10-251-0/+19
* MFC r256500:hselasky2013-10-242-0/+2
* MFC r256548:hselasky2013-10-242-17/+38
* MFC r256694, r256713, r256714.np2013-10-2112-0/+9165
* MFC r256477:np2013-10-202-8/+14
* MFC r256459.np2013-10-2012-16574/+17325
* MFC r256425:gibbs2013-10-183-44/+15
* MFC: r256425gibbs2013-10-181-5/+33
* MFC:markm2013-10-134-7/+19
* Merge from project branch via main. Uninteresting commits are trimmed.markm2013-10-1226-508/+873
* MFC r256362grehan2013-10-122-19/+86
* MFC r256350grehan2013-10-112-8/+11
* In sys/dev/bxe/bxe.c, print bus_addr_t values using %#jx, to fix severaldim2013-10-111-7/+7
* MFC r256304grehan2013-10-113-24/+10
* Merge r256299 from head.edavis2013-10-113-8/+36
* MFC r256308:bryanv2013-10-112-12/+1
* MFC r256302:np2013-10-101-0/+1
* In sys/dev/hyperv, fix a number of gcc warnings about usage of anonymousdim2013-10-106-49/+60
* Properly handle residual count in Data-In PDUs with S bit set.trasz2013-10-091-12/+33
* Improve logging around some of the isci(4) reset and recovery paths.jimharris2013-10-093-4/+52
* Be extra paranoid with values obtained from the target.trasz2013-10-091-8/+26
* Fail connection upon receiving too large data segment.trasz2013-10-091-0/+1
* There are some high performance NICs that count statistics in hardware,glebius2013-10-092-2/+3
* Update the Intel igb driver to version 2.4.0jfv2013-10-0921-1203/+2004
* Fix NOP-In/NOP-Out payload handling. Previous way didn't work at all; fortun...trasz2013-10-091-6/+36
* Fix the LINT build.jimharris2013-10-081-0/+1
* Now our binutils's assembler supports the Intel Random Number Generatordim2013-10-081-2/+2
* Do not leak resources during attach if nvme_ctrlr_construct() or the initialjimharris2013-10-081-3/+9
* Log and then disable asynchronous notification of persistent events afterjimharris2013-10-082-7/+56
* Do not enable temperature threshold as an asynchronous event notificationjimharris2013-10-081-0/+14
* Extend some 32-bit fields and variables to 64-bit to prevent overflowjimharris2013-10-082-5/+5
* Add driver-assisted striping for upcoming Intel NVMe controllers that canjimharris2013-10-084-12/+225
* Add channel survey support to the AR5212 HAL.adrian2013-10-083-18/+102
* Fix kernel build on amd64 after r256118, since the machine/md_var.hdim2013-10-071-0/+1
* Make isci(4) loadable.kib2013-10-071-0/+1
* Remove redundant declaration of cpu_clflush_line_size indim2013-10-071-4/+0
* Initialize a variable in sys/dev/xen/control/control.c, to silence a gccdim2013-10-071-0/+1
* Formalize the concept of virtual CPU ids by adding a per-cpu vcpu_idgibbs2013-10-051-2/+2
* Correct panic caused by attaching both Xen PV and HyperV virtualizationgibbs2013-10-051-0/+10
* Expose system level ixgbe sysctls.hiren2013-10-052-0/+29
* Do not hold the vtnet Rx queue lock when calling up into the stackbryanv2013-10-051-2/+6
* Don't leak memory when removing an unconnected session, and remove uselesstrasz2013-10-042-3/+4
OpenPOWER on IntegriCloud