summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2022-11-25macvlan: enforce a consistent minimal mtuEric Dumazet
2022-11-25serial: 8250: Flush DMA Rx on RLSIIlpo Järvinen
2022-11-25Input: i8042 - fix leaking of platform device on module removalChen Jun
2022-11-25scsi: target: tcm_loop: Fix possible name leak in tcm_loop_setup_hba_bus()Yang Yingliang
2022-11-25misc/vmw_vmci: fix an infoleak in vmci_host_do_receive_datagram()Alexander Potapenko
2022-11-25mmc: sdhci-pci: Fix possible memory leak caused by missing pci_dev_put()Xiongfeng Wang
2022-11-25mmc: core: properly select voltage range without power cycleYann Gautier
2022-11-25serial: 8250_lpss: Configure DMA also w/o DMA filterIlpo Järvinen
2022-11-25serial: 8250: Fall back to non-DMA Rx if IIR_RDI occursIlpo Järvinen
2022-11-25dm ioctl: fix misbehavior if list_versions races with module loadingMikulas Patocka
2022-11-25iio: pressure: ms5611: changed hardcoded SPI speed to value limitedMitja Spes
2022-11-25iio: trigger: sysfs: fix possible memory leak in iio_sysfs_trig_init()Yang Yingliang
2022-11-25iio: adc: at91_adc: fix possible memory leak in at91_adc_allocate_trigger()Yang Yingliang
2022-11-25usb: chipidea: fix deadlock in ci_otg_del_timerDuoming Zhou
2022-11-25usb: add NO_LPM quirk for Realforce 87U KeyboardNicolas Dumazet
2022-11-25USB: serial: option: add Fibocom FM160 0x0111 compositionReinhard Speyerer
2022-11-25USB: serial: option: add u-blox LARA-L6 modemDavide Tronchin
2022-11-25USB: serial: option: add u-blox LARA-R6 00B modemDavide Tronchin
2022-11-25USB: serial: option: remove old LARA-R6 PIDDavide Tronchin
2022-11-25USB: serial: option: add Sierra Wireless EM9191Benoît Monin
2022-11-25speakup: fix a segfault caused by switching consolesMushahid Hussain
2022-11-25slimbus: stream: correct presence rate frequenciesKrzysztof Kozlowski
2022-11-25net: thunderbolt: Fix error handling in tbnet_init()Yuan Can
2022-11-25drbd: use after free in drbd_create_device()Dan Carpenter
2022-11-25xen/pcpu: fix possible memory leak in register_pcpu()Yang Yingliang
2022-11-25bnxt_en: Remove debugfs when pci_register_driver failedGaosheng Cui
2022-11-25mISDN: fix misuse of put_device() in mISDN_register_device()Wang ShaoBo
2022-11-25mISDN: fix possible memory leak in mISDN_dsp_element_register()Yang Yingliang
2022-11-25net: bgmac: Drop free_netdev() from bgmac_enet_remove()Wei Yongjun
2022-11-25ata: libata-transport: fix double ata_host_put() in ata_tport_add()Yang Yingliang
2022-11-25pinctrl: devicetree: fix null pointer dereferencing in pinctrl_dt_to_mapZeng Heng
2022-11-25parport_pc: Avoid FIFO port location truncationMaciej W. Rozycki
2022-11-25siox: fix possible memory leak in siox_device_add()Yang Yingliang
2022-11-25tty: n_gsm: fix sleep-in-atomic-context bug in gsm_control_sendDuoming Zhou
2022-11-25serial: imx: Add missing .thaw_noirq hookShawn Guo
2022-11-25serial: 8250: omap: Flush PM QOS work on removeTony Lindgren
2022-11-25serial: 8250_omap: remove wait loop from Errata i202 workaroundMatthias Schiffer
2022-11-25drm/imx: imx-tve: Fix return type of imx_tve_connector_mode_validNathan Huckleberry
2022-11-25spi: intel: Fix the offset to get the 64K erase opcodeMauro Lima
2022-11-25net: tun: call napi_schedule_prep() to ensure we own a napiEric Dumazet
2022-11-25dmaengine: at_hdmac: Check return code of dma_async_device_registerTudor Ambarus
2022-11-25dmaengine: at_hdmac: Fix impossible conditionTudor Ambarus
2022-11-25dmaengine: at_hdmac: Don't allow CPU to reorder channel enableTudor Ambarus
2022-11-25dmaengine: at_hdmac: Fix completion of unissued descriptor in case of errorsTudor Ambarus
2022-11-25dmaengine: at_hdmac: Don't start transactions at tx_submit levelTudor Ambarus
2022-11-25dmaengine: at_hdmac: Fix at_lli struct definitionTudor Ambarus
2022-11-25platform/x86: hp_wmi: Fix rfkill causing soft blocked wifiJorge Lopez
2022-11-25drm/i915/dmabuf: fix sg_table handling in map_dma_bufMatthew Auld
2022-11-25net: macvlan: fix memory leaks of macvlan_common_newlinkChuang Wang
2022-11-25net: mv643xx_eth: disable napi when init rxq or txq failed in mv643xx_eth_open()Zhengchao Shao