aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/dvb-usb-v2
AgeCommit message (Expand)Author
2023-11-20media: dvb-usb-v2: af9035: fix missing unlockHans Verkuil
2023-09-23media: az6007: Fix null-ptr-deref in az6007_i2c_xfer()Zhang Shurong
2023-09-23media: anysee: fix null-ptr-deref in anysee_master_xferZhang Shurong
2023-09-23media: dvb-usb-v2: af9035: Fix null-ptr-deref in af9035_i2c_master_xferZhang Shurong
2023-07-27media: usb: Check az6007_read() return valueDaniil Dulov
2023-06-09media: dvb-usb-v2: rtl28xxu: fix null-ptr-deref in rtl28xxu_i2c_xferZhang Shurong
2023-06-09media: dvb-usb-v2: ce6230: fix null-ptr-deref in ce6230_i2c_master_xfer()Wei Chen
2023-06-09media: dvb-usb-v2: ec168: fix null-ptr-deref in ec168_i2c_xfer()Wei Chen
2021-12-22media: mxl111sf: change mutex_init() locationPavel Skripkin
2021-08-12media: rtl28xxu: fix zero-length control requestJohan Hovold
2021-03-04media: lmedm04: Fix misuse of commaJoe Perches
2020-02-01media: dvbsky: add support for eyeTV Geniatech T2 liteThomas Voegtle
2019-08-26media: don't do a 31 bit shift on a signed intMauro Carvalho Chehab
2019-08-21media: ec168: Make structure ec168_props constantNishka Dasgupta
2019-08-21media: dvb-usb: add T230 to dvbskyJan Pieter van Woerkom
2019-07-22media: dvbsky: add support for Mygica T230C v2Jan Pieter van Woerkom
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds
2019-07-09Merge tag 'media/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 238Thomas Gleixner
2019-06-14docs: timers: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2019-06-11Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-28Merge tag 'v5.2-rc2' into patchworkMauro Carvalho Chehab
2019-05-22media: af9035: Remove duplicate error reporting for dvbsky_usb_generic_rwStefan Brüns
2019-05-22media: dvbsky: Remove duplicate error reporting for dvbsky_usb_generic_rwStefan Brüns
2019-05-22media: dvb-usb-v2: Report error on all error pathsStefan Brüns
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-03-19media: dvb: Add support for the Avermedia TD310Jose Alberto Reguero
2019-03-19media: dvb: init i2c already in it930x_frontend_attachAndreas Kemnade
2019-03-19media: dvbsky: Avoid leaking dvb frontendStefan Brüns
2019-03-01media: usb: fix several typosMauro Carvalho Chehab
2018-12-07media: lmedm04: Move interrupt buffer to priv buffer.Malcolm Priestley
2018-12-07media: lmedm04: Add missing usb_free_urb to free interrupt urb.Malcolm Priestley
2018-12-05media: lmedm04: use dvb_usbv2_generic_rw_lockedMalcolm Priestley
2018-12-05media: lmedm04: Move usb buffer to lme2510_state.Malcolm Priestley
2018-12-05media: rtl28xxu: add support for Sony CXD2837ER slave demodNikita Gerasimov
2018-12-03media: usb: Use kmemdup instead of duplicating its function.zhong jiang
2018-12-03media: dvb: Use WARM definition from identify_state()Victor Toso
2018-12-03media: dvb-usb-v2: Fix incorrect use of transfer_flags URB_FREE_BUFFERMalcolm Priestley
2018-10-05Revert "media: dvbsky: use just one mutex for serializing device R/W ops"Mauro Carvalho Chehab
2018-10-04media: rc: Remove init_ir_raw_event and DEFINE_IR_RAW_EVENT macrosSean Young
2018-09-17media: mxl111sf: declare its own padsMauro Carvalho Chehab
2018-09-17media: v4l2: taint pads with the signal types for consumer devicesMauro Carvalho Chehab
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab
2018-08-29media: af9035: prevent buffer overflow on writeJozef Balga
2018-08-08media: rtl28xxu: be sure that it won't go past the array sizeMauro Carvalho Chehab
2018-08-03media: dvb-usb-v2: fix spelling mistake: "completition" -> "completion"Colin Ian King