summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-08-12hwrng: bcm2835: fix MODULE_LICENSE tagArnd Bergmann1-1/+1
2013-08-12iwlwifi: dvm: don't send BT_CONFIG on devices w/o BluetoothJohannes Berg1-1/+1
2013-08-12iwlwifi: mvm: set SSID bits for passive channelsDavid Spinadel2-10/+2
2013-08-12net/mlx4_core: VFs must ignore the enable_64b_cqe_eqe module paramJack Morgenstein1-1/+1
2013-08-12net/mlx4_core: Don't give VFs MAC addresses which are derived from the PF MACOr Gerlitz1-10/+1
2013-08-128139cp: Add dma_mapping_error checkingNeil Horman1-3/+45
2013-08-12atl1c: use custom skb allocatorEric Dumazet2-1/+42
2013-08-12usbnet: do not pretend to support SG/TSOEric Dumazet2-14/+7
2013-08-12sfc: Enable RX scatter for flows steered by RFSBen Hutchings1-1/+3
2013-08-12arcnet: cleanup sizeof parameterDan Carpenter1-1/+1
2013-08-12spi: spi-davinci: Fix direction in dma_map_single()Christian Eggers1-1/+1
2013-08-12drm/i915: make SDVO TV-out work for multifunction devicesDaniel Vetter1-3/+5
2013-08-12drm/radeon: never unpin UVD bo v3Christian König4-55/+52
2013-08-12drm/i915: Preserve the DDI_A_4_LANES bit from the biosStéphane Marchesin2-5/+7
2013-08-12xen-blkfront: use a different scatterlist for each requestRoger Pau Monne1-19/+17
2013-08-12drm/radeon: Disable dma rings for bo moves on r6xxAlex Deucher1-4/+4
2013-08-12PCI: Retry allocation of only the resource type that failedYinghai Lu1-1/+68
2013-08-12PCI: pciehp: Fix null pointer deref when hot-removing SR-IOV deviceYinghai Lu1-1/+8
2013-08-12Revert "cpuidle: Quickly notice prediction failure for repeat mode"Rafael J. Wysocki1-69/+4
2013-08-12cpufreq: Fix cpufreq driver module refcount balance after suspend/resumeRafael J. Wysocki1-9/+10
2013-08-12Revert "cpuidle: Quickly notice prediction failure in general case"Rafael J. Wysocki1-34/+1
2013-08-12ACPI / battery: Fix parsing _BIX return valueLan Tianyu1-0/+2
2013-08-12zram: protect sysfs handler from invalid memory accessJiang Liu1-0/+2
2013-08-12zram: avoid access beyond the zram deviceJiang Liu1-5/+12
2013-08-12zram: avoid double free in function zram_bvec_write()Jiang Liu1-2/+0
2013-08-12zram: destroy all devices on error recovery path in zram_init()Jiang Liu1-6/+9
2013-08-12zram: use zram->lock to protect zram_free_page() in swap free notify pathJiang Liu2-2/+5
2013-08-12zram: avoid invalid memory access in zram_exit()Jiang Liu1-0/+2
2013-08-12mwifiex: fix wrong data rates in P2P clientAvinash Patil1-1/+2
2013-08-12mwifiex: check for bss_role instead of bss_mode for STA operationsAvinash Patil2-4/+6
2013-08-12mwifiex: Add missing endian conversion.Tomasz Moń1-2/+2
2013-08-12rt2x00: fix stop queueStanislaw Gruszka1-7/+11
2013-08-12Bluetooth: fix wrong use of PTR_ERR() in btusbAdam Lee1-7/+7
2013-08-12Bluetooth: Add support for Mediatek Bluetooth device [0e8d:763f]Cho, Yu-Chen1-0/+3
2013-08-12Bluetooth: Add support for Atheros [0cf3:e003]AceLan Kao2-0/+3
2013-08-12Bluetooth: Add support for Atheros [0cf3:3121]AceLan Kao2-0/+3
2013-08-12Bluetooth: ath3k: Add support for ID 0x13d3/0x3402Sujith Manoharan2-0/+3
2013-08-12Bluetooth: ath3k: don't use stack memory for DMAStanislaw Gruszka1-9/+29
2013-08-12Bluetooth: ath3k: Add support for Fujitsu Lifebook UH5x2 [04c5:1330]Thomas Loo2-0/+3
2013-08-12ath: wil6210: Fix build errorLarry Finger1-2/+2
2013-08-12ixgbe: Fix Tx Hang issue with lldpad on 82598EBJacob Keller1-2/+1
2013-08-12ath9k_htc: reboot firmware if it was loadedOleksij Rempel1-1/+3
2013-08-12ath9k_htc: do some initial hardware configurationOleksij Rempel1-0/+1
2013-08-12iwlwifi: mvm: fix flushing not started aggregation sessionsJohannes Berg1-3/+8
2013-08-12iwlwifi: add DELL SKU for 5150 HMCEmmanuel Grumbach1-0/+1
2013-08-12iwlwifi: mvm: refuse connection to APs with BI < 16Johannes Berg1-0/+16
2013-08-12iwlwifi: mvm: fix bug in scan ssidDavid Spinadel1-2/+2
2013-08-12iwlwifi: mvm: fix L2P BA ressources leakEmmanuel Grumbach1-2/+6
2013-08-12USB: mos7840: fix pointer castsJohan Hovold1-3/+3
2013-08-12USB: mos7840: fix race in led handlingJohan Hovold1-22/+37