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