summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* net80211 + drivers: hide size of 'bands' array behind a macro.avos2016-04-2918-18/+18
* Set txbuf_map array size to TX_DESC_COUNT instead of RX_DESC_COUNT.jmcneill2016-04-291-1/+1
* wpi: remove unused variable.avos2016-04-291-2/+0
* The iwm_nic_error() defined if IWM_DEBUG is defined.dchagin2016-04-291-1/+2
* [ath] initialise do_ldpc to 0.adrian2016-04-291-0/+1
* Correct some error codes to native FreeBSD ones.hselasky2016-04-291-0/+3
* Add function to detect the presence of a port module and use thishselasky2016-04-293-1/+18
* [ath] Add LDPC transmit support.adrian2016-04-291-0/+33
* [ath] turn the BA hardware bug back into a printf().adrian2016-04-291-1/+1
* [ath] Add counters for STBC TX and LDPC TX.adrian2016-04-292-1/+9
* Only count CPU devices that are using the ACPI CPU driver.jhb2016-04-281-1/+2
* INTRNG: Define 'INTR_IRQ_INVALID' constant and use it consistentlymmel2016-04-281-1/+1
* GPIO: Add support for gpio pin interrupts.mmel2016-04-282-0/+33
* sfxge(4): do not use RxQ index as labelarybchik2016-04-282-33/+26
* Adjust prototypes for NUMA-related functions to match the style of thejhb2016-04-271-3/+3
* Fix build for systems without PCI_RES_BUS.jhb2016-04-271-1/+1
* Merge ACPICA 20160422.jkim2016-04-271-1/+2
* Add a bus_null_rescan() method that always fails with an error.jhb2016-04-271-1/+1
* Add a pcib_attach_child() method to manage adding the child "pci" device.jhb2016-04-276-29/+32
* Fix PCI bus detach to delete child devices.jhb2016-04-271-9/+8
* Implement a PCI bus rescan method.jhb2016-04-273-0/+100
* hyperv/hn: Add stat for # of chimney sending triessephe2016-04-272-0/+6
* hyperv/vmbus: Mark sysctls MPSAFEsephe2016-04-272-9/+9
* hyperv/hn: Mark sysctls MPSAFEsephe2016-04-271-26/+30
* hyperv/hn: Remove unapplied comment.sephe2016-04-271-2/+0
* hyperv/hn: Restart sending earlier once we gathered some free TX descssephe2016-04-272-3/+20
* Refactor DTS files for Zynq-based SoCsgonzo2016-04-261-0/+3
* ciss(4): Fix overrun of arraycem2016-04-261-2/+2
* iscsi_initiator(4): Fix use-after-free, double-freecem2016-04-261-2/+0
* aacraid(4): Fix some mostly trivial buffer overrunscem2016-04-261-3/+5
* PCI Enhanced Allocation: Annotate an intentional switch fallthroughcem2016-04-261-0/+1
* iwm(4): Don't dereference potentially NULL pointer before NULL checkcem2016-04-261-1/+1
* emu10kx: Don't iterate beyond array boundscem2016-04-261-1/+1
* Fix the parameter type according to method declaration.br2016-04-261-1/+1
* sys/dev: extend use of the howmany() macro when available.pfg2016-04-2630-52/+47
* Stop including machine/fdt.h from the fdt uart code, it's unneeded.andrew2016-04-261-3/+0
* Do not include fdt.h on RISC-V.br2016-04-261-1/+1
* hyperv/hn: Change description to "Hyper-V Network Interface"sephe2016-04-261-1/+1
* hyperv/stor: Set description properly in probe devmethodsephe2016-04-261-1/+2
* hyperv/channel: Git rid of the sub-channel creation callbacksephe2016-04-263-11/+0
* hyperv/stor: Avoid sub-channel creation callback.sephe2016-04-261-15/+9
* hyperv/hn: Avoid sub-channel creation callback.sephe2016-04-264-39/+27
* hyperv/stor: Synchronize sub-channel offerssephe2016-04-261-0/+7
* hyperv/stor: Remove the useless hs_open_multi_channelsephe2016-04-261-7/+0
* [iwm] implement suspend/resume through ieee80211_{suspend,resume}_alladrian2016-04-262-1/+20
* [iwm] add extra transmit setup/completion logging so I can see what's going on.adrian2016-04-261-2/+17
* [ath] add LDPC capability support and LDPC RX support.adrian2016-04-262-0/+18
* [ath] obey the STBC flag setting in iv_flags_htadrian2016-04-261-4/+9
* [iwm] restart the VAP if there's a firmware panic.adrian2016-04-251-6/+13
* dev/random: use our roundup() macro instead of re-implementing it.pfg2016-04-253-7/+4
OpenPOWER on IntegriCloud