summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-01-12scsi: target: Fix XCOPY NAA identifier lookupDavid Disseldorp2-49/+71
2021-01-12Revert "device property: Keep secondary firmware node secondary by type"Bard Liao1-1/+1
2021-01-12USB: serial: keyspan_pda: remove unused variableJohan Hovold1-2/+0
2021-01-12usb: gadget: configfs: Fix use-after-free issue with udc_nameEddie Hung1-2/+9
2021-01-12usb: gadget: configfs: Preserve function ordering after bind failureChandana Kishori Chiluveru1-2/+2
2021-01-12usb: gadget: Fix spinlock lockup on usb_function_deactivateSriharsha Allenki1-2/+8
2021-01-12USB: gadget: legacy: fix return error code in acm_ms_bind()Yang Yingliang1-1/+3
2021-01-12usb: gadget: function: printer: Fix a memory leak for interface descriptorZqiang1-0/+1
2021-01-12usb: gadget: f_uac2: reset wMaxPacketSizeJerome Brunet1-14/+55
2021-01-12usb: gadget: select CONFIG_CRC32Arnd Bergmann1-0/+2
2021-01-12USB: usblp: fix DMA to stackJohan Hovold1-2/+19
2021-01-12USB: yurex: fix control-URB timeout handlingJohan Hovold1-0/+3
2021-01-12USB: serial: option: add Quectel EM160R-GLBjørn Mork1-0/+2
2021-01-12USB: serial: option: add LongSung M5710 module supportDaniel Palmer1-0/+1
2021-01-12USB: serial: iuu_phoenix: fix DMA from stackJohan Hovold1-5/+15
2021-01-12usb: uas: Add PNY USB Portable SSD to unusual_uasThinh Nguyen1-0/+7
2021-01-12usb: usbip: vhci_hcd: protect shift sizeRandy Dunlap1-0/+2
2021-01-12USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk setMichael Grzeschik1-12/+12
2021-01-12usb: chipidea: ci_hdrc_imx: add missing put_device() call in usbmisc_get_init...Yu Kuai1-1/+5
2021-01-12usb: dwc3: ulpi: Use VStsDone to detect PHY regs access completionSerge Semin2-1/+2
2021-01-12USB: cdc-acm: blacklist another IR Droid deviceSean Young1-0/+4
2021-01-12usb: gadget: enable super speed plustaehyun.cho1-2/+2
2021-01-12video: hyperv_fb: Fix the mmap() regression for v5.4.y and olderDexuan Cui1-4/+2
2021-01-12net: systemport: set dev->max_mtu to UMAC_MAX_MTU_SIZEFlorian Fainelli1-0/+1
2021-01-12net: mvpp2: Fix GoP port 3 Networking Complex Control configurationsStefan Chulski1-1/+1
2021-01-12vhost_net: fix ubuf refcount incorrectly when sendmsg failsYunjian Wang1-3/+3
2021-01-12net: usb: qmi_wwan: add Quectel EM160R-GLBjørn Mork1-0/+1
2021-01-12CDC-NCM: remove "connected" log messageRoland Dreier1-3/+0
2021-01-12net: hdlc_ppp: Fix issues when mod_timer is called while timer is runningXie He1-0/+7
2021-01-12net: hns: fix return value check in __lb_other_process()Yunjian Wang1-0/+4
2021-01-12net: ethernet: ti: cpts: fix ethtool output when no ptp_clock registeredGrygorii Strashko1-0/+2
2021-01-12net: ethernet: Fix memleak in ethoc_probeDinghao Liu1-1/+2
2021-01-12virtio_net: Fix recursive call to cpus_read_lock()Jeff Dike1-5/+7
2021-01-12qede: fix offload for IPIP tunnel packetsManish Chopra1-0/+5
2021-01-12atm: idt77252: call pci_disable_device() on error pathDan Carpenter1-1/+1
2021-01-12ethernet: ucc_geth: set dev->max_mtu to 1518Rasmus Villemoes1-0/+1
2021-01-12ethernet: ucc_geth: fix use-after-free in ucc_geth_remove()Rasmus Villemoes1-1/+1
2021-01-12scsi: ide: Do not set the RQF_PREEMPT flag for sense requestsBart Van Assche2-6/+0
2021-01-12scsi: ufs-pci: Ensure UFS device is in PowerDown mode for suspend-to-disk ->p...Adrian Hunter1-2/+32
2021-01-09mwifiex: Fix possible buffer overflows in mwifiex_cmd_802_11_ad_hoc_startZhang Xiaohui1-0/+2
2021-01-09iio:magnetometer:mag3110: Fix alignment and data leak issues.Jonathan Cameron1-4/+9
2021-01-09iio:imu:bmi160: Fix alignment and data leak issuesJonathan Cameron1-4/+9
2021-01-09dm verity: skip verity work if I/O error when system is shutting downHyeongseok Kim1-1/+11
2021-01-09rtc: sun6i: Fix memleak in sun6i_rtc_clk_initDinghao Liu1-3/+5
2021-01-09media: gp8psk: initialize stats at power control logicMauro Carvalho Chehab1-1/+1
2021-01-09misc: vmw_vmci: fix kernel info-leak by initializing dbells in vmci_ctx_get_c...Anant Thazhemadam1-1/+1
2021-01-09USB: serial: digi_acceleport: fix write-wakeup deadlocksJohan Hovold1-32/+13
2021-01-09s390/dasd: fix hanging device offline processingStefan Haberland1-1/+9
2021-01-09vfio/pci: Move dummy_resources_list init in vfio_pci_probe()Eric Auger1-2/+1
2021-01-09md/raid10: initialize r10_bio->read_slot before use.Kevin Vigor1-1/+2