summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-05-25i2c: mt7621: fix missing clk_disable_unprepare() on error in mtk_i2c_probe()Yang Yingliang1-2/+8
2022-05-25mt76: mt7921e: fix possible probe failure after rebootSean Wang3-125/+131
2022-05-25Input: ili210x - fix reset timingMarek Vasut1-2/+2
2022-05-25net: atlantic: verify hw_head_ lies within TX buffer ringGrant Grundler1-0/+7
2022-05-25net: atlantic: add check for MAX_SKB_FRAGSGrant Grundler1-1/+5
2022-05-25net: atlantic: reduce scope of is_rsc_completeGrant Grundler1-7/+6
2022-05-25net: atlantic: fix "frag[0] not initialized"Grant Grundler1-2/+1
2022-05-25net: stmmac: fix missing pci_disable_device() on error in stmmac_pci_probe()Yang Yingliang1-3/+1
2022-05-25ethernet: tulip: fix missing pci_disable_device() on error in tulip_init_one()Yang Yingliang1-1/+4
2022-05-25fbdev: Prevent possible use-after-free in fb_release()Daniel Vetter1-0/+4
2022-05-25Revert "fbdev: Make fb_release() return -ENODEV if fbdev was unregistered"Javier Martinez Canillas1-4/+1
2022-05-25scsi: qla2xxx: Fix missed DMA unmap for aborted commandsGleb Chesnokov1-0/+3
2022-05-25scsi: scsi_dh_alua: Properly handle the ALUA transitioning stateBrian Bunker1-2/+1
2022-05-25gpio: mvebu/pwm: Refuse requests with inverted polarityUwe Kleine-König1-0/+3
2022-05-25gpio: gpio-vf610: do not touch other bits when set the target bitHaibo Chen1-2/+6
2022-05-25scsi: ufs: core: Fix referencing invalid rsp fieldDaejun Park1-12/+7
2022-05-25igb: skip phy status check where unavailableKevin Mitchell1-1/+2
2022-05-25net/mlx5e: Properly block LRO when XDP is enabledMaxim Mikityanskiy1-0/+7
2022-05-25net/mlx5: DR, Fix missing flow_source when creating multi-destination FW tableMaor Dickman5-6/+14
2022-05-25net/qla3xxx: Fix a test in ql_reset_work()Christophe JAILLET1-1/+2
2022-05-25clk: at91: generated: consider range when calculating best rateCodrin Ciubotariu1-0/+4
2022-05-25ice: Fix interrupt moderation settings getting clearedMichal Wilczynski2-11/+16
2022-05-25ice: move ice_container_type onto ice_ring_containerMaciej Fijalkowski3-23/+23
2022-05-25ice: fix possible under reporting of ethtool Tx and Rx statisticsPaul Greenwalt1-3/+4
2022-05-25ice: fix crash when writing timestamp on RX ringsArkadiusz Kubalewski1-4/+15
2022-05-25net: vmxnet3: fix possible NULL pointer dereference in vmxnet3_rq_cleanup()Zixuan Fu1-0/+4
2022-05-25net: vmxnet3: fix possible use-after-free bugs in vmxnet3_rq_alloc_rx_buf()Zixuan Fu1-0/+2
2022-05-25net: systemport: Fix an error handling path in bcm_sysport_probe()Christophe JAILLET1-2/+4
2022-05-25Revert "PCI: aardvark: Rewrite IRQ code to chained IRQ handler"Pali Rohár1-26/+22
2022-05-25net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau1-0/+1
2022-05-25net: macb: Increment rx bd head after allocating skb and bufferHarini Katakam1-1/+1
2022-05-25net: ipa: record proper RX transaction countAlex Elder1-2/+4
2022-05-25pinctrl: mediatek: mt8365: fix IES control pinsMattijs Korpershoek1-1/+1
2022-05-25pinctrl: pinctrl-aspeed-g6: remove FWQSPID group in pinctrlJae Hyun Yoo1-11/+3
2022-05-25dma-buf: ensure unique directory name for dmabuf statsCharan Teja Kalla1-0/+8
2022-05-25drm/dp/mst: fix a possible memory leak in fetch_monitor_name()Hangyu Hua1-0/+1
2022-05-25drm/i915/dmc: Add MMIO range restrictionsAnusha Srivatsa2-0/+60
2022-05-25drm/amd: Don't reset dGPUs if the system is going to s2idleMario Limonciello3-1/+17
2022-05-25crypto: qcom-rng - fix infinite loop on requests not multiple of WORD_SZOndrej Mosnacek1-0/+1
2022-05-25Revert "can: m_can: pci: use custom bit timings for Elkhart Lake"Jarkko Nikula1-44/+4
2022-05-25PCI/PM: Avoid putting Elo i2 PCIe Ports in D3coldRafael J. Wysocki1-0/+10
2022-05-25Fix double fget() in vhost_net_set_backend()Al Viro1-8/+7
2022-05-25platform/chrome: cros_ec_debugfs: detach log reader wq from devmTzung-Bi Shih1-6/+6
2022-05-25drbd: remove usage of list iterator variable after loopJakob Koschel1-2/+5
2022-05-25rtc: mc146818-lib: Fix the AltCentury for AMD platformsMario Limonciello1-1/+15
2022-05-25nvme-multipath: fix hang when disk goes live over reconnectAnton Eidelman3-2/+28
2022-05-25nvmet: use a private workqueue instead of the system workqueueSagi Grimberg11-37/+50
2022-05-25vhost_vdpa: don't setup irq offloading when irq_num < 0Zhu Lingshan1-1/+4
2022-05-25crypto: stm32 - fix reference leak in stm32_crc_removeZheng Yongjun1-1/+3
2022-05-25rtc: sun6i: Fix time overflow handlingAndre Przywara1-9/+5