summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* 8139cp: revert "set ring address before enabling receiver"françois romieu2012-11-231-11/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-11-2117-64/+153
|\
| * team: bcast: convert return value of team_dev_queue_xmit() to bool correctlyJiri Pirko2012-11-211-3/+3
| * bonding: Bonding driver does not consider the gso_max_size/gso_max_segs setti...Sarveshwar Bandi2012-11-211-0/+7
| * xen/netfront: handle compound page fragments on transmitIan Campbell2012-11-211-21/+77
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-11-217-28/+44
| |\
| | * NFC: Fix pn533 target mode memory leakThierry Escande2012-11-201-1/+5
| | * NFC: pn533: Fix mem leak in pn533_in_dep_link_upWaldemar Rymarkiewicz2012-11-201-3/+5
| | * NFC: pn533: Fix use after freeSzymon Janc2012-11-201-6/+2
| | * NFC: pn533: Fix missing lock while operating on commands listSzymon Janc2012-11-201-1/+2
| | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2012-11-192-8/+14
| | |\
| | | * iwlwifi: don't WARN when a non empty queue is disabledEmmanuel Grumbach2012-11-181-8/+0
| | | * iwlwifi: fix monitor mode FCS flagJohannes Berg2012-11-141-0/+14
| | * | ath9k_hw: Fix regression in device resetSujith Manoharan2012-11-191-1/+1
| | * | mwifiex: report error to MMC core if we cannot suspendBing Zhao2012-11-161-5/+6
| | * | mwifiex: fix system hang issue in cmd timeout error caseBing Zhao2012-11-161-3/+8
| | * | rtlwifi: rtl8192cu: Add new USB IDAlbert Pool2012-11-161-0/+1
| * | | net: fix build failure in xilinxJeff Mahoney2012-11-201-0/+2
| * | | irda: sir_dev: Fix copy/paste typoAlexander Shiyan2012-11-201-1/+1
| * | | ixp4xx_hss: avoid calling dma_pool_create() with NULL devXi Wang2012-11-201-3/+5
| * | | ixp4xx_eth: avoid calling dma_pool_create() with NULL devXi Wang2012-11-201-3/+5
| * | | ne2000: add the right platform deviceAlan Cox2012-11-201-0/+1
| * | | of/net/mdio-gpio: Fix pdev->id issue when using devicetrees.Srinivas Kandagatla2012-11-201-4/+7
| * | | sis900: fix sis900_set_mode call parameters.Francois Romieu2012-11-191-1/+1
* | | | Merge tag 'pinctrl-for-v3.7-late' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-11-211-1/+1
|\ \ \ \
| * | | | pinctrl/samsung: don't allow enabling pinctrl-samsung standaloneArnd Bergmann2012-11-151-1/+1
* | | | | Merge tag 'stable/for-linus-3.7-rc6-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-11-211-7/+11
|\ \ \ \ \
| * | | | | xen/privcmd: Correctly return success from IOCTL_PRIVCMD_MMAPBATCHMats Petersson2012-11-211-7/+11
* | | | | | Merge tag 'iommu-fixes-v3.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-11-212-2/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | intel-iommu: Fix lookup in add deviceAlex Williamson2012-11-171-2/+2
| * | | | | iommu/tegra-smmu.c: fix dentry reference leak in smmu_debugfs_stats_show().Cyril Roelandt2012-11-171-0/+1
* | | | | | Merge tag 'gpio-fixes-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-11-183-4/+27
|\ \ \ \ \ \
| * | | | | | gpio-mcp23s08: Build I2C support even when CONFIG_I2C=mDaniel M. Weeks2012-11-171-3/+3
| * | | | | | gpio: adnp: Depend on OF_GPIO instead of OFThierry Reding2012-11-171-1/+1
| * | | | | | mvebu-gpio: Disable blinking when enabling a GPIO for outputJamie Lentin2012-11-171-0/+23
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2012-11-186-7/+57
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | [libata] PM callbacks should be conditionally compiled on CONFIG_PM_SLEEPYuanhan Liu2012-11-163-3/+3
| * | | | | sata_svw: check DMA start bit before resetDavid Milburn2012-11-161-0/+35
| * | | | | libata debugging: Warn when unable to find timing descriptor based on xfer_modeBorislav Petkov2012-11-161-0/+4
| * | | | | sata_highbank: mark ahci_highbank_probe as __devinitArnd Bergmann2012-11-161-1/+1
| * | | | | pata_arasan: Initialize cf clock to 166MHzVipul Kumar Samar2012-11-161-0/+6
| * | | | | libata-acpi: Fix NULL ptr derference in ata_acpi_dev_handleAaron Lu2012-11-161-3/+8
* | | | | | Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds2012-11-171-1/+1
|\ \ \ \ \ \
| * | | | | | rapidio: fix kernel-doc warningsRandy Dunlap2012-11-161-1/+1
| |/ / / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-11-1617-63/+117
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-11-166-5/+26
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | brcmfmac: fix typo in CONFIG_BRCMISCANHauke Mehrtens2012-11-141-1/+1
| | * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-11-142-0/+2
| | |\ \ \ \ \
| | | * | | | | Bluetooth: ath3k: Add support for VAIO VPCEH [0489:e027]Marcos Chaparro2012-11-092-0/+2
| | * | | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2012-11-143-4/+23
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | / | | | | |_|_|/ | | | |/| | |