summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: mscc: Enable all ports in QSGMIIKavya Sree Kotagiri2019-03-031-3/+11
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-03-0210-35/+70
|\
| * scsi: core: Avoid that system resume triggers a kernel warningBart Van Assche2019-02-271-1/+0
| * scsi: hptiop: fix calls to dma_set_mask()Hannes Reinecke2019-02-251-3/+7
| * scsi: hisi_sas: fix calls to dma_set_mask_and_coherent()Hannes Reinecke2019-02-252-5/+11
| * scsi: csiostor: fix calls to dma_set_mask_and_coherent()Hannes Reinecke2019-02-251-2/+5
| * scsi: bfa: fix calls to dma_set_mask_and_coherent()Hannes Reinecke2019-02-251-5/+13
| * scsi: aic94xx: fix calls to dma_set_mask_and_coherent()Hannes Reinecke2019-02-251-3/+5
| * scsi: 3w-sas: fix calls to dma_set_mask_and_coherent()Hannes Reinecke2019-02-251-4/+8
| * scsi: 3w-9xxx: fix calls to dma_set_mask_and_coherent()Hannes Reinecke2019-02-251-5/+9
| * scsi: lpfc: fix calls to dma_set_mask_and_coherent()Hannes Reinecke2019-02-251-7/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-0220-23/+135
|\ \
| * | net: dsa: mv88e6xxx: Fix statistics on mv88e6161Andrew Lunn2019-03-021-1/+1
| * | geneve: correctly handle ipv6.disable module parameterJiri Benc2019-03-011-3/+8
| * | net: dsa: mv88e6xxx: prevent interrupt storm caused by mv88e6390x_port_set_cmodeHeiner Kallweit2019-03-013-0/+15
| * | lan743x: Fix TX Stall IssueBryan Whitehead2019-03-011-4/+12
| * | net: phy: phylink: fix uninitialized variable in phylink_get_mac_stateHeiner Kallweit2019-03-011-0/+4
| * | net: aquantia: regression on cpus with high cores: set mode with 8 queuesDmitry Bogdanov2019-03-014-0/+29
| * | net: dsa: mv88e6xxx: power serdes on/off for 10G interfaces on 6390XMaxime Chevallier2019-02-281-2/+2
| * | net: dsa: mv88e6xxx: Fix u64 statisticsAndrew Lunn2019-02-281-1/+1
| * | xen-netback: don't populate the hash cache on XenBus disconnectIgor Druzhinin2019-02-282-0/+9
| * | xen-netback: fix occasional leak of grant ref mappings under memory pressureIgor Druzhinin2019-02-281-5/+5
| * | net: phy: dp83867: add soft reset delayMax Uvarov2019-02-271-0/+3
| * | net: phy: Micrel KSZ8061: link failure after cable connectRajasingh Thavamani2019-02-271-1/+12
| * | enc28j60: Correct description of debug module parameterAndy Shevchenko2019-02-271-1/+1
| * | bnxt_en: Drop oversize TX packets to prevent errors.Michael Chan2019-02-271-0/+6
| * | hv_netvsc: Fix IP header checksum for coalesced packetsHaiyang Zhang2019-02-261-3/+19
| * | tun: remove unnecessary memory barrierTimur Celik2019-02-251-1/+1
| * | tun: fix blocking readTimur Celik2019-02-241-2/+2
| * | net: dsa: lantiq: Add GPHY firmware filesHauke Mehrtens2019-02-241-0/+6
* | | Merge tag 'iommu-fix-v5.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-03-011-1/+1
|\ \ \
| * | | iommu/dmar: Fix buffer overflow during PCI bus notificationJulia Cartwright2019-02-261-1/+1
* | | | Merge tag 'drm-fixes-2019-03-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-03-014-4/+37
|\ \ \ \
| * | | | drm/bochs: Fix the ID mismatch errorAlistair Francis2019-02-281-0/+4
| * | | | drm: Block fb changes for async plane updatesNicholas Kazlauskas2019-02-281-0/+9
| * | | | Merge branch 'drm-fixes-5.0' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2019-02-282-4/+24
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | drm/amd/display: Use vrr friendly pageflip throttling in DC.Mario Kleiner2019-02-272-4/+24
* | | | | Merge tag 'mmc-v5.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds2019-02-289-19/+44
|\ \ \ \ \
| * | | | | mmc: sdhci-esdhc-imx: correct the fix of ERR004536BOUGH CHEN2019-02-281-4/+5
| * | | | | mmc: core: align max segment size with logical block sizeMing Lei2019-02-272-7/+8
| * | | | | mmc: cqhci: Fix a tiny potential memory leak on error conditionAlamy Liu2019-02-271-1/+10
| * | | | | mmc: cqhci: fix space allocated for transfer descriptorAlamy Liu2019-02-271-1/+1
| * | | | | mmc: core: Fix NULL ptr crash from mmc_should_fail_requestRitesh Harjani2019-02-271-1/+1
| * | | | | mmc: tmio: fix access width of Block Count RegisterTakeshi Saito2019-02-263-1/+11
| * | | | | mmc: tmio_mmc_core: don't claim spurious interruptsSergei Shtylyov2019-02-251-4/+7
| * | | | | mmc: spi: Fix card detection during probeJonathan Neuschäfer2019-02-251-0/+1
| |/ / / /
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-02-281-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | crypto: ccree - add missing inline qualifierGilad Ben-Yossef2019-02-221-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-02-2424-208/+250
|\ \ \ \ \
| * | | | | net: phy: realtek: Dummy IRQ calls for RTL8366RBLinus Walleij2019-02-231-0/+7