aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* [ath] Begin using the replacement EDCA functions.Adrian Chadd2017-10-121-1/+5
* Fix build after r324446.Gleb Smirnoff2017-10-121-1/+1
* Added support driver state capture/retrievalDavid C Somayajulu2017-10-117-2/+310
* Add sanity checks in ql_hw_send() qla_send() to ensure that empty slotsDavid C Somayajulu2017-10-112-0/+25
* hwpmc(4): Actually use a sufficiently wide typeConrad Meyer2017-10-111-1/+1
* hwpmc(4): Force sufficiently wide type for left shiftConrad Meyer2017-10-111-1/+1
* ixgbe: Remove never defined UDP_IPV4_EXSepherosa Ziehau2017-10-113-7/+0
* hyperv/hn: Enable transparent VF by default.Sepherosa Ziehau2017-10-111-1/+1
* hyperv/hn: Workaround erroneous hash type observed on WS2016 for VF.Sepherosa Ziehau2017-10-113-8/+36
* Revert Commit r324290David C Somayajulu2017-10-102-21/+0
* uart: detect 256-byte FIFOsEd Maste2017-10-101-1/+4
* Merge ACPICA 20170929 (take 2).Jung-uk Kim2017-10-101-1/+1
* Do not check whether AcpiOsGetTimer() is called during boot.Jung-uk Kim2017-10-101-3/+0
* Use common rdma_ip2gid() function instead of custom mlx5_ip2gid() one.Hans Petter Selasky2017-10-101-21/+1
* hyperv/hn: Workaround erroneous hash type observed on WS2016.Sepherosa Ziehau2017-10-103-30/+90
* hyperv/vmbus: Expose Hyper-V major version.Sepherosa Ziehau2017-10-102-1/+5
* hyperv/vmbus: Add tunable to pin/unpin event tasks.Sepherosa Ziehau2017-10-101-4/+17
* Remove embedded newlines from sysctl variable descriptionsAlan Somers2017-10-092-22/+23
* Shorten list of arguments to mbuf external storage freeing function.Gleb Smirnoff2017-10-0911-86/+43
* Add support for Intel 8265 WiFiGeorge V. Neville-Neil2017-10-093-1/+12
* random(4): Gather entropy from Pure sourcesConrad Meyer2017-10-072-7/+55
* random(4): Add missing source descriptionsConrad Meyer2017-10-071-20/+22
* cxgbe(4): Update T6, T5, and T4 firmwares to 1.16.63.0.Navdeep Parhar2017-10-078-32856/+33195
* random(4): Discard low entropy inputsConrad Meyer2017-10-061-8/+21
* Also handle psci 1.0. This can be seen as a bug fix update for the 0.2Andrew Turner2017-10-061-3/+6
* bnxt: fix intermittent VLAN issuesStephen Hurd2017-10-051-0/+1
* Fix "taskqgroup_attach: setaffinity failed: 3" with iflib driversStephen Hurd2017-10-052-3/+4
* hyperv/hn: Fix options RSS buildingSepherosa Ziehau2017-10-051-4/+0
* cxgbe(4): Provide knobs to set the holdoff parameters of TOE rx queuesNavdeep Parhar2017-10-053-13/+96
* hwpmc(4): Add support for extended AMD eventsConrad Meyer2017-10-042-3/+3
* Add sanity checks in ql_hw_send() qla_send() to ensure that empty slotsDavid C Somayajulu2017-10-042-0/+21
* 'private' isn't a PNP string field, so instead used the reserved '#'Warner Losh2017-10-041-1/+1
* Make md(4) support GEOM::ident for vnode-backed disks. It's basedEdward Tomasz Napierala2017-10-041-0/+11
* Make sure the doorbell lock is valid for the i386 versionHans Petter Selasky2017-10-024-5/+5
* Setup mbuf hash type properly when receiving IP packets in the mlx4en(4) driver.Hans Petter Selasky2017-10-021-1/+47
* Implement SIOCGIFRSS{KEY,HASH} for the mlx4en(4) driver.Hans Petter Selasky2017-10-023-10/+76
* When mdstart_swap() accesses a page that is already in the active queue,Alan Cox2017-10-021-1/+4
* Define a single instance of ahci_devclass and reference it from all theIan Lepore2017-10-024-2/+6
* Allow Raspberry Pi platform and drivers to be configured with upstream DTBs.Ian Lepore2017-10-021-2/+3
* To prepare for adding EFI runtime services support on arm64 move theAndrew Turner2017-10-011-0/+388
* Fix supposed typo in the include guard symbol name, use full path forKonstantin Belousov2017-10-011-3/+3
* Improve the debug parsing to allow flags to be added and subtractedScott Long2017-10-012-2/+59
* Improve smb(4) devfs interactions.Konstantin Belousov2017-10-011-51/+17
* Add initial support for Address Lookup Table (A-LUT).Alexander Motin2017-10-011-23/+72
* uath(4): fix varible types, add missing checks for descriptor / commandAndriy Voskoboinyk2017-09-301-23/+99
* Revert r324109. This commit broke a number of systems.Jung-uk Kim2017-09-301-1/+1
* Merge ACPICA 20170929.Jung-uk Kim2017-09-291-1/+1
* Convert sysctl sbuf usage to use a fully dynaic sbuf. This is strictlyScott Long2017-09-292-17/+17
* Add ThinkPad USB 3.0 Ethernet Adapter.Kevin Lo2017-09-292-0/+2
* Make this compile if NO_SYSCTL_DESCR is defined.Nick Hibma2017-09-281-4/+5