summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix clearing MAC stats registers. Previously it cleared everyyongari2013-10-041-2/+2
* Update OFED to Linux 3.7 and update Mellanox drivers.alfred2013-09-291-2/+3
* Fix powerpc/161045. ams_poll() needs to return that any data is available, notjhibbits2013-09-281-1/+2
* Re-do r255853. Along with adding back the API/ABI changes from thescottl2013-09-2516-30/+59
* Add PCI device ID for MegaRAID Invader cards. This was the onlyambrisko2013-09-251-0/+1
* Revert r255853 pending fixes to build errors in usr.bin/kdumpgjb2013-09-2516-59/+30
* As it turns out, when MOD_LOAD handler returns error, kernel calls MOD_UNLOADtrasz2013-09-241-11/+7
* Improve error handling in the old initiator, preventing panic on attempttrasz2013-09-241-9/+14
* Update the CAM API for FreeBSD 10:scottl2013-09-2416-30/+59
* Don't use M_WAITOK when running from context where sleeping is prohibited,trasz2013-09-231-1/+5
* Prevent "lock (iscsi) sx does not match earlier (sleep mutex) lock" panictrasz2013-09-231-1/+1
* Export two new DCMD enums. These allow set/get of the mfi_ctrl_propertiessbruno2013-09-221-0/+2
* Stability fixes for Intel LynxPoint XHCI controllers. Disable XHCI porthselasky2013-09-213-25/+66
* Remove local change leftover, this should never have been part ofdavide2013-09-201-2/+0
* Fix lc_lock/lc_unlock() support for rmlocks held in shared mode. Withdavide2013-09-201-0/+2
* Add some spare fields to structs used by the new iSCSI stack - some justtrasz2013-09-201-0/+14
* Substantial rewrite of bxe(4) to add support for the BCM57712 anddavidch2013-09-2038-108103/+177888
* Add support for suspend/resume/migration operations when running as agibbs2013-09-204-78/+114
* Update arcmsr(4) driver to 1.20.00.28 which fixes mutex recursion indelphij2013-09-191-15/+12
* Reorder the hypervisor presence test to avoid claiming ATA disksgrehan2013-09-191-28/+38
* Fix several problems in the new iSCSI stack; this includes interoperabilitytrasz2013-09-182-11/+27
* Fix a typo when accounting for tx_broadcast statistics.delphij2013-09-171-1/+1
* Add a kernel interface (OF_xref_phandle()) for systems where phandlesnwhitehorn2013-09-153-1/+51
* drm/radeon: Add missing "return false" after unmapping invalid BIOSdumbbell2013-09-151-0/+1
* drm/radeon: Fix usage of pci_save_state() and pci_restore_state()dumbbell2013-09-144-8/+8
* drm/radeon: Fix usage of vga_pci_map_bios()dumbbell2013-09-141-3/+5
* vgapci: Use vga_pci_alloc_resource() to map PCI Expansion ROMdumbbell2013-09-141-22/+17
OpenPOWER on IntegriCloud