summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-25scsi: qla2xxx: Fix missed DMA unmap for aborted commandsGleb Chesnokov1-0/+3
2022-05-25igb: skip phy status check where unavailableKevin Mitchell1-1/+2
2022-05-25net/qla3xxx: Fix a test in ql_reset_work()Christophe JAILLET1-1/+2
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-25drm/dp/mst: fix a possible memory leak in fetch_monitor_name()Hangyu Hua1-0/+1
2022-05-25mmc: core: Default to generic_cmd6_time as timeout in __mmc_switch()Ulf Hansson1-4/+5
2022-05-25mmc: block: Use generic_cmd6_time when modifying INAND_CMD38_ARG_EXT_CSDUlf Hansson1-3/+3
2022-05-25mmc: core: Specify timeouts for BKOPS and CACHE_FLUSH for eMMCUlf Hansson1-1/+4
2022-05-25drbd: remove usage of list iterator variable after loopJakob Koschel1-2/+5
2022-05-25Input: add bounds checking to input_set_capability()Jeff LaBundy1-0/+19
2022-05-25floppy: use a statically allocated error counterWilly Tarreau1-10/+9
2022-05-18tty/serial: digicolor: fix possible null-ptr-deref in digicolor_uart_probe()Yang Yingliang1-1/+1
2022-05-18USB: serial: option: add Fibocom MA510 modemSven Schwermer1-0/+2
2022-05-18USB: serial: option: add Fibocom L610 modemSven Schwermer1-0/+2
2022-05-18USB: serial: qcserial: add support for Sierra Wireless EM7590Ethan Yang1-0/+2
2022-05-18USB: serial: pl2303: add device id for HP LM930 DisplayScott Chen2-0/+2
2022-05-18usb: cdc-wdm: fix reading stuck on device closeSergey Ryazanov1-0/+1
2022-05-18hwmon: (f71882fg) Fix negative temperatureJi-Ze Hong (Peter Hong)1-2/+3
2022-05-18net: sfc: ef10: fix memory leak in efx_ef10_mtd_probe()Taehee Yoo1-0/+5
2022-05-18s390/lcs: fix variable dereferenced before checkAlexandra Winter1-3/+4
2022-05-18s390/ctcm: fix potential memory leakAlexandra Winter1-5/+1
2022-05-18s390/ctcm: fix variable dereferenced before checkAlexandra Winter1-2/+3
2022-05-18mac80211_hwsim: call ieee80211_tx_prepare_skb under RCU protectionJohannes Berg1-0/+3
2022-05-15mmc: rtsx: add 74 Clocks in power on flowRicky WU1-10/+20
2022-05-15can: grcan: only use the NAPI poll budget for RXAndreas Larsson1-15/+7
2022-05-15can: grcan: grcan_probe(): fix broken system id check for errata workaround n...Andreas Larsson1-5/+11
2022-05-15block: drbd: drbd_nl: Make conversion to 'enum drbd_ret_code' explicitLee Jones1-5/+8
2022-05-12dm: interlock pending dm_io and dm_wait_for_bios_completionMike Snitzer1-0/+2
2022-05-12dm: fix mempool NULL pointer race when completing IOJiazi Li1-7/+10
2022-05-12smsc911x: allow using IRQ0Sergey Shtylyov1-1/+1
2022-05-12net: emaclite: Add error handling for of_address_to_resource()Shravya Kumbham1-3/+12
2022-05-12hwmon: (adt7470) Fix warning on module removalArmin Wolf1-2/+2
2022-05-12nfc: nfcmrvl: main: reorder destructive operations in nfcmrvl_nci_unregister_...Duoming Zhou1-1/+1
2022-05-12can: grcan: use ofdev->dev when allocating DMA memoryDaniel Hellstrom1-2/+4
2022-05-12can: grcan: grcan_close(): fix deadlockDuoming Zhou1-0/+2
2022-05-12firewire: core: extend card->lock in fw_core_handle_bus_resetNiels Dossche2-6/+6
2022-05-12firewire: remove check of list iterator against head past the loop bodyJakob Koschel2-20/+23
2022-05-12firewire: fix potential uaf in outbound_phy_packet_callback()Chengfeng Ye1-1/+3
2022-05-12tty: n_gsm: fix incorrect UA handlingDaniel Starke1-1/+0
2022-05-12tty: n_gsm: fix wrong command frame length field encodingDaniel Starke1-12/+11
2022-05-12tty: n_gsm: fix wrong command retry handlingDaniel Starke1-3/+3
2022-05-12tty: n_gsm: fix missing explicit ldisc flushDaniel Starke1-0/+1
2022-05-12tty: n_gsm: fix insufficient txframe sizeDaniel Starke1-1/+3
2022-05-12tty: n_gsm: fix malformed counter for out of frame dataDaniel Starke1-1/+2
2022-05-12tty: n_gsm: fix wrong signal octet encoding in convergence layer type 2Daniel Starke1-1/+1
2022-05-12drivers: net: hippi: Fix deadlock in rr_close()Duoming Zhou1-0/+2
2022-05-12bnx2x: fix napi API usage sequenceManish Chopra1-4/+5