aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* rtwn_pci: omit tx_done() stage if device is not running.Andriy Voskoboinyk2016-11-062-6/+10
* rtwn: fix Tx ring cleanup.Andriy Voskoboinyk2016-11-061-30/+94
* rtwn: reduce shutdown time for RTL8188CE.Andriy Voskoboinyk2016-11-061-1/+2
* rtwn: reset watchdog timer on device shutdown.Andriy Voskoboinyk2016-11-061-0/+1
* rtwn: fix Rx filter setup for some multi-vap configuratons.Andriy Voskoboinyk2016-11-055-48/+48
* rtwn: pause beacon queue during scanning.Andriy Voskoboinyk2016-11-051-0/+5
* r295133 attempted to deactivate TSO in the 100Mbit link case with thisSean Bruno2016-11-051-14/+15
* r266979 missed a call to enable capabilities of the hw leading to anSean Bruno2016-11-051-0/+1
* Record the LogInfo field when reporting the IOCStatus. Helps inScott Long2016-11-042-8/+12
* Add clk_set_assignedEmmanuel Vadot2016-11-042-2/+50
* [gpio] Add GPIO driver for Intel Bay Trail SoCOleksandr Tymoshenko2016-11-041-0/+435
* hyperv/vmbus: Reset ch_dev, once the child is deleted.Sepherosa Ziehau2016-11-041-0/+1
* [ath] add the MIMO per-chain RSSI and noise floor information.Adrian Chadd2016-11-031-3/+34
* smbus: remove smbus_trans / SMB_TRANSAndriy Gapon2016-11-034-59/+2
* [evdev] Add evdev support to atkbd(4) driverOleksandr Tymoshenko2016-11-032-0/+87
* Since it's no longer accessing a powerpc-specific register, drop the #ifdef.Justin Hibbits2016-11-021-2/+0
* Fix the build. protctl is only used on powerpc.Justin Hibbits2016-11-021-1/+3
* ioat(4): Read CHANSTS register for suspended/halted checksConrad Meyer2016-11-021-0/+6
* dev/cpuctl: put debug output under CPUCTL_DEBUG rather than DEBUGAndriy Gapon2016-11-021-1/+1
* fix typo in a commentAndriy Gapon2016-11-021-1/+1
* smbus: remove the potentially very dangerous slave probing codeAndriy Gapon2016-11-021-29/+0
* ichiic/ig4: completely disengage from smbusAndriy Gapon2016-11-024-529/+21
* Add support for microcode update on newer AMD CPUs (10h+)Andriy Gapon2016-11-021-29/+22
* Add a fallback to the device mapper logic. We've seen systems in the fieldScott Long2016-11-026-14/+72
* Removed unused M_TSO_LEN.Sean Bruno2016-11-021-1/+0
* hyperv/kvp: Don't mix message status codes and function return values.Sepherosa Ziehau2016-11-023-38/+34
* hyperv: GC unused functions.Sepherosa Ziehau2016-11-023-72/+0
* [psm] Fix choosing wrong mode for synaptic device + trackpointOleksandr Tymoshenko2016-11-021-16/+25
* Merge i.MX and PowerPC SDHCI driversJustin Hibbits2016-11-021-19/+103
* Toggle card insert/remove interrupt enable bits on eventsJustin Hibbits2016-11-021-1/+8
* Move imx_sdhci driver over to a dev/sdhci in preparation for QorIQ support.Justin Hibbits2016-11-021-0/+917
* [iwm] Set full-offload scan flag. Fixes fw panic when already associated.Imre Vadász2016-11-011-0/+2
* [iwm] Get rid of SYNC_RESP_STRUCT and SYNC_RESP_PTR macros.Imre Vadász2016-11-011-32/+18
* ioat(4): Allocate contiguous descriptorsConrad Meyer2016-11-012-125/+93
* ioat(4): Simplify by removing dynamic scalingConrad Meyer2016-11-012-327/+13
* hyperv/vmbus: Avoid extra header copy.Sepherosa Ziehau2016-11-011-11/+15
* hyperv/hn: Directly fill chimney sending buffer for small packets.Sepherosa Ziehau2016-11-011-22/+34
* hyperv/hn: Move TSO packet fixup to an earlier place for if_transmit.Sepherosa Ziehau2016-11-011-28/+98
* Make sure the virtual T-axis buttons generate button release event(s)Hans Petter Selasky2016-11-011-2/+5
* hyperv/hn: Regroup if_start related functions.Sepherosa Ziehau2016-11-011-125/+153
* hyperv/hn: Rename cleaned up file.Sepherosa Ziehau2016-11-011-0/+0
* hyperv/hn: Cosmetic cleanup; no functional changes.Sepherosa Ziehau2016-11-011-298/+271
* - Fix `make` in sys/modules/bhndLi-Wen Hsu2016-11-011-2/+0
* Add BUF_TRACKING and FULL_BUF_TRACKING buffer debuggingConrad Meyer2016-10-311-0/+9
* Make sure the virtual T-axis buttons gets cleared for USB mice which hasHans Petter Selasky2016-10-311-1/+4
* xen: add a grant-table user-space deviceRoger Pau Monné2016-10-311-0/+1275
* xen/netfront: fix statisticsRoger Pau Monné2016-10-311-32/+6
* Add preliminary support for the RTL8153.Kevin Lo2016-10-315-51/+254
* hyperv/hn: Don't start shared TX taskq, if the hypervisor is not Hyper-V.Sepherosa Ziehau2016-10-311-2/+7
* hyperv/hn: Reset do_lro, if the hash types are not TCP related.Sepherosa Ziehau2016-10-311-0/+16