summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wireless-drivers-for-davem-2014-12-26' of git://git.kernel.org/pub...David S. Miller2014-12-267-12/+34
|\
| * brcmfmac: Do not crash if platform data is not populatedMika Westerberg2014-12-241-2/+2
| * ipw2200: select CFG80211_WEXTPaul Bolle2014-12-241-1/+2
| * Merge tag 'iwlwifi-fixes-for-kalle-2014-12-18' of git://git.kernel.org/pub/sc...Kalle Valo2014-12-215-9/+30
| |\
| | * iwlwifi: pcie: limit fw chunk sizes given to fhLiad Kaufman2014-12-142-1/+2
| | * iwlwifi: add new device IDs for 3165Emmanuel Grumbach2014-12-141-0/+4
| | * iwlwifi: don't double free a pointer if no FW was foundEmmanuel Grumbach2014-12-141-1/+1
| | * iwlwifi: pcie: re-ACK all interrupts after device resetEmmanuel Grumbach2014-12-141-5/+10
| | * iwlwifi: mvm: clear IN_HW_RESTART flag on stop()Eliad Peller2014-12-141-2/+13
* | | net: Generalize ndo_gso_check to ndo_features_checkJesse Gross2014-12-264-13/+21
* | | net: incorrect use of init_completion fixupNicholas Mc Guire2014-12-261-1/+1
* | | net: xilinx: Remove unnecessary temac_property in the driverAppana Durga Kedareswara Rao2014-12-262-6/+0
* | | net: phy: micrel: use generic config_init for KSZ8021/KSZ8031Johan Hovold2014-12-261-15/+3
* | | vxlan: Fix double free of skb.Pravin B Shelar2014-12-231-10/+24
* | | cxgb4vf: Fix ethtool get_settings for VF driverHariprasad Shenai2014-12-224-41/+161
* | | caif: Fix napi poll list corruptionHerbert Xu2014-12-221-2/+0
* | | net/mlx4_en: Doorbell is byteswapped in Little Endian archsAmir Vadai2014-12-221-1/+11
* | | 8139too: Add netif_napi_del in the driverJia-Ju Bai2014-12-221-0/+2
* | | 8139too: Fix the lack of pci_disable_deviceJia-Ju Bai2014-12-221-1/+1
* | | net: ethernet: stmicro: stmmac: drop owner assignment from platform_driversWolfram Sang2014-12-221-1/+0
* | | net: s6gmac: remove driverDaniel Glöckner2014-12-223-1071/+0
* | | net: ethernet: micrel: ksz884x.c: Remove unused functionRickard Strandqvist2014-12-221-6/+0
* | | tg3: tg3_disable_ints using uninitialized mailbox value to disable interruptsPrashant Sreedharan2014-12-221-17/+17
* | | hyperv: Fix some variable name typos in send-buffer init/revokeHaiyang Zhang2014-12-222-7/+9
* | | virtio_net: Fix napi poll list corruptionHerbert Xu2014-12-221-2/+0
* | | stmmac: Don't init ptp again when resume from suspend/hibernationHuacai Chen2014-12-221-6/+8
|/ /
* | enic: fix rx skb checksumGovindarajulu Varadarajan2014-12-191-4/+8
* | sunvnet: fix a memory leak in vnet_handle_offloadsLi RongQing2014-12-191-0/+1
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2014-12-186-96/+154
|\ \
| * | virtio_pci: restore module attributesHerbert Xu2014-12-171-0/+5
| * | mic/host: fix up virtio 1.0 APIsMichael S. Tsirkin2014-12-151-6/+12
| * | vringh: update for virtio 1.0 APIsMichael S. Tsirkin2014-12-151-47/+74
| * | vringh: 64 bit featuresMichael S. Tsirkin2014-12-151-2/+2
| * | virtio_pci: move probe to common fileMichael S. Tsirkin2014-12-143-26/+38
| * | virtio_pci_common.h: drop VIRTIO_PCI_NO_LEGACYMichael S. Tsirkin2014-12-111-1/+0
| * | virtio: set VIRTIO_CONFIG_S_FEATURES_OK on restoreMichael S. Tsirkin2014-12-111-14/+23
* | | Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-1838-119/+151
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'pm-opp', 'pm-cpufreq' and 'pm-tools'Rafael J. Wysocki2014-12-182-34/+78
| |\ \ \ \ \
| | | * | | | intel_pstate: Add a few commentsKristen Carlson Accardi2014-12-111-1/+31
| | | * | | | intel_pstate: add kernel parameter to force loadingEthan Zhao2014-12-111-1/+5
| | * | | | | PM / OPP: do error handling at the bottom of dev_pm_opp_add_dynamic()Viresh Kumar2014-12-101-7/+10
| | * | | | | PM / OPP: handle allocation of device_opp in a separate routineViresh Kumar2014-12-101-15/+22
| | * | | | | PM / OPP: reuse find_device_opp() instead of duplicating codeViresh Kumar2014-12-101-7/+2
| | * | | | | PM / OPP: Staticize __dev_pm_opp_remove()Viresh Kumar2014-12-101-1/+2
| | * | | | | PM / OPP: replace kfree with kfree_rcu while freeing 'struct device_opp'Viresh Kumar2014-12-101-2/+6
| * | | | | | Merge branch 'pm-runtime'Rafael J. Wysocki2014-12-1829-64/+40
| |\ \ \ \ \ \
| | * | | | | | power / PM: Eliminate CONFIG_PM_RUNTIMERafael J. Wysocki2014-12-151-4/+0
| | * | | | | | NFC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-151-1/+1
| | * | | | | | SCSI / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-154-27/+10
| | * | | | | | mmc: atmel-mci: use SET_RUNTIME_PM_OPS() macroLudovic Desroches2014-12-131-1/+1