index
:
blaster4385/linux-IllusionX
v6.12.1
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
dvb-core
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-06
media: dvbdev: fix the logic when DVB_DYNAMIC_MINORS is not set
Mauro Carvalho Chehab
1
-11
/
+4
2024-10-18
media: dvb_frontend: don't play tricks with underflow values
Mauro Carvalho Chehab
1
-2
/
+2
2024-10-18
media: dvbdev: prevent the risk of out of memory access
Mauro Carvalho Chehab
1
-2
/
+15
2024-10-15
media: dvb-core: add missing buffer index check
Hans Verkuil
1
-1
/
+7
2024-04-08
media: dvbdev: Initialize sbuf
Ricardo Ribalda
1
-1
/
+1
2024-02-16
media: dvb_frontend: Use wait_event_freezable_timeout() for freezable kthread
Kevin Hao
1
-9
/
+4
2024-02-07
media: edia: dvbdev: fix a use-after-free
Zhipeng Lu
1
-0
/
+5
2024-02-07
media: drivers/media/dvb-core: copy user arrays safely
Philipp Stanner
1
-4
/
+8
2023-12-13
media: videobuf2: core: Rename min_buffers_needed field in vb2_queue
Benjamin Gaignard
1
-1
/
+1
2023-12-13
media: dvbdev: drop refcount on error path in dvb_device_open()
Dan Carpenter
1
-0
/
+2
2023-11-23
media: dvb-core: Do not initialize twice queue num_buffer field
Benjamin Gaignard
1
-3
/
+0
2023-11-23
media: dvb-core: Use vb2_get_buffer() instead of directly access to buffers a...
Benjamin Gaignard
1
-6
/
+8
2023-11-23
media: videobuf2: Use vb2_buffer instead of index
Benjamin Gaignard
1
-3
/
+3
2023-07-09
lib/math: Move dvb_math.c into lib/math/int_log.c
Andy Shevchenko
2
-142
/
+1
2023-07-05
Merge tag 'media/v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
1
-85
/
+76
2023-06-14
Revert "media: dvb-core: Fix use-after-free on race condition at dvb_frontend"
Mauro Carvalho Chehab
1
-44
/
+9
2023-05-25
media: mc: Make media_get_pad_index() use pad type flag
Sakari Ailus
1
-2
/
+2
2023-05-14
media: dvbdev: fix most coding style issues
Mauro Carvalho Chehab
1
-83
/
+74
2023-05-14
media: dvb-core: Fix use-after-free due to race condition at dvb_ca_en50221
Hyunwoo Kim
1
-1
/
+36
2023-05-14
media: dvb-core: Fix kernel WARNING for blocking operation in wait_event*()
Takashi Iwai
1
-4
/
+12
2023-05-14
media: dvb-core: Fix use-after-free due to race at dvb_register_device()
Hyunwoo Kim
1
-21
/
+63
2023-05-14
media: dvb-core: Fix use-after-free due on race condition at dvb_net
Hyunwoo Kim
1
-3
/
+35
2023-05-14
media: dvb-core: Fix use-after-free on race condition at dvb_frontend
Hyunwoo Kim
1
-9
/
+44
2023-05-14
media: dvb_ca_en50221: fix a size write bug
YongSu Yoo
1
-5
/
+7
2023-05-13
media: dvb_demux: fix a bug for the continuity counter
YongSu Yoo
1
-2
/
+2
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
1
-1
/
+1
2022-12-16
Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-4
/
+4
2022-12-06
media: dvbdev: fix refcnt bug
Lin Ma
1
-1
/
+1
2022-11-25
media: dvb-core: Fix ignored return value in dvb_register_frontend()
Chen Zhongjin
1
-1
/
+7
2022-11-25
media: dvbdev: adopts refcnt to avoid UAF
Lin Ma
3
-9
/
+27
2022-11-25
media: dvb_ringbuffer : Fix a bug in dvb_ringbuffer.c
YongSu Yoo
1
-1
/
+3
2022-11-25
media: dvb-core: Fix double free in dvb_register_device()
Keita Suzuki
1
-0
/
+1
2022-11-25
media: dvbdev: remove redundant initialization of variable ret
Colin Ian King
1
-1
/
+2
2022-11-25
media: dvb-core: Enhance shared multi-frontend support
Robert Schlabbach
1
-1
/
+11
2022-11-25
media: dvb_frontend: add missing DSS switch cases
Robert Schlabbach
1
-0
/
+11
2022-11-24
driver core: make struct class.devnode() take a const *
Greg Kroah-Hartman
1
-2
/
+2
2022-11-24
driver core: make struct class.dev_uevent() take a const *
Greg Kroah-Hartman
1
-2
/
+2
2022-11-04
media: dvb-core: remove variable n, turn for-loop to while-loop
Colin Ian King
1
-2
/
+2
2022-11-04
media: dvb-core: Fix UAF due to refcount races at releasing
Takashi Iwai
1
-0
/
+8
2022-09-27
media: dvb_vb2: fix possible out of bound access
Hangyu Hua
1
-0
/
+11
2022-03-18
media: Kconfig: cleanup VIDEO_DEV dependencies
Mauro Carvalho Chehab
1
-1
/
+1
2021-11-29
media: dvb-core: dvb_frontend: address some clang warnings
Mauro Carvalho Chehab
1
-8
/
+5
2021-11-19
media: media dvb_frontend: add suspend and resume callbacks to dvb_frontend_ops
Lukas Middendorf
1
-2
/
+6
2021-11-19
media: dvb-core: Convert to SPDX identifier
Cai Huoqing
4
-37
/
+3
2021-11-19
media: dmxdev: fix UAF when dvb_register_device() fails
Wang Hai
1
-3
/
+15
2021-11-02
Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-4
/
+4
2021-10-28
media: use eth_hw_addr_set()
Jakub Kicinski
1
-4
/
+4
2021-09-30
media: videobuf2: add queue memory coherency parameter
Sergey Senozhatsky
1
-1
/
+1
2021-06-17
media: dvb-core: frontend: make GET/SET safer
Mauro Carvalho Chehab
1
-105
/
+117
2021-06-17
media: dvbdev: fix error logic at dvb_register_device()
Mauro Carvalho Chehab
1
-0
/
+3
[next]