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-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-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-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-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-25tty: n_gsm: fix sleep-in-atomic-context bug in gsm_control_sendDuoming Zhou
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-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
2022-11-25ethernet: s2io: disable napi when start nic failed in s2io_card_up()Zhengchao Shao
2022-11-25net: cxgb3_main: disable napi when bind qsets failed in cxgb_up()Zhengchao Shao
2022-11-25drivers: net: xgene: disable napi when register irq failed in xgene_enet_open()Zhengchao Shao
2022-11-25dmaengine: mv_xor_v2: Fix a resource leak in mv_xor_v2_remove()Christophe JAILLET
2022-11-25drm/vc4: Fix missing platform_unregister_drivers() call in vc4_drm_register()Yuan Can
2022-11-25hamradio: fix issue of dev reference count leakage in bpq_device_event()Zhengchao Shao
2022-11-25net: lapbether: fix issue of dev reference count leakage in lapbeth_device_ev...Zhengchao Shao
2022-11-25net: fman: Unregister ethernet device on removalSean Anderson
2022-11-25bnxt_en: fix potentially incorrect return value for ndo_rx_flow_steerAlex Barba
2022-11-25HID: hyperv: fix possible memory leak in mousevsc_probe()Yang Yingliang
2022-11-10wifi: brcmfmac: Fix potential buffer overflow in brcmf_fweh_event_worker()Dokyung Song