aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* cxgbe(4): Always dispatch all work requests that have been written to theNavdeep Parhar2016-04-121-2/+3
* cxgbe(4): Always read the entire mailbox into the reply buffer.Navdeep Parhar2016-04-121-1/+1
* 1. Process tx completions in bxe_periodic_callout_func() and restartDavid C Somayajulu2016-04-122-23/+63
* Make all CT Pass-Through (name server requests) asynchronous.Alexander Motin2016-04-121-57/+78
* Rename the 'M_B' macro in t4_regs.h to 'CXGBE_M_B'.John Baldwin2016-04-121-2/+2
* Replace 0 with NULL for pointers in misc. device drivers.Pedro F. Giffuni2016-04-1225-64/+67
* Switch isp_getpdb() to synchronous IOCB DMA area.Alexander Motin2016-04-121-18/+11
* Allocate separate DMA area for synchronous IOCB execution.Alexander Motin2016-04-124-39/+70
* Reimplement ISP_TSK_MGMT IOCTL via asynchronous request.Alexander Motin2016-04-121-43/+58
* Add couple missing memory barriers.Alexander Motin2016-04-121-1/+3
* hyperv: Replace 0 w/ NULLSepherosa Ziehau2016-04-122-2/+2
* Update 25xx chips firmware from 7.03.00 to 8.03.00.Alexander Motin2016-04-111-14487/+15003
* Polish debugging IOCB dumping.Alexander Motin2016-04-112-31/+42
* hyperv: TypoSepherosa Ziehau2016-04-111-1/+1
* hyperv/hn: Remove unnecessary NULL checksSepherosa Ziehau2016-04-112-10/+5
* hyperv/hn: By default enable multiple TX/RX rings, aka vRSS.Sepherosa Ziehau2016-04-111-2/+2
* hyperv/hn: Cap default # of rings to 8.Sepherosa Ziehau2016-04-111-1/+9
* hyperv: Define macro for Hyper-V interfaceSepherosa Ziehau2016-04-111-1/+2
* hyperv: Print more featuresSepherosa Ziehau2016-04-112-20/+57
* hyperv: Break long lineSepherosa Ziehau2016-04-111-1/+2
* hyperv: Declare hyperv_{features,recommends} properlySepherosa Ziehau2016-04-111-0/+3
* hyperv: Resurrect r297481Sepherosa Ziehau2016-04-111-2/+5
* hyperv: Identify Hyper-V features and recommends properlySepherosa Ziehau2016-04-112-2/+98
* hyperv/vmbus: Get rid of max_leaf detection; this is actually not used.Sepherosa Ziehau2016-04-111-32/+0
* hyperv/vmbus: Nuke unused functionSepherosa Ziehau2016-04-112-13/+0
* cxgbe(4): Provide an explicit value for nqpcq in the firmwareNavdeep Parhar2016-04-111-1/+2
* Fix IIC "how" argument dereferencing on big-endian platformsOleksandr Tymoshenko2016-04-101-1/+1
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-1052-170/+169
* Add a 'show t4 devlog <nexus>' DDB command.John Baldwin2016-04-101-0/+93
* Add a 'show t4 tcb <nexus> <tid>' command to dump a TCB from DDB.John Baldwin2016-04-102-25/+85
* USB: replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-092-2/+2
* Use DELAY() instead of sleeping during boot-time attach.John Baldwin2016-04-091-1/+4
* ixl(4): replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-092-3/+3
* Register symbolic port/node names in FC name server.Alexander Motin2016-04-096-6/+181
* Add more fine-grained kernel options for NUMA support.John Baldwin2016-04-092-3/+3
* ioat(4): ioat_get_dmaengine(): Add M_WAITOK modeConrad Meyer2016-04-094-7/+36
* Reduce code duplication when executing Passthrough IOCB.Alexander Motin2016-04-091-187/+80
* Fix a masking bug for e500 PMC.Justin Hibbits2016-04-091-3/+4
* [ath] Only process beacon frames for the IBSS/BSSID if appropriate.Adrian Chadd2016-04-091-62/+79
* Fix sending TSO packets larger than single DMA segment on VNICZbigniew Bodek2016-04-081-7/+1
* Speedup BGX link polling on ARM64Wojciech Macek2016-04-081-2/+2
* hyperv: Revert r297481Sepherosa Ziehau2016-04-081-12/+2
* Add new USB quirk.Hans Petter Selasky2016-04-082-0/+6
* Add option to specify built-in keymap for kbdmuxEd Maste2016-04-071-0/+8
* Associate device_t objects with ACPI handles via PCI_CHILD_ADDED().John Baldwin2016-04-073-30/+75
* This revision adds support to if_rt for more SoCs.Stanislav Galabov2016-04-072-43/+82
* hyperv: Use lapic_{alloc,free}_ipi to allocate private interrupt vectorSepherosa Ziehau2016-04-072-79/+11
* hyperv: Typo in r297634Sepherosa Ziehau2016-04-071-2/+2
* hyperv/vmbus: Use default mtx for channel message queueSepherosa Ziehau2016-04-073-27/+27
* hyperv: Use mb() instead of atomic_thread_fence_seq_cst()Sepherosa Ziehau2016-04-071-2/+10