summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/display: fix compiler warning about array overrunLinus Torvalds2021-05-081-1/+12
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-05-0810-485/+434
|\
| * scsi: fnic: Use scsi_host_busy_iter() to traverse commandsHannes Reinecke2021-05-031-446/+375
| * scsi: fnic: Kill 'exclude_id' argument to fnic_cleanup_io()Hannes Reinecke2021-05-031-6/+3
| * scsi: scsi_debug: Fix cmd_per_lun, set to max_queueDouglas Gilbert2021-05-031-8/+16
| * scsi: ufs: core: Narrow down fast path in system suspend pathCan Guo2021-04-291-0/+1
| * scsi: ufs: core: Cancel rpm_dev_flush_recheck_work during system suspendCan Guo2021-04-291-0/+2
| * scsi: ufs: core: Do not put UFS power into LPM if link is brokenCan Guo2021-04-291-2/+2
| * scsi: qla2xxx: Prevent PRLI in target modeAnastasia Kovaleva2021-04-291-0/+3
| * scsi: qla2xxx: Add marginal path handling supportBikash Hazarika2021-04-291-0/+1
| * scsi: target: tcmu: Return from tcmu_handle_completions() if cmd_id not foundBodo Stroesser2021-04-291-2/+2
| * scsi: ufs: core: Fix a typo in ufs-sysfs.cKeoseong Park2021-04-291-6/+6
| * scsi: lpfc: Fix bad memory access during VPD DUMP mailbox commandJames Smart2021-04-272-13/+14
| * scsi: lpfc: Fix DMA virtual address ptr assignment in bsgJames Smart2021-04-271-1/+1
| * scsi: lpfc: Fix illegal memory access on Abort IOCBsJames Smart2021-04-271-2/+9
* | Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2021-05-083-4/+7
|\ \
| * | linux/kconfig.h: replace IF_ENABLED() with PTR_IF() in <linux/kernel.h>Masahiro Yamada2021-05-081-0/+3
| * | .gitignore: prefix local generated files with a slashMasahiro Yamada2021-05-012-4/+4
* | | Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-0836-165/+172
|\ \ \
| * \ \ Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2021-05-088-62/+15
| |\ \ \
| | * | | i40e: Remove LLDP frame filtersArkadiusz Kubalewski2021-05-073-44/+0
| | * | | i40e: Fix PHY type identifiers for 2.5G and 5G adaptersMateusz Palczewski2021-05-074-11/+10
| | * | | i40e: fix the restart auto-negotiation after FEC modifiedJaroslaw Gawin2021-05-071-1/+2
| | * | | i40e: Fix use-after-free in i40e_client_subtask()Yunjian Wang2021-05-071-0/+1
| | * | | i40e: fix broken XDP supportMagnus Karlsson2021-05-071-6/+2
| * | | | atm: firestream: Use fallthrough pseudo-keywordWei Ming Chen2021-05-081-0/+1
| * | | | net: stmmac: Do not enable RX FIFO overflow interruptsYannick Vignon2021-05-082-18/+3
| |/ / /
| * | | mlxsw: spectrum_mr: Update egress RIF list before route's actionIdo Schimmel2021-05-071-15/+15
| * | | net: ipa: fix inter-EE IRQ register definitionsAlex Elder2021-05-072-11/+11
| * | | can: m_can: m_can_tx_work_queue(): fix tx_skb race conditionMarc Kleine-Budde2021-05-061-1/+2
| * | | can: mcp251x: fix resume from sleep before interface was brought upFrieder Schrempf2021-05-061-17/+18
| * | | can: mcp251xfd: mcp251xfd_probe(): add missing can_rx_offload_del() in error ...Marc Kleine-Budde2021-05-061-1/+3
| * | | can: mcp251xfd: mcp251xfd_probe(): fix an error pointer dereference in probeDan Carpenter2021-05-061-2/+2
| * | | net:CXGB4: fix leak if sk_buff is not usedÍñigo Huguet2021-05-051-7/+9
| * | | Fix spelling error from "eleminate" to "eliminate"Sean Gloumeau2021-05-051-1/+1
| * | | net: stmmac: Clear receive all(RA) bit when promiscuous mode is offRamesh Babu B2021-05-041-0/+1
| * | | Revert "drivers/net/wan/hdlc_fr: Fix a double free in pvc_xmit"Xie He2021-05-031-3/+2
| * | | ethernet:enic: Fix a use after free bug in enic_hard_start_xmitLv Yunlong2021-05-031-2/+5
| * | | net: stmmac: Remove duplicate declaration of stmmac_privWan Jiabing2021-05-011-1/+0
| * | | net: phy: marvell: enable downshift by defaultMaxim Kochetkov2021-05-011-12/+50
| * | | net: atheros: nic-devel@qualcomm.com is deadJohannes Berg2021-05-012-2/+2
| * | | net: hns3: disable phy loopback setting in hclge_mac_start_phyYufeng Mo2021-04-301-0/+2
| * | | net: hns3: clear unnecessary reset request in hclge_reset_rebuildYufeng Mo2021-04-301-0/+6
| * | | net: hns3: use netif_tx_disable to stop the transmit queuePeng Li2021-04-301-1/+1
| * | | net: hns3: fix for vxlan gpe tx checksum bugHao Chen2021-04-301-2/+3
| * | | net: stmmac: cleared __FPE_REMOVING bit in stmmac_fpe_start_wq()Mohammad Athari Bin Ismail2021-04-301-0/+1
| * | | net: dsa: ksz: ksz8863_smi_probe: set proper return value for ksz_switch_alloc()Oleksij Rempel2021-04-301-1/+1
| * | | net: dsa: ksz: ksz8795_spi_probe: fix possible NULL pointer dereferenceOleksij Rempel2021-04-301-0/+3
| * | | net: dsa: ksz: ksz8863_smi_probe: fix possible NULL pointer dereferenceOleksij Rempel2021-04-301-0/+3
| * | | bnx2x: Remove redundant assignment to errYang Li2021-04-301-1/+0