summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* brcmfmac: announce P2P_DEVICE support in wiphy structureArend van Spriel2013-05-171-1/+6
* rtlwifi: rtl8188ee: Fix warning when building on big-endian systemsLarry Finger2013-05-171-2/+2
* ath9k: Fix crash on module unloadSujith Manoharan2013-05-173-6/+17
* net/wireless: ATH9K should depend on HAS_DMAGeert Uytterhoeven2013-05-171-1/+1
* bcma: add more core IDsRafał Miłecki2013-05-171-0/+2
* iwlegacy: remove inline marking of EXPORT_SYMBOL functionsDenis Efremov2013-05-171-1/+1
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-05-179-22/+105
|\
| * iwlwifi: mvm: fix aggregation drain flowEmmanuel Grumbach2013-05-165-18/+48
| * iwlwifi: mvm: Prevent setting assoc flag in MAC_CONTEXT_CMDAlexander Bondar2013-05-161-4/+8
| * iwlwifi: mvm: tell firmware to let multicast frames inEmmanuel Grumbach2013-05-163-0/+43
| * iwlwifi: mvm: Always use SCAN_TYPE_FORCEDIlan Peer2013-05-161-0/+6
* | mac80211_hwsim: correctly register the platform driverSasha Levin2013-05-161-9/+9
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-05-1011-117/+131
|\
| * mwifiex: fix setting of multicast filterDaniel Drake2013-05-081-15/+6
| * mwifiex: fix memory leak issue when driver unloadAmitkumar Karwar2013-05-082-3/+1
| * mwifiex: clear is_suspended flag when interrupt is received earlyBing Zhao2013-05-081-0/+1
| * ath9k: Update initvals for AR9565Sujith Manoharan2013-05-081-68/+70
| * ath9k: Fix beacon reconfigurationSujith Manoharan2013-05-081-2/+2
| * iwl4965: workaround connection regression on passive channelStanislaw Gruszka2013-05-081-2/+1
| * B43: Handle DMA RX descriptor underrunThommy Jakobsson2013-05-083-26/+40
| * ath5k: do not reschedule tx_complete_work on stopStanislaw Gruszka2013-05-031-0/+5
| * ath9k: fix key allocation error handling for powersave keysFelix Fietkau2013-05-031-1/+5
* | Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2013-05-103-164/+3484
|\ \
| * | NVMe: Use user defined admin ioctl timeoutKeith Busch2013-05-091-1/+5
| * | NVMe: Simplify Firmware Activate code slightlyMatthew Wilcox2013-05-081-4/+2
| * | NVMe: Only clear the enable bit when disabling controllerMatthew Wilcox2013-05-081-1/+4
| * | NVMe: Wait for device to acknowledge shutdownMatthew Wilcox2013-05-081-19/+46
| * | NVMe: Schedule timeout for sync commandsKeith Busch2013-05-021-1/+1
| * | NVMe: Meta-data support in NVME_IOCTL_SUBMIT_IOKeith Busch2013-05-021-4/+67
| * | NVMe: Device specific stripe size handlingKeith Busch2013-05-021-4/+15
| * | NVMe: Split non-mergeable bio requestsKeith Busch2013-05-021-30/+122
| * | NVMe: Remove dead code in nvme_dev_addKeith Busch2013-05-021-9/+2
| * | NVMe: Check for NULL memory in nvme_dev_addKeith Busch2013-05-021-0/+2
| * | NVMe: Fix error clean-up on nvme_alloc_queueKeith Busch2013-05-021-1/+1
| * | NVMe: Free admin queue on request_irq errorKeith Busch2013-05-021-4/+9
| * | NVMe: Add scsi unmap to SG_IOKeith Busch2013-05-021-0/+78
| * | NVMe: queue usage fixes in nvme-scsiKeith Busch2013-05-021-5/+20
| * | NVMe: Set TASK_INTERRUPTIBLE before processing queuesArjan van de Ven2013-05-011-2/+1
| * | NVMe: Add a character device for each nvme deviceKeith Busch2013-04-161-10/+64
| * | NVMe: Fix endian-related problems in user I/O submission pathMatthew Wilcox2013-04-161-4/+4
| * | NVMe: Fix I/O cancellation status on big-endian machinesMatthew Wilcox2013-04-161-1/+1
| * | NVMe: Fix sparse warnings in scsi emulationVishal Verma2013-04-161-39/+60
| * | NVMe: Don't fail initialisation unnecessarilyMatthew Wilcox2013-04-161-1/+7
| * | NVMe: Abstract out sector to block number conversionMatthew Wilcox2013-04-162-3/+3
| * | NVMe: Use round_jiffies_relative() for the periodic, once-per-second timerArjan van de Ven2013-04-161-1/+1
| * | NVMe: Add nvme-scsi.cVishal Verma2013-03-283-18/+2962
| * | NVMe: Add definitions for format commandVishal Verma2013-03-271-0/+1
| * | NVMe: Move structures & definitions to header fileVishal Verma2013-03-271-55/+0
| * | NVMe: Rename nvme.c to nvme-core.cVishal Verma2013-03-262-0/+1
| * | NVMe: Add discard support for capable devicesKeith Busch2013-03-261-1/+59