summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-10-0316-63/+87
|\
| * i40e: fix 32 bit build warningsJesse Brandeburg2015-09-302-11/+6
| * i40e: fix kbuild warningsJesse Brandeburg2015-09-301-2/+2
| * i40evf: tweak init timingMitch Williams2015-09-301-3/+3
| * i40e: warn on double freeJesse Brandeburg2015-09-301-0/+4
| * i40e: refactor interrupt enableJesse Brandeburg2015-09-302-10/+6
| * i40e: Strip VEB stats if they are disabled in HWAnjali Singhai Jain2015-09-303-7/+16
| * i40e/i40evf: add new device id 1588Shannon Nelson2015-09-306-0/+7
| * i40e: Remove useless messageGreg Rose2015-09-301-3/+0
| * i40e: limit debugfs io opsShannon Nelson2015-09-303-12/+12
| * i40e: use QOS field consistentlyMitch Williams2015-09-301-5/+4
| * i40e: count drops in netstat interfaceJesse Brandeburg2015-09-301-0/+1
| * i40e/i40evf: fix Tx hang workaround codeJesse Brandeburg2015-09-302-2/+2
| * i40e: fixup padding issue in get_cee_dcb_cfg_v1_respShannon Nelson2015-09-301-2/+11
| * i40e: Fix a port VLAN configuration bugGreg Rose2015-09-301-1/+1
| * i40e/i40evf: fix up type clash in i40e_aq_rc_to_posix conversionShannon Nelson2015-09-302-6/+12
| * i40e: rtnl_lock called twice in i40e_pci_error_resume()Vasily Averin2015-09-301-1/+1
| * i40evf: missing rtnl_unlock in i40evf_resume()Vasily Averin2015-09-301-0/+1
* | ravb: Add support for r8a7795 SoCKazuya Mizuguchi2015-10-032-8/+62
* | ravb: Provide dev parameter to DMA APIKazuya Mizuguchi2015-10-031-19/+19
* | phylib: Add phy_set_max_speed helperSimon Horman2015-10-031-19/+40
* | switchdev: push object ID back to object structureJiri Pirko2015-10-031-6/+3
* | switchdev: bring back switchdev_obj and use it as a generic object paramJiri Pirko2015-10-031-16/+25
* | switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdbJiri Pirko2015-10-031-3/+3
* | switchdev: rename switchdev_obj_vlan to switchdev_obj_port_vlanJiri Pirko2015-10-031-3/+3
* | switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*Jiri Pirko2015-10-032-5/+5
* | switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_*Jiri Pirko2015-10-031-8/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-02111-679/+1142
|\ \ | |/ |/|
| * Merge tag 'mmc-v4.3-rc3' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2015-10-024-62/+67
| |\
| | * mmc: core: fix dead loop of mmc_retuneChaotian Jing2015-09-301-2/+4
| | * mmc: pxamci: fix card detect with slot-gpio APIRobert Jarzmik2015-09-291-44/+22
| | * mmc: sunxi: Fix clk-delay settingsHans de Goede2015-09-291-14/+39
| | * mmc: core: Don't return an error for CD/WP GPIOs when GPIOLIB is unsetUlf Hansson2015-09-291-2/+2
| * | Merge git://git.infradead.org/intel-iommuLinus Torvalds2015-10-023-55/+75
| |\ \
| | * | iommu: Make the iova library a moduleSakari Ailus2015-07-282-1/+5
| | * | iommu: iova: Export symbolsSakari Ailus2015-07-281-0/+10
| | * | iommu: iova: Move iova cache management to the iova librarySakari Ailus2015-07-282-37/+52
| | * | iommu/iova: Avoid over-allocating when size-alignedRobin Murphy2015-07-282-17/+8
| * | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-10-012-0/+11
| |\ \ \
| | * | | thermal: avoid division by zero in power allocatorAndrea Arcangeli2015-10-011-0/+10
| | * | | drivers/input/joystick/Kconfig: zhenhua.c needs BITREVERSEAndrew Morton2015-10-011-0/+1
| * | | | Merge tag 'pm+acpi-4.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-10-016-12/+43
| |\ \ \ \
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | *---. \ \ \ Merge branches 'pm-cpuidle', 'pm-opp' and 'pm-tools'Rafael J. Wysocki2015-10-012-7/+22
| | |\ \ \ \ \ \ | | | | | | |_|/ | | | | | |/| |
| | | | * | | | PM / OPP: Fix typo modifcation -> modificationStephen Boyd2015-09-251-3/+3
| | | | * | | | PM / OPP: of_property_count_u32_elems() can return errorsViresh Kumar2015-09-251-2/+9
| | | * | | | | Merge branch 'cpuidle' of https://git.kernel.org/pub/scm/linux/kernel/git/len...Rafael J. Wysocki2015-09-271-2/+10
| | | |\ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | | | * | | | intel_idle: Skylake Client Support - updatedLen Brown2015-09-101-2/+10
| | * | | | | | Merge branch 'acpi-ec'Rafael J. Wysocki2015-10-011-0/+2
| | |\ \ \ \ \ \
| | | * | | | | | ACPI / EC: Fix a memory leak issue in acpi_ec_query()Lv Zheng2015-09-261-0/+2
| | | | |_|/ / / | | | |/| | | |
| | | | | | | |
| | | \ \ \ \ \
| | *-. \ \ \ \ \ Merge branches 'pm-pci' and 'acpi-pci'Rafael J. Wysocki2015-10-013-5/+19
| | |\ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |