summaryrefslogtreecommitdiff
path: root/drivers/media/usb
AgeCommit message (Expand)AuthorFilesLines
2020-01-27media: em28xx: Fix exception handling in em28xx_alloc_urbs()Markus Elfring1-1/+1
2020-01-17media: usb:zr364xx:Fix KASAN:null-ptr-deref Read in zr364xx_vidioc_querycapVandana BN1-1/+2
2020-01-09media: usb: fix memory leak in af9005_identify_stateNavid Emamdoost1-2/+3
2020-01-09media: flexcop-usb: ensure -EIO is returned on error conditionColin Ian King1-1/+1
2020-01-09media: pulse8-cec: fix lost cec_transmit_attempt_done() callHans Verkuil1-4/+13
2019-12-31media: pvrusb2: Fix oops on tear-down when radio support is not presentMike Isely1-2/+7
2019-12-31media: flexcop-usb: fix NULL-ptr deref in flexcop_usb_transfer_init()Yang Yingliang1-1/+7
2019-12-13media: stkwebcam: Bugfix for wrong return valuesAndreas Pape1-1/+5
2019-12-13media: uvcvideo: Abstract streaming object lifetimeKieran Bingham1-16/+38
2019-12-13media: pulse8-cec: return 0 when invalidating the logical addressHans Verkuil1-1/+1
2019-12-01media: cxusb: detect cxusb_ctrl_msg error in queryVito Caputo1-1/+2
2019-12-01media: b2c2-flexcop-usb: add sanity checkingOliver Neukum1-0/+3
2019-12-01media: uvcvideo: Fix error path in control parsing failureLaurent Pinchart1-13/+15
2019-12-01media: usbvision: Fix races among open, close, and disconnectAlan Stern1-3/+18
2019-11-24media: cx231xx: fix potential sign-extension overflow on large shiftColin Ian King1-1/+1
2019-11-20media: au0828: Fix incorrect error messagesBrad Love1-2/+2
2019-10-17media: stkwebcam: fix runtime PM after driver unbindJohan Hovold1-2/+1
2019-10-05media: don't drop front-end reference count for ->detachArnd Bergmann1-8/+0
2019-10-05media: sn9c20x: Add MSI MS-1039 laptop to flip_dmi_tableHans de Goede1-0/+7
2019-10-05media: ttusb-dec: Fix info-leak in ttusb_dec_send_command()Tomas Bortoli1-1/+1
2019-10-05media: cpia2_usb: fix memory leaksWenwen Wang1-0/+4
2019-10-05media: hdpvr: add terminating 0 at end of stringHans Verkuil1-0/+1
2019-10-05media: em28xx: modules workqueue not inited for 2nd deviceSean Young1-1/+0
2019-10-05media: gspca: zero usb_buf on errorHans Verkuil14-0/+71
2019-10-05media: hdpvr: Add device num check and handlingLuke Nowakowski-Krijger1-1/+11
2019-10-05media: dib0700: fix link error for dibx000_i2c_set_speedArnd Bergmann1-0/+8
2019-09-21media: technisat-usb2: break out of loop at end of bufferSean Young1-12/+10
2019-09-21media: tm6000: double free if usb disconnect while streamingSean Young1-0/+3
2019-08-04media: pvrusb2: use a different format for warningsAndrey Konovalov3-6/+6
2019-08-04media: cpia2_usb: first wake up, then free in disconnectOliver Neukum1-1/+2
2019-08-04media: au0828: fix null dereference in error pathSean Young1-6/+6
2019-07-26media: hdpvr: fix locking and a missing msleepHans Verkuil1-6/+11
2019-07-26media: uvcvideo: Fix access to uninitialized fields on probe errorOliver Neukum1-1/+3
2019-07-26media: dvb: usb: fix use after free in dvb_usb_device_exitOliver Neukum1-2/+5
2019-06-09media: uvcvideo: Fix uvc_alloc_entity() allocation alignmentNadav Amit1-1/+1
2019-06-09media: smsusb: better handle optional alignmentMauro Carvalho Chehab1-4/+4
2019-06-09media: usb: siano: Fix false-positive "uninitialized variable" warningAlan Stern1-1/+1
2019-06-09media: usb: siano: Fix general protection fault in smsusbAlan Stern1-13/+20
2019-05-31media: go7007: avoid clang frame overflow warning with KASANArnd Bergmann1-2/+2
2019-05-31media: gspca: do not resubmit URBs when streaming has stoppedHans Verkuil1-2/+6
2019-05-31media: dvbsky: Avoid leaking dvb frontendStefan BrĂ¼ns1-8/+10
2019-05-31media: gspca: Kill URBs on USB device disconnectEzequiel Garcia1-1/+3
2019-05-31media: pvrusb2: Prevent a buffer overflowDan Carpenter2-0/+3
2019-05-31media: au0828: Fix NULL pointer dereference in au0828_analog_stream_enable()Shuah Khan1-0/+3
2019-05-31media: au0828: stop video streaming only when last user stopsHans Verkuil1-5/+8
2019-05-31media: cpia2: Fix use-after-free in cpia2_exitYueHaibing1-2/+1
2019-04-20media: au0828: cannot kfree dev before usb disconnectBrad Love1-1/+0
2019-03-27media: v4l2-ctrls.c/uvc: zero v4l2_eventHans Verkuil1-1/+1
2019-03-23media: uvcvideo: Avoid NULL pointer dereference at the end of streamingSakari Ailus1-0/+8
2019-03-14media: uvcvideo: Fix 'type' check leading to overflowAlistair Strachan1-3/+11