aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* xen/timer: remove the timer setup loopRoger Pau Monné2016-05-021-18/+3
* xen/x86: don't lose event interruptsRoger Pau Monné2016-05-021-1/+2
* iwn: do not buffer frames for non-passive channels (it's not needed).Andriy Voskoboinyk2016-05-021-2/+4
* dev/random: minor spelling fixes in comments.Pedro F. Giffuni2016-05-022-4/+4
* [otus] implement monitor mode.Adrian Chadd2016-05-021-42/+81
* s/struct device */device_t/Adrian Chadd2016-05-021-1/+1
* [mwl] s/struct device/device_t/Adrian Chadd2016-05-022-3/+2
* iwn: switch to ieee80211_add_channel*()Andriy Voskoboinyk2016-05-011-69/+37
* rum: switch to ieee80211_add_channel_list_*()Andriy Voskoboinyk2016-05-011-7/+33
* otus: switch to ieee80211_add_channel_list_*()Andriy Voskoboinyk2016-05-012-17/+33
* Make it explicit that D_MEM cdevsw d_flag is to signify that theKonstantin Belousov2016-05-011-1/+0
* iwm: switch to ieee80211_add_channel()Andriy Voskoboinyk2016-05-012-68/+78
* [iwn] fill in the TX command rate info flags consistently.Adrian Chadd2016-05-011-24/+21
* sys: Make use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni2016-04-3012-15/+16
* wpi: convert to ieee80211_add_channel() (mostly noop).Andriy Voskoboinyk2016-04-291-33/+16
* net80211 + drivers: hide size of 'bands' array behind a macro.Andriy Voskoboinyk2016-04-2918-18/+18
* Set txbuf_map array size to TX_DESC_COUNT instead of RX_DESC_COUNT.Jared McNeill2016-04-291-1/+1
* wpi: remove unused variable.Andriy Voskoboinyk2016-04-291-2/+0
* The iwm_nic_error() defined if IWM_DEBUG is defined.Dmitry Chagin2016-04-291-1/+2
* [ath] initialise do_ldpc to 0.Adrian Chadd2016-04-291-0/+1
* Correct some error codes to native FreeBSD ones.Hans Petter Selasky2016-04-291-0/+3
* Add function to detect the presence of a port module and use thisHans Petter Selasky2016-04-293-1/+18
* [ath] Add LDPC transmit support.Adrian Chadd2016-04-291-0/+33
* [ath] turn the BA hardware bug back into a printf().Adrian Chadd2016-04-291-1/+1
* [ath] Add counters for STBC TX and LDPC TX.Adrian Chadd2016-04-292-1/+9
* Only count CPU devices that are using the ACPI CPU driver.John Baldwin2016-04-281-1/+2
* INTRNG: Define 'INTR_IRQ_INVALID' constant and use it consistentlyMichal Meloun2016-04-281-1/+1
* GPIO: Add support for gpio pin interrupts.Michal Meloun2016-04-282-0/+33
* sfxge(4): do not use RxQ index as labelAndrew Rybchenko2016-04-282-33/+26
* Adjust prototypes for NUMA-related functions to match the style of theJohn Baldwin2016-04-271-3/+3
* Fix build for systems without PCI_RES_BUS.John Baldwin2016-04-271-1/+1
* Merge ACPICA 20160422.Jung-uk Kim2016-04-271-1/+2
* Add a bus_null_rescan() method that always fails with an error.John Baldwin2016-04-271-1/+1
* Add a pcib_attach_child() method to manage adding the child "pci" device.John Baldwin2016-04-276-29/+32
* Fix PCI bus detach to delete child devices.John Baldwin2016-04-271-9/+8
* Implement a PCI bus rescan method.John Baldwin2016-04-273-0/+100
* hyperv/hn: Add stat for # of chimney sending triesSepherosa Ziehau2016-04-272-0/+6
* hyperv/vmbus: Mark sysctls MPSAFESepherosa Ziehau2016-04-272-9/+9
* hyperv/hn: Mark sysctls MPSAFESepherosa Ziehau2016-04-271-26/+30
* hyperv/hn: Remove unapplied comment.Sepherosa Ziehau2016-04-271-2/+0
* hyperv/hn: Restart sending earlier once we gathered some free TX descsSepherosa Ziehau2016-04-272-3/+20
* Refactor DTS files for Zynq-based SoCsOleksandr Tymoshenko2016-04-261-0/+3
* ciss(4): Fix overrun of arrayConrad Meyer2016-04-261-2/+2
* iscsi_initiator(4): Fix use-after-free, double-freeConrad Meyer2016-04-261-2/+0
* aacraid(4): Fix some mostly trivial buffer overrunsConrad Meyer2016-04-261-3/+5
* PCI Enhanced Allocation: Annotate an intentional switch fallthroughConrad Meyer2016-04-261-0/+1
* iwm(4): Don't dereference potentially NULL pointer before NULL checkConrad Meyer2016-04-261-1/+1
* emu10kx: Don't iterate beyond array boundsConrad Meyer2016-04-261-1/+1
* Fix the parameter type according to method declaration.Ruslan Bukin2016-04-261-1/+1
* sys/dev: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-2630-52/+47