summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Add genphy_c45_config_aneg() function to phy-c45.cMarco Hartmann2019-08-272-1/+27
* Merge tag 'mfd-fixes-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2019-08-271-3/+3
|\
| * mfd: rk808: Make PM function declaration staticLee Jones2019-08-271-1/+1
| * mfd: rk808: Mark pm functions __maybe_unusedArnd Bergmann2019-08-271-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-08-2722-61/+158
|\ \
| * | r8152: Set memory to all 0xFFs on failed reg readsPrashant Malani2019-08-251-1/+4
| * | s390/qeth: reject oversized SNMP requestsJulian Wiedmann2019-08-241-0/+4
| * | Merge tag 'mlx5-fixes-2019-08-22' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-08-242-31/+29
| |\ \
| | * | net/mlx5e: Remove ethernet segment from dump WQEEran Ben Elisha2019-08-221-16/+10
| | * | net/mlx5e: Add num bytes metadata to WQE infoEran Ben Elisha2019-08-221-5/+7
| | * | net/mlx5: Fix delay in fw fatal report handling due to fw reportMoshe Shemesh2019-08-221-9/+10
| | * | net/mlx5: Fix crdump chunks printMoshe Shemesh2019-08-221-1/+2
| * | | Merge branch 'ieee802154-for-davem-2019-08-24' of git://git.kernel.org/pub/sc...David S. Miller2019-08-241-3/+5
| |\ \ \
| | * | | ieee802154: hwsim: unregister hw while hwsim_subscribe_all_others failsYueHaibing2019-05-041-1/+3
| | * | | ieee802154: hwsim: Fix error handle path in hwsim_init_moduleYueHaibing2019-05-041-2/+2
| * | | | Revert "r8169: remove not needed call to dma_sync_single_for_device"Heiner Kallweit2019-08-231-0/+1
| * | | | Merge tag 'wireless-drivers-for-davem-2019-08-21' of git://git.kernel.org/pub...David S. Miller2019-08-229-19/+93
| |\ \ \ \
| | * | | | iwlwifi: pcie: fix recognition of QuZ devicesLuca Coelho2019-08-201-0/+17
| | * | | | iwlwifi: pcie: don't switch FW to qnj when ax201 is detectedLuca Coelho2019-08-201-0/+1
| | * | | | iwlwifi: pcie: fix the byte count table format for 22560 devicesEmmanuel Grumbach2019-08-201-7/+13
| | * | | | iwlwifi: mvm: Allow multicast data frames only when associatedIlan Peer2019-08-202-3/+40
| | * | | | rt2x00: clear IV's on start to fix AP mode regressionStanislaw Gruszka2019-08-203-5/+18
| | * | | | mt76: mt76x0u: do not reset radio on resumeStanislaw Gruszka2019-08-201-4/+4
| * | | | | qed: Add cleanup in qed_slowpath_start()Wenwen Wang2019-08-221-1/+3
| * | | | | ocelot_ace: fix action of trapYangbo Lu2019-08-221-1/+1
| | |_|/ / | |/| | |
| * | | | gve: Copy and paste bug in gve_get_stats()Dan Carpenter2019-08-211-1/+1
| * | | | net: dsa: bcm_sf2: Do not configure PHYLINK on CPU portFlorian Fainelli2019-08-211-2/+8
| * | | | net: cpsw: fix NULL pointer exception in the probe error pathAntoine Tenart2019-08-211-1/+1
| * | | | nfp: flower: verify that block cb is not busy before bindingVlad Buslov2019-08-191-0/+7
| * | | | Kconfig: Fix the reference to the IDT77105 Phy driver in the description of A...Christophe JAILLET2019-08-191-1/+1
* | | | | Merge tag 'auxdisplay-for-linus-v5.3-rc7' of git://github.com/ojeda/linuxLinus Torvalds2019-08-251-2/+2
|\ \ \ \ \
| * | | | | auxdisplay: ht16k33: Make ht16k33_fb_fix and ht16k33_fb_var constantNishka Dasgupta2019-08-201-2/+2
| | |/ / / | |/| | |
* | | | | Merge tag 'dma-mapping-5.3-5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-08-241-0/+3
|\ \ \ \ \
| * | | | | dma-direct: fix zone selection after an unaddressable CMA allocationChristoph Hellwig2019-08-211-0/+3
| |/ / / /
* | | | | Merge tag 'gpio-v5.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-08-242-18/+20
|\ \ \ \ \
| * | | | | gpio: Fix irqchip initialization orderLinus Walleij2019-08-231-15/+15
| * | | | | gpio: of: fix Freescale SPI CS quirk handlingAndreas Kemnade2019-08-171-1/+1
| * | | | | gpiolib: never report open-drain/source lines as 'input' to user-spaceBartosz Golaszewski2019-08-141-2/+4
* | | | | | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-08-243-32/+7
|\ \ \ \ \ \
| * | | | | | Drivers: hv: vmbus: Fix virt_to_hvpfn() for X86_PAEDexuan Cui2019-08-201-1/+1
| * | | | | | Input: hyperv-keyboard: Use in-place iterator API in the channel callbackDexuan Cui2019-08-201-29/+6
| * | | | | | Drivers: hv: vmbus: Remove the unused "tsc_page" from struct hv_contextDexuan Cui2019-08-201-2/+0
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-08-248-7/+49
|\ \ \ \ \ \
| * | | | | | scsi: lpfc: Mitigate high memory pre-allocation by SCSI-MQJames Smart2019-08-194-4/+27
| * | | | | | scsi: ufs: Fix NULL pointer dereference in ufshcd_config_vreg_hpm()Adrian Hunter2019-08-141-0/+3
| * | | | | | scsi: target: tcmu: avoid use-after-free after command timeoutDmitry Fomichev2019-08-141-2/+7
| * | | | | | scsi: qla2xxx: Fix gnl.l memory leak on adapter init failureBill Kuzeja2019-08-142-1/+12
* | | | | | | Merge tag 'drm-fixes-2019-08-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-08-242-7/+18
|\ \ \ \ \ \ \
| * | | | | | | drm/mediatek: include dma-mapping headerDave Airlie2019-08-241-0/+1
| * | | | | | | Merge branch 'linux-5.3' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2019-08-231-7/+17
| |\ \ \ \ \ \ \