summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-14199-5459/+8231
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-1316-83/+214
| |\
| | * net: axienet: Remove unused parameter from __axienet_device_resetTobias Klauser2016-10-131-6/+5
| | * liquidio: CN23XX: fix a loop timeoutDan Carpenter2016-10-131-1/+1
| | * net: phy: Trigger state machine on state change and not polling.Andrew Lunn2016-10-131-2/+20
| | * netvsc: Remove mistaken udp.h inclusion.David S. Miller2016-10-131-1/+0
| | * xen-netback: fix type mismatch warningArnd Bergmann2016-10-131-3/+3
| | * stmmac: fix error check when init ptpGiuseppe CAVALLARO2016-10-132-6/+8
| | * stmmac: fix ptp init for gmac4Giuseppe CAVALLARO2016-10-131-5/+12
| | * qed: fix old-style function definitionArnd Bergmann2016-10-131-1/+1
| | * netvsc: fix checksum on UDP IPV6stephen hemminger2016-10-131-50/+22
| | * xen-netback: fix guest Rx stall detection (after guest Rx refactor)David Vrabel2016-10-131-0/+2
| | * drivers/ptp: Fix kernel memory disclosureVlad Tsyrklevich2016-10-131-0/+1
| | * net/mlx5: Add MLX5_ARRAY_SET64 to fix BUILD_BUG_ONTom Herbert2016-10-131-2/+2
| | * qmi_wwan: add support for Quectel EC21 and EC25Bjørn Mork2016-10-131-2/+28
| | * qed: Fix to use list_for_each_entry_safe() when delete itemsWei Yongjun2016-10-131-2/+2
| | * tlan: avoid unused label with PCI=nArnd Bergmann2016-10-131-1/+1
| | * xen-netback: (re-)create a debugfs node for hash informationPaul Durrant2016-10-133-2/+107
| * | Merge tag 'pci-v4.9-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-10-1328-1187/+1099
| |\ \
| | | \
| | | \
| | | \
| | | \
| | | \
| | | \
| | | \
| | | \
| | | \
| | | \
| | | \
| | | \
| | | \
| | | \
| | | \
| | | \
| | | \
| | | \
| | *-----------------. \ Merge branches 'pci/host-armada', 'pci/host-artpec', 'pci/host-dra7xx', 'pci/...Bjorn Helgaas2016-10-1212-654/+555
| | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * | PCI: spear: Clean up struct device usageBjorn Helgaas2016-10-111-4/+3
| | | | | | | | | | | | * | PCI: spear: Reorder struct spear13xx_pcieBjorn Helgaas2016-10-111-1/+1
| | | | | | | | | | | | * | PCI: spear: Pass device-specific struct to internal functionsBjorn Helgaas2016-10-111-13/+16
| | | | | | | | | | | | * | PCI: spear: Remove unused constantsBjorn Helgaas2016-10-111-70/+0
| | | | | | | | | | | * | | PCI: qcom: Reorder struct qcom_pcieBjorn Helgaas2016-10-111-3/+3
| | | | | | | | | | | * | | PCI: qcom: Remove redundant struct qcom_pcie.devBjorn Helgaas2016-10-111-6/+4
| | | | | | | | | | | * | | PCI: qcom: Remove redundant struct qcom_pcie.dbiBjorn Helgaas2016-10-111-7/+5
| | | | | | | | | | | * | | PCI: qcom: Remove unused platform dataBjorn Helgaas2016-10-111-2/+0
| | | | | | | | | | | |/ /
| | | | | | | | | | * | | PCI: layerscape: Reorder struct ls_pcieBjorn Helgaas2016-10-111-1/+1
| | | | | | | | | | * | | PCI: layerscape: Remove unused ls_add_pcie_port() platform_device argBjorn Helgaas2016-10-111-3/+2
| | | | | | | | | | * | | PCI: layerscape: Move struct pcie_port setup to probe functionBjorn Helgaas2016-10-111-4/+6
| | | | | | | | | | * | | PCI: layerscape: Pass device-specific struct to internal functionsBjorn Helgaas2016-10-111-3/+3
| | | | | | | | | | * | | PCI: layerscape: Remove redundant struct ls_pcie.dbiBjorn Helgaas2016-10-111-13/+11
| | | | | | | | | | * | | PCI: layerscape: Remove unused platform dataBjorn Helgaas2016-10-111-2/+0
| | | | | | | | | | * | | PCI: layerscape: Add local struct device pointersBjorn Helgaas2016-10-111-11/+15
| | | | | | | | | | |/ /
| | | | | | | | | * | | PCI: keystone: Reorder struct keystone_pcieBjorn Helgaas2016-10-111-2/+2
| | | | | | | | | * | | PCI: keystone: Add app register accessorsBjorn Helgaas2016-10-111-31/+41
| | | | | | | | | * | | PCI: keystone: Pass keystone_pcie, not va_app_base, to DBI functionsBjorn Helgaas2016-10-111-12/+12
| | | | | | | | | * | | PCI: keystone: Pass keystone_pcie, not address, to IRQ functionsBjorn Helgaas2016-10-113-13/+12
| | | | | | | | | * | | PCI: keystone: Use generic DesignWare accessorsBjorn Helgaas2016-10-111-6/+7
| | | | | | | | | * | | PCI: keystone: Add local struct device pointersBjorn Helgaas2016-10-112-18/+24
| | | | | | | | | |/ /
| | | | | | | | * | | PCI: imx6: Remove unused return valuesBjorn Helgaas2016-10-111-8/+4
| | | | | | | | * | | PCI: imx6: Reorder struct imx6_pcieBjorn Helgaas2016-10-111-1/+1
| | | | | | | | * | | PCI: imx6: Use generic DesignWare accessorsBjorn Helgaas2016-10-111-34/+33
| | | | | | | | * | | PCI: imx6: Pass device-specific struct to internal functionsBjorn Helgaas2016-10-111-29/+28
| | | | | | | | * | | PCI: imx6: Pass struct imx6_pcie to PHY accessorsBjorn Helgaas2016-10-111-18/+23
| | | | | | | | * | | PCI: imx6: Removed unused struct imx6_pcie.mem_baseBjorn Helgaas2016-10-111-1/+0
| | | | | | | | * | | PCI: imx6: Remove redundant of_node pointerBjorn Helgaas2016-10-111-4/+3
| | | | | | | | * | | PCI: imx6: Add local struct device pointersBjorn Helgaas2016-10-111-37/+42
| | | | | | | | |/ /
| | | | | | | * | | PCI: hisi: Reorder struct hisi_pcieBjorn Helgaas2016-10-121-1/+1