summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-06-11random: always use batched entropy for get_random_u{32,64}Jason A. Donenfeld1-3/+0
2020-06-11x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross1-0/+8
2020-06-11x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang15-22/+22
2020-06-11USB: gadget: fix illegal array access in binding with UDCKyungtae Kim1-0/+3
2020-06-11scsi: sg: add sg_remove_request in sg_writeWu Bo1-1/+3
2020-06-11scsi: sg: add sg_remove_request in sg_common_writeLi Bin1-1/+3
2020-06-11scsi: sg: fix minor memory leak in error pathTony Battersby1-0/+1
2020-06-11scsi: sg: don't return bogus Sg_requestsJohannes Thumshirn1-2/+3
2020-06-11scsi: sg: only check for dxfer_len greater than 256MJohannes Thumshirn1-30/+2
2020-06-11scsi: sg: fix static checker warning in sg_is_valid_dxferJohannes Thumshirn1-2/+5
2020-06-11scsi: sg: fix SG_DXFER_FROM_DEV transfersJohannes Thumshirn1-1/+4
2020-06-11scsi: sg: close race condition in sg_remove_sfp_usercontext()Hannes Reinecke1-2/+10
2020-06-11scsi: sg: check for valid direction before starting the requestJohannes Thumshirn1-12/+34
2020-06-11scsi: sg: disable SET_FORCE_LOW_DMAHannes Reinecke1-21/+9
2020-06-11scsi: sg: Re-fix off by one in sg_fill_request_table()Ben Hutchings1-1/+1
2020-06-11scsi: sg: fixup infoleak when using SG_GET_REQUEST_TABLEHannes Reinecke1-3/+2
2020-06-11scsi: sg: factor out sg_fill_request_table()Hannes Reinecke1-26/+35
2020-06-11scsi: sg: off by one in sg_ioctl()Dan Carpenter1-1/+1
2020-06-11scsi: sg: use standard lists for sg_requestsHannes Reinecke1-86/+61
2020-06-11scsi: sg: remove 'save_scat_len'Hannes Reinecke1-2/+0
2020-06-11scsi: sg: recheck MMAP_IO request length with lock heldTodd Poynor1-2/+5
2020-06-11scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZETodd Poynor1-3/+9
2020-06-11scsi: sg: reset 'res_in_use' after unlinking reserved arrayHannes Reinecke1-0/+2
2020-06-11scsi: sg: protect accesses to 'reserved' page arrayHannes Reinecke1-21/+26
2020-06-11scsi: sg: Change next_cmd_len handling to mirror upstreamBen Hutchings1-7/+3
2020-06-11sg: prevent integer overflow when converting from sectors to bytesAkinobu Mita1-4/+13
2020-06-11sg: O_EXCL and other lock handlingDouglas Gilbert1-194/+230
2020-06-11mwifiex: Fix possible buffer overflows in mwifiex_ret_wmm_get_status()Qing Xu1-0/+4
2020-06-11mwifiex: Fix possible buffer overflows in mwifiex_cmd_append_vsie_tlv()Qing Xu1-0/+7
2020-06-11scsi: mptfusion: Fix double fetch bug in ioctlDan Carpenter1-163/+50
2020-06-11scsi: mptfusion: Add bounds check in mptctl_hp_targetinfo()Dan Carpenter1-0/+2
2020-06-11USB: core: Fix free-while-in-use bug in the USB S-GlibraryAlan Stern1-1/+8
2020-06-11drivers: usb: core: Minimize irq disabling in usb_sg_cancel()David Mosberger1-20/+17
2020-06-11drivers: usb: core: Don't disable irqs in usb_sg_wait() during URB submit.David Mosberger1-8/+7
2020-06-11slip: not call free_netdev before rtnl_unlock in slip_openyangerkun1-0/+3
2020-06-11slip: Fix use-after-free Read in slip_openJouni Hogander1-1/+1
2020-06-11slip: Fix memory leak in slip_open error pathJouni Hogander1-0/+1
2020-06-11slcan: not call free_netdev before rtnl_unlock in slcan_openOliver Hartkopp1-0/+3
2020-06-11can: slcan: Fix use-after-free Read in slcan_openJouni Hogander1-1/+1
2020-06-11slcan: Fix memory leak in error pathJouni Hogander1-0/+1
2020-05-22bonding/alb: properly access headers in bond_alb_xmit()Eric Dumazet1-12/+32
2020-05-22media/v4l2-core: set pages dirty upon releasing DMA buffersJohn Hubbard1-1/+4
2020-05-22of: Add OF_DMA_DEFAULT_COHERENT & select it on powerpcMichael Ellerman2-1/+9
2020-05-22iwlegacy: ensure loop counter addr does not wrap and cause an infinite loopColin Ian King1-1/+1
2020-05-22media: uvcvideo: Avoid cyclic entity chains due to malformed USB descriptorsWill Deacon1-0/+12
2020-05-22USB: serial: ir-usb: fix IrLAP framingJohan Hovold1-22/+91
2020-05-22USB: serial: ir-usb: fix link-speed handlingJohan Hovold1-10/+10
2020-05-22USB: serial: ir-usb: add missing endpoint sanity checkJohan Hovold1-0/+3
2020-05-22staging: wlan-ng: ensure error return is actually returnedColin Ian King1-1/+1
2020-05-22usb: gadget: f_ecm: Use atomic_t to track in-flight requestBryan O'Donoghue1-4/+12