Age | Commit message (Expand) | Author |
2024-04-08 | media: dvbdev: Initialize sbuf | Ricardo Ribalda |
2024-02-16 | media: dvb_frontend: Use wait_event_freezable_timeout() for freezable kthread | Kevin Hao |
2024-02-07 | media: edia: dvbdev: fix a use-after-free | Zhipeng Lu |
2024-02-07 | media: drivers/media/dvb-core: copy user arrays safely | Philipp Stanner |
2023-12-13 | media: videobuf2: core: Rename min_buffers_needed field in vb2_queue | Benjamin Gaignard |
2023-12-13 | media: dvbdev: drop refcount on error path in dvb_device_open() | Dan Carpenter |
2023-11-23 | media: dvb-core: Do not initialize twice queue num_buffer field | Benjamin Gaignard |
2023-11-23 | media: dvb-core: Use vb2_get_buffer() instead of directly access to buffers a... | Benjamin Gaignard |
2023-11-23 | media: videobuf2: Use vb2_buffer instead of index | Benjamin Gaignard |
2023-07-09 | lib/math: Move dvb_math.c into lib/math/int_log.c | Andy Shevchenko |
2023-07-05 | Merge tag 'media/v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds |
2023-06-14 | Revert "media: dvb-core: Fix use-after-free on race condition at dvb_frontend" | Mauro Carvalho Chehab |
2023-05-25 | media: mc: Make media_get_pad_index() use pad type flag | Sakari Ailus |
2023-05-14 | media: dvbdev: fix most coding style issues | Mauro Carvalho Chehab |
2023-05-14 | media: dvb-core: Fix use-after-free due to race condition at dvb_ca_en50221 | Hyunwoo Kim |
2023-05-14 | media: dvb-core: Fix kernel WARNING for blocking operation in wait_event*() | Takashi Iwai |
2023-05-14 | media: dvb-core: Fix use-after-free due to race at dvb_register_device() | Hyunwoo Kim |
2023-05-14 | media: dvb-core: Fix use-after-free due on race condition at dvb_net | Hyunwoo Kim |
2023-05-14 | media: dvb-core: Fix use-after-free on race condition at dvb_frontend | Hyunwoo Kim |
2023-05-14 | media: dvb_ca_en50221: fix a size write bug | YongSu Yoo |
2023-05-13 | media: dvb_demux: fix a bug for the continuity counter | YongSu Yoo |
2023-03-17 | driver core: class: remove module * from class_create() | Greg Kroah-Hartman |
2022-12-16 | Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2022-12-06 | media: dvbdev: fix refcnt bug | Lin Ma |
2022-11-25 | media: dvb-core: Fix ignored return value in dvb_register_frontend() | Chen Zhongjin |
2022-11-25 | media: dvbdev: adopts refcnt to avoid UAF | Lin Ma |
2022-11-25 | media: dvb_ringbuffer : Fix a bug in dvb_ringbuffer.c | YongSu Yoo |
2022-11-25 | media: dvb-core: Fix double free in dvb_register_device() | Keita Suzuki |
2022-11-25 | media: dvbdev: remove redundant initialization of variable ret | Colin Ian King |
2022-11-25 | media: dvb-core: Enhance shared multi-frontend support | Robert Schlabbach |
2022-11-25 | media: dvb_frontend: add missing DSS switch cases | Robert Schlabbach |
2022-11-24 | driver core: make struct class.devnode() take a const * | Greg Kroah-Hartman |
2022-11-24 | driver core: make struct class.dev_uevent() take a const * | Greg Kroah-Hartman |
2022-11-04 | media: dvb-core: remove variable n, turn for-loop to while-loop | Colin Ian King |
2022-11-04 | media: dvb-core: Fix UAF due to refcount races at releasing | Takashi Iwai |
2022-09-27 | media: dvb_vb2: fix possible out of bound access | Hangyu Hua |
2022-03-18 | media: Kconfig: cleanup VIDEO_DEV dependencies | Mauro Carvalho Chehab |
2021-11-29 | media: dvb-core: dvb_frontend: address some clang warnings | Mauro Carvalho Chehab |
2021-11-19 | media: media dvb_frontend: add suspend and resume callbacks to dvb_frontend_ops | Lukas Middendorf |
2021-11-19 | media: dvb-core: Convert to SPDX identifier | Cai Huoqing |
2021-11-19 | media: dmxdev: fix UAF when dvb_register_device() fails | Wang Hai |
2021-11-02 | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2021-10-28 | media: use eth_hw_addr_set() | Jakub Kicinski |
2021-09-30 | media: videobuf2: add queue memory coherency parameter | Sergey Senozhatsky |
2021-06-17 | media: dvb-core: frontend: make GET/SET safer | Mauro Carvalho Chehab |
2021-06-17 | media: dvbdev: fix error logic at dvb_register_device() | Mauro Carvalho Chehab |
2021-06-17 | media: dvb_net: avoid speculation from net slot | Mauro Carvalho Chehab |
2021-06-17 | media: dvb_ca_en50221: avoid speculation from CA slot | Mauro Carvalho Chehab |
2021-06-09 | media: dmxdev: change the check for problems allocing secfeed | Mauro Carvalho Chehab |
2021-03-22 | media: dvbdev: Fix memory leak in dvb_media_device_free() | Peilin Ye |