summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | [CPUFREQ] S3C6410: Support 800MHz operation in cpufreqMark Brown2011-07-131-0/+2
| * | | | [CPUFREQ] s5pv210-cpufreq.c: Add missing clk_putJulia Lawall2011-07-131-8/+17
| * | | | [CPUFREQ] Move compile for S3C64XX cpufreq to /drivers/cpufreqKukjin Kim2011-07-134-5/+10
| * | | | [CPUFREQ] Remove some vi noise that escaped into the Makefile.Dave Jones2011-07-131-3/+2
| * | | | [CPUFREQ] Move ARM Samsung cpufreq drivers to drivers/cpufreq/Kukjin Kim2011-07-137-6/+32
| * | | | [CPUFREQ/S3C64xx] Move S3C64xx CPUfreq driver into drivers/cpufreqMark Brown2011-07-133-6/+2
| * | | | [CPUFREQ] Handle CPUs with different capabilities in acpi-cpufreqMatthew Garrett2011-07-131-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-07-24217-6638/+7834
|\ \ \ \ \
| * | | | | bnx2x: use pci_pcie_cap()Vladislav Zolotarov2011-07-241-1/+1
| * | | | | bnx2x: fix bnx2x_stop_on_error flow in bnx2x_sp_rtnl_taskVladislav Zolotarov2011-07-241-11/+25
| * | | | | bnx2x: enable internal target-read for 57712 and up onlyShmulik Ravid2011-07-241-3/+6
| * | | | | bnx2x: count statistic ramrods on EQ to prevent MC assertVladislav Zolotarov2011-07-241-31/+32
| * | | | | bnx2x: fix loopback for non 10G linkYaniv Rosner2011-07-241-6/+18
| * | | | | bnx2x: dcb - send all unmapped priorities to same COS as L2Dmitry Kravkov2011-07-241-6/+33
| * | | | | iwlwifi: Fix build with CONFIG_PM disabled.David S. Miller2011-07-241-0/+6
| * | | | | gre: fix improper error handlingxeb@mail.ru2011-07-231-15/+6
| * | | | | ipv4: use RT_TOS after some rt_tos conversionsJulian Anastasov2011-07-232-2/+2
| * | | | | via-velocity: remove duplicated #includeHuang Weiyi2011-07-231-1/+0
| * | | | | qlge: remove duplicated #includeHuang Weiyi2011-07-231-1/+0
| * | | | | igb: remove duplicated #includeHuang Weiyi2011-07-231-1/+0
| * | | | | can: c_can: remove duplicated #includeHuang Weiyi2011-07-232-2/+0
| * | | | | bnad: remove duplicated #includeHuang Weiyi2011-07-231-1/+0
| * | | | | Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2011-07-22177-6085/+7151
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-22177-6085/+7151
| | |\ \ \ \ \
| | | * | | | | bcma: fix 'SSB_PCICORE_BFL_NOPCI' undeclared build breakageJohn W. Linville2011-07-221-0/+2
| | | * | | | | b43legacy: dma: cache translation (routing bits)Rafał Miłecki2011-07-222-3/+6
| | | * | | | | ath5k: use get_unaligned_le32() in ath5k_write_pwr_to_pdadc_table()Pavel Roskin2011-07-221-6/+3
| | | * | | | | ath5k: remove ath5k_hw_get_capability(), don't use VEOL on AR5210Pavel Roskin2011-07-223-81/+5
| | | * | | | | ath5k: merge ath5k_{init, deinit}_hw() with their thin wrappersPavel Roskin2011-07-223-22/+6
| | | * | | | | b43: (un)initialize driver on the BCMA busRafał Miłecki2011-07-221-4/+44
| | | * | | | | b43: bcma: get DMA translation bitsRafał Miłecki2011-07-221-0/+5
| | | * | | | | bcma: inform drivers about translation bits needed for the coreRafał Miłecki2011-07-222-0/+21
| | | * | | | | ssb: return correct translation bit for 64-bit DMARafał Miłecki2011-07-222-4/+7
| | | * | | | | b43: disable parity check on BCMA devicesRafał Miłecki2011-07-223-0/+21
| | | * | | | | rtlwifi: Convert printks to pr_<level>Joe Perches2011-07-2111-71/+72
| | | * | | | | ath9k_hw: validate and fix broken eeprom chainmask settingsFelix Fietkau2011-07-211-0/+22
| | | * | | | | mwifiex: disable auto deep sleep before unloading the driverAmitkumar Karwar2011-07-214-0/+19
| | | * | | | | mwifiex: check SDIO multi-port aggregation buffer room correctlyAmitkumar Karwar2011-07-211-1/+1
| | | * | | | | mwifiex: put multicast/broadcast packets to the same RAAmitkumar Karwar2011-07-211-0/+2
| | | * | | | | iwlagn: probe would crash with DEBUG_SHIRQEmmanuel Grumbach2011-07-212-11/+11
| | | * | | | | iwlagn: remove "disable otp refresh" W/AWey-Yi Guy2011-07-212-7/+1
| | | * | | | | iwlagn: rename iwlagn_set_dynamic_keyJohannes Berg2011-07-211-10/+11
| | | * | | | | iwlagn: track beacon interval sent to deviceJohannes Berg2011-07-213-6/+9
| | | * | | | | iwlagn: write iq invert register for 105/135 deviceWey-Yi Guy2011-07-211-2/+4
| | | * | | | | iwlagn: implement WoWLANJohannes Berg2011-07-2111-14/+705
| | | * | | | | iwlagn: rewrite HW cryptoJohannes Berg2011-07-216-224/+200
| | | * | | | | iwlagn: remove forgotten debugfs functionJohannes Berg2011-07-211-2/+0
| | | * | | | | iwlagn: remove un-necessary "_agn"Wey-Yi Guy2011-07-2110-256/+254
| | | * | | | | iwlagn: remove keyinfo cacheJohannes Berg2011-07-212-30/+0
| | | * | | | | iwlagn: testmode fixed rate available for testmode onlyWey-Yi Guy2011-07-213-3/+9
OpenPOWER on IntegriCloud