aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-core
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB: DVB: fix dvr node refcountingJiri Slaby2010-08-021-1/+1
* V4L/DVB: dvb_frontend: fix typos in comments and one functionGuillaume Audirac2010-08-021-5/+5
* V4L/DVB: dvb_ca_en50221: return -EFAULT on copy_to_user errorsDan Carpenter2010-08-021-2/+8
* V4L/DVB: drivers/media: Use memdup_userJulia Lawall2010-08-021-7/+3
* V4L/DVB: dvb-core: Fix ULE decapsulation bugAng Way Chuang2010-06-011-1/+11
* Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds2010-05-246-46/+75
|\
| * dvb: Push down BKL into ioctl functionsArnd Bergmann2010-05-176-46/+75
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-05-201-9/+5
|\ \
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-112-0/+2
| |\|
| * | net: convert multicast list to list_headJiri Pirko2010-04-031-5/+5
| * | net: convert multiple drivers to use netdev_for_each_mc_addr, part7Jiri Pirko2010-03-161-5/+1
* | | V4L/DVB: fix dvb frontend lockupmatthieu castet2010-05-191-8/+17
* | | V4L/DVB: Allow to enable TS continuity and TEI check on loaded moduleAbylay Ospan2010-05-181-7/+4
| |/ |/|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-302-0/+2
|/
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-4/+4
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-4/+4
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-02-283-7/+7
|\ \
| * \ Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-02-262-7/+6
| |\ \
| | * | V4L/DVB: DVB: Export dvb_ringbuffer_flush() againOliver Endriss2010-02-261-0/+1
| | * | V4L/DVB: dvb-core: remove unnecessary casting of kmallocThiago Farina2010-02-261-4/+2
| | * | V4L/DVB (13879): dvb_frontend: report what ioctl were called on debug modeMauro Carvalho Chehab2010-02-261-1/+1
| | * | V4L/DVB (13878): dvb_frontend: Print dump on get after filling the dataMauro Carvalho Chehab2010-02-261-2/+2
| * | | dvb-core: Fix DoS bug in ULE decapsulation code that can be triggered by an i...Ang Way Chuang2010-02-261-0/+1
| |/ /
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-162-12/+10
|\| |
| * | V4L/DVB: dvb-core: fix initialization of feeds list in demux filterFrancesco Lavra2010-02-081-1/+1
| * | V4L/DVB: dvb_demux: Don't use vmalloc at dvb_dmx_swfilter_packetMauro Carvalho Chehab2010-02-081-11/+8
| * | V4L/DVB: Fix the risk of an oops at dvb_dmx_releaseMauro Carvalho Chehab2010-02-081-0/+1
| |/
* | net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-4/+3
* | drivers/media/dvb/dvb-core/dvb_net.c: use %pM to show MAC addresshartleys2010-01-071-5/+2
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2009-12-094-134/+117
|\
| * V4L/DVB (13271): TS speed check. Logging transport stream speed in Kbits per ...Abylay Ospan2009-12-052-0/+44
| * V4L/DVB (13157): dvb_frontend: represent all DVBS2API commands via macroMauro Carvalho Chehab2009-12-051-133/+26
| * V4L/DVB (13103): create a standard method for dvb adapter drivers to override...Michael Krufky2009-12-052-1/+47
* | Merge branch 'for-next' into for-linusJiri Kosina2009-12-072-2/+2
|\ \ | |/ |/|
| * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
| * tree-wide: fix a very frequent spelling mistakeDirk Hohndel2009-11-091-1/+1
* | drivers/media/dvb/dvb-core/dvb_frontend.c: needs semaphore.hAndrew Morton2009-12-011-0/+1
|/
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* headers: remove sched.h from poll.hAlexey Dobriyan2009-10-042-0/+2
* const: constify remaining file_operationsAlexey Dobriyan2009-10-011-1/+1
* V4L/DVB (13038): dvbdev: Remove an anoying/uneeded warningMauro Carvalho Chehab2009-09-221-3/+2
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2009-09-212-5/+230
|\
| * V4L/DVB (12997): Add the DTV_ISDB_TS_ID property for ISDB_SHIRANO Takahito2009-09-192-0/+11
| * V4L/DVB (12896): ISDB-T: add mapping of LAYER_ENABLED to frontend-cachePatrick Boettcher2009-09-191-0/+8
| * V4L/DVB (12892): DVB-API: add support for ISDB-T and ISDB-Tsb (version 5.1)Patrick Boettcher2009-09-192-5/+211
* | Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-191-2/+2
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2009-09-155-69/+219
|\
| * V4L/DVB (12686): dvb-core: check supported QAM modulationsJanne Grunau2009-09-121-0/+9
| * V4L/DVB (12685): dvb-core: check fe->ops.set_frontend return valueJanne Grunau2009-09-121-5/+21
| * V4L/DVB (12684): DVB: make DVB_MAX_ADAPTERS configurableJanne Grunau2009-09-121-0/+5