summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-core
AgeCommit message (Expand)AuthorLines
2023-07-05Merge tag 'media/v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds-85/+76
2023-06-14Revert "media: dvb-core: Fix use-after-free on race condition at dvb_frontend"Mauro Carvalho Chehab-44/+9
2023-05-25media: mc: Make media_get_pad_index() use pad type flagSakari Ailus-2/+2
2023-05-14media: dvbdev: fix most coding style issuesMauro Carvalho Chehab-83/+74
2023-05-14media: dvb-core: Fix use-after-free due to race condition at dvb_ca_en50221Hyunwoo Kim-1/+36
2023-05-14media: dvb-core: Fix kernel WARNING for blocking operation in wait_event*()Takashi Iwai-4/+12
2023-05-14media: dvb-core: Fix use-after-free due to race at dvb_register_device()Hyunwoo Kim-21/+63
2023-05-14media: dvb-core: Fix use-after-free due on race condition at dvb_netHyunwoo Kim-3/+35
2023-05-14media: dvb-core: Fix use-after-free on race condition at dvb_frontendHyunwoo Kim-9/+44
2023-05-14media: dvb_ca_en50221: fix a size write bugYongSu Yoo-5/+7
2023-05-13media: dvb_demux: fix a bug for the continuity counterYongSu Yoo-2/+2
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman-1/+1
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+4
2022-12-06media: dvbdev: fix refcnt bugLin Ma-1/+1
2022-11-25media: dvb-core: Fix ignored return value in dvb_register_frontend()Chen Zhongjin-1/+7
2022-11-25media: dvbdev: adopts refcnt to avoid UAFLin Ma-9/+27
2022-11-25media: dvb_ringbuffer : Fix a bug in dvb_ringbuffer.cYongSu Yoo-1/+3
2022-11-25media: dvb-core: Fix double free in dvb_register_device()Keita Suzuki-0/+1
2022-11-25media: dvbdev: remove redundant initialization of variable retColin Ian King-1/+2
2022-11-25media: dvb-core: Enhance shared multi-frontend supportRobert Schlabbach-1/+11
2022-11-25media: dvb_frontend: add missing DSS switch casesRobert Schlabbach-0/+11
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman-2/+2
2022-11-24driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman-2/+2
2022-11-04media: dvb-core: remove variable n, turn for-loop to while-loopColin Ian King-2/+2
2022-11-04media: dvb-core: Fix UAF due to refcount races at releasingTakashi Iwai-0/+8
2022-09-27media: dvb_vb2: fix possible out of bound accessHangyu Hua-0/+11
2022-03-18media: Kconfig: cleanup VIDEO_DEV dependenciesMauro Carvalho Chehab-1/+1
2021-11-29media: dvb-core: dvb_frontend: address some clang warningsMauro Carvalho Chehab-8/+5
2021-11-19media: media dvb_frontend: add suspend and resume callbacks to dvb_frontend_opsLukas Middendorf-2/+6
2021-11-19media: dvb-core: Convert to SPDX identifierCai Huoqing-37/+3
2021-11-19media: dmxdev: fix UAF when dvb_register_device() failsWang Hai-3/+15
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+4
2021-10-28media: use eth_hw_addr_set()Jakub Kicinski-4/+4
2021-09-30media: videobuf2: add queue memory coherency parameterSergey Senozhatsky-1/+1
2021-06-17media: dvb-core: frontend: make GET/SET saferMauro Carvalho Chehab-105/+117
2021-06-17media: dvbdev: fix error logic at dvb_register_device()Mauro Carvalho Chehab-0/+3
2021-06-17media: dvb_net: avoid speculation from net slotMauro Carvalho Chehab-6/+19
2021-06-17media: dvb_ca_en50221: avoid speculation from CA slotMauro Carvalho Chehab-0/+1
2021-06-09media: dmxdev: change the check for problems allocing secfeedMauro Carvalho Chehab-1/+1
2021-03-22media: dvbdev: Fix memory leak in dvb_media_device_free()Peilin Ye-0/+1
2021-03-22media: dvb_frontend: warn if frontend driver has API issuesMauro Carvalho Chehab-0/+4
2021-03-22media: dvb_frontend: don't call dvb_frontend_get_stepsize() twiceMauro Carvalho Chehab-1/+1
2021-03-22media: dvb_frontend: move algo-specific settings to a functionMauro Carvalho Chehab-41/+48
2021-03-11media: fix incorrect kernel doc usagesHans Verkuil-15/+17
2021-01-27media: dvb_frontend: Fix fall-through warnings for ClangGustavo A. R. Silva-0/+1
2020-11-17media: dvbdev: Fix memleak in dvb_register_deviceDinghao Liu-0/+3
2020-09-24Merge tag 'media/v5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds-1/+1
2020-09-14media: media/v4l2: remove V4L2_FLAG_MEMORY_NON_CONSISTENT flagSergey Senozhatsky-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-06-23media: videobuf2: add queue memory consistency parameterSergey Senozhatsky-1/+1