summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-core
Commit message (Expand)AuthorAgeFilesLines
* [media] DVB: Add basic API support for DVB-T2 and bump minor versionAndreas Oberritter2011-05-202-4/+12
* [media] DVB: return meaningful error codes in dvb_frontendAndreas Oberritter2011-05-201-12/+16
* [media] Speed up DVB TS stream delivery from DMA buffer into dvb-core's bufferMarko Ristola2011-05-201-60/+57
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* [media] tuner-core: remove the legacy is_stereo() callMauro Carvalho Chehab2011-03-211-1/+0
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-071-1/+2
|\
| * dvb: don't use flush_scheduled_work()Tejun Heo2010-12-241-1/+2
* | [media] dmxdev: Fix a compilation warning due to a bad typeMauro Carvalho Chehab2010-12-291-2/+2
|/
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-172-2/+0
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-10-282-3/+3
|\
| * V4L/DVB: dvb-core: kill the big kernel lockArnd Bergmann2010-10-214-40/+11
| * V4L/DVB: dvb: Convert "mutex" to semaphoreThomas Gleixner2010-10-211-2/+2
| * V4L/DVB: drivers/media: Make static data tables and strings constlawrence rust2010-10-211-1/+1
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-225-1/+7
|\ \
| * | llseek: automatically add .llseek fopArnd Bergmann2010-10-155-1/+7
| |/
* | dvb-core: kill the big kernel lockArnd Bergmann2010-10-194-40/+11
|/
* 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
|\ \ | |/ |/|
OpenPOWER on IntegriCloud