summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* carl9170: fix sleep in softirq contextRonald Wahl2012-10-082-15/+15
* ath5k: fix potential NULL pointer dereference in ath5k_beacon_update()Wei Yongjun2012-10-081-1/+2
* mwifiex: update cfg80211 with correct reason code when connection is lostAmitkumar Karwar2012-10-084-16/+27
* mwifiex: update cfg80211 with correct reason code when association failsAmitkumar Karwar2012-10-082-5/+16
* mwifiex: reset scan_processing flag in failure casesAmitkumar Karwar2012-10-081-6/+10
* mwifiex: return -EBUSY if scan request cannot be honoredBing Zhao2012-10-082-12/+16
* rt2x00/rt3352: Fix lnagain assignment to use register 66.Daniel Golle2012-10-051-2/+2
* ath9k: use ieee80211_free_txskbFelix Fietkau2012-10-053-26/+31
* ath9k: improve suspend/resume reliabilityFelix Fietkau2012-10-054-10/+13
* ath9k: fix ASPM initialization on resumeFelix Fietkau2012-10-051-0/+5
* Merge branch 'fixes-for-3.7' of git://gitorious.org/linux-can/linux-canDavid S. Miller2012-10-043-5/+9
|\
| * can: mpc5xxx_can: fix section type conflictMarc Kleine-Budde2012-10-041-4/+4
| * can: peak_pcmcia: fix error return codePeter Senna Tschudin2012-10-041-1/+3
| * can: peak_pci: fix error return codePeter Senna Tschudin2012-10-041-0/+2
* | team: set qdisc_tx_busylock to avoid LOCKDEP splatEric Dumazet2012-10-041-0/+2
* | bonding: set qdisc_tx_busylock to avoid LOCKDEP splatEric Dumazet2012-10-041-0/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-10-046-114/+112
|\ \ | |/ |/|
| * ixgbe: add support for X540-AT1joshua.a.hay@intel.com2012-10-033-0/+4
| * ixgbe: fix poll loop for FDIRCTRL.INIT_DONE bitEmil Tantilov2012-10-031-1/+1
| * ixgbe: fix PTP ethtool timestamping functionJacob Keller2012-10-031-4/+1
| * ixgbe: (PTP) Fix PPS interrupt codeJacob Keller2012-10-032-61/+48
| * ixgbe: Fix PTP X540 SDP alignment code for PPS signalJacob Keller2012-10-031-89/+99
* | cxgb4: Fix build error due to missing linux/vmalloc.h include.David S. Miller2012-10-041-0/+1
* | bnx2x: fix ring size for 10G functionsYuval Mintz2012-10-031-7/+10
* | cxgb4: Dynamically allocate memory in t4_memory_rw() and get_vpd_params()Vipul Pandya2012-10-031-13/+30
|/
* tg3: Fix sparse warnings.Michael Chan2012-10-031-5/+6
* bnx2x: use strlcpy() to copy a stringDan Carpenter2012-10-031-3/+2
* net: ethernet: davinci_cpdma: decrease the desc count when cleaning up the re...htbegin2012-10-031-0/+1
* pch_gbe: Fix PTP dependencies.David S. Miller2012-10-031-1/+1
* Merge tag 'spi-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/...Linus Torvalds2012-10-0323-1257/+1808
|\
| * spi: remove completely broken Tegra driverStephen Warren2012-10-013-709/+0
| *-. Merge branches 'spi-drivers' and 'spi-mxs' into spi-nextMark Brown2012-09-2823-606/+1813
| |\ \
| | | * Merge tag 'v3.6-rc6' into spi-mxsMark Brown2012-09-25521-3047/+5423
| | | |\
| | | * | spi/mxs: Make the SPI block clock speed configurable via DTMarek Vasut2012-09-061-6/+15
| | | * | mxs/spi: Rework the mxs_ssp_timeout to be more readableMarek Vasut2012-09-061-11/+9
| | | * | mxs/spi: Decrement the DMA/PIO borderMarek Vasut2012-09-061-1/+1
| | | * | mxs/spi: Increment the transfer length only if transfer succeededMarek Vasut2012-09-061-1/+1
| | | * | mxs/spi: Fix issues when doing long continuous transferMarek Vasut2012-09-061-53/+88
| | | * | spi/mxs: Fix device remove functionGuenter Roeck2012-08-271-4/+1
| | | * | mxs/spi: Fix misuse of init_completionMarek Vasut2012-08-271-1/+3
| | | * | mxs/spi: Restart the block after unsuccessful transferMarek Vasut2012-08-271-1/+3
| | | * | spi/mxs: Add DMA support into SPI driverMarek Vasut2012-08-171-15/+216
| | | * | mmc: spi: Pull out common DMA parts from MXS MMCMarek Vasut2012-08-172-47/+42
| | | * | spi/mxs: Add SPI driver for mx233/mx28Marek Vasut2012-08-173-0/+439
| | | * | mmc: spi: Pull out the SSP clock configuration functionMarek Vasut2012-08-173-39/+64
| | | * | mmc: spi: Pull out parts shared between MMC and SPIMarek Vasut2012-08-171-48/+59
| | | * | mmc: spi: Rename IMX2[38]_MMC to IMX2[38]_SSPMarek Vasut2012-08-171-9/+9
| | | * | mmc: spi: Move SSP register definitions into separate fileMarek Vasut2012-08-171-84/+3
| | * | | spi/imx: set the inactive state of the clock according to the clock polarityKnut Wohlrab2012-09-281-2/+4
| | * | | spi/pl022: get/put resources on suspend/resumeLinus Walleij2012-09-281-22/+44