summaryrefslogtreecommitdiff
path: root/drivers/media/dvb-core
AgeCommit message (Expand)AuthorFilesLines
2022-01-27media: dmxdev: fix UAF when dvb_register_device() failsWang Hai1-3/+15
2021-07-20media: dvb_net: avoid speculation from net slotMauro Carvalho Chehab1-6/+19
2021-05-22media: dvbdev: Fix memory leak in dvb_media_device_free()Peilin Ye1-0/+1
2020-06-30media: dvb_frontend: fix return error codeMauro Carvalho Chehab1-1/+1
2020-06-30media: dvb_frontend: fix wrong cast in compat_ioctlKatsuhiro Suzuki1-1/+1
2020-06-30media: dvb_frontend: Add commands implementation for compat ioctJaedon Shin1-0/+131
2020-06-30media: dvb_frontend: Add compat_ioctl callbackJaedon Shin1-0/+12
2020-06-30media: dvb_frontend: Add unlocked_ioctl in dvb_frontend.cJaedon Shin1-3/+14
2020-06-30media: dvb_frontend: be sure to init dvb_frontend_handle_ioctl() return codeMauro Carvalho Chehab1-1/+3
2020-06-30media: dvb_frontend: dtv_property_process_set() cleanupsSatendra Singh Thakur1-53/+72
2020-06-30media: dvb_frontend: fix return values for FE_SET_PROPERTYMauro Carvalho Chehab1-2/+0
2020-06-30media: dvb_frontend: better document the -EPERM conditionMauro Carvalho Chehab1-3/+17
2020-06-30media: dvb_frontend: get rid of property cache's stateMauro Carvalho Chehab2-19/+6
2020-06-30media: dvb_frontend: cleanup ioctl handling logicMauro Carvalho Chehab1-170/+158
2020-06-30media: dvb_frontend: cleanup dvb_frontend_ioctl_properties()Mauro Carvalho Chehab1-32/+51
2020-06-30media: dvb_frontend: get rid of set_property() callbackMauro Carvalho Chehab2-12/+0
2020-06-30media: dvb_frontend: get rid of get_property() callbackMauro Carvalho Chehab2-11/+1
2020-06-30media: dvb/frontend.h: move out a private internal structureMauro Carvalho Chehab1-0/+11
2020-06-30media: dvb_frontend: initialize variable s with FE_NONE instead of 0Colin Ian King1-1/+1
2020-06-20media: dvb_frontend: ensure that inital front end status initializedColin Ian King1-1/+1
2019-10-05media: dvb-core: fix a memory leak bugWenwen Wang1-1/+3
2018-07-03media: dvb_frontend: fix locking issues at dvb_frontend_get_event()Mauro Carvalho Chehab1-8/+15
2018-05-25media: dmxdev: fix error code for invalid ioctlsMauro Carvalho Chehab1-1/+1
2018-03-24media/dvb-core: Race condition when writing to CAMJasmin J1-0/+23
2016-09-22[media] get rid of a number of problems at the cross referencesMauro Carvalho Chehab2-2/+2
2016-09-09[media] demux.h: fix a documentation warningMauro Carvalho Chehab1-3/+5
2016-09-09[media] demux.h: Fix a few documentation issuesMauro Carvalho Chehab1-20/+16
2016-09-09[media] dvb_ringbuffer.h: document the define macrosMauro Carvalho Chehab1-8/+19
2016-09-09[media] dtv-core.rst: move DTV ringbuffer notes to kAPI docMauro Carvalho Chehab1-28/+0
2016-09-09[media] dvb_ringbuffer.h: Document all functionsMauro Carvalho Chehab1-45/+134
2016-08-24[media] dvb_frontend: Use memdup_user() rather than duplicating its implement...Markus Elfring1-22/+6
2016-07-23[media] doc-rst: add some needed escape codesMauro Carvalho Chehab2-15/+15
2016-07-23[media] dvb_ringbuffer.h: some documentation improvementsMauro Carvalho Chehab1-5/+10
2016-07-23[media] doc-rst: Fix some Sphinx warningsMauro Carvalho Chehab1-0/+7
2016-07-23Merge branch 'patchwork' into topic/docs-nextMauro Carvalho Chehab8-38/+120
2016-07-17[media] doc-rst: Fix conversion for dvb-core.rstMauro Carvalho Chehab1-45/+45
2016-07-17[media] doc-rst: Convert media API to rstMauro Carvalho Chehab2-90/+8
2016-07-13[media] dvb-core/en50221: use kref to manage struct dvb_ca_privateMax Kellermann1-1/+23
2016-07-13[media] dvb_frontend: eliminate blocking wait in dvb_unregister_frontend()Max Kellermann1-8/+25
2016-07-09[media] media: dvb_ringbuffer: Add memory barriersSoeren Moch1-13/+61
2016-07-08[media] dvb: use ktime_t for internal timeoutArnd Bergmann5-16/+11
2016-06-07[media] drivers/media/dvb-core/en50221: move code to dvb_ca_private_free()Max Kellermann1-4/+13
2016-05-07[media] media/dvb-core: forward media_create_pad_links() return valueMax Kellermann1-2/+2
2016-05-06[media] az6027: Add support for Elgato EyeTV Sat v3Olli Salonen1-0/+1
2016-05-06[media] dw2102: move USB IDs to dvb-usb-ids.hMauro Carvalho Chehab1-0/+13
2016-03-03[media] dvb-core: fix return code checking for devices with CAOlli Salonen1-1/+1
2016-03-03[media] Add support for Avermedia AverTV Volar HD 2 (TD110)Philippe Valembois1-0/+1
2016-02-27[media] media: dvb-frontend invoke enable/disable_source handlersShuah Khan1-114/+21
2016-02-04[media] dvb_frontend: Don't let drivers to trash data at cacheMauro Carvalho Chehab1-8/+19
2016-02-04[media] dvb_frontend: pass the props cache to get_frontend() as argMauro Carvalho Chehab2-2/+3