summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-core
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
| * V4L/DVB (12276): Remove a useless check from dvb_dmx_swfilter_packet()Andreas Oberritter2009-09-121-6/+2
| * V4L/DVB (12275): Add two new ioctls: DMX_ADD_PID and DMX_REMOVE_PIDAndreas Oberritter2009-09-122-58/+182
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-121-1/+0
|\ \ | |/
| * headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2009-06-164-10/+52
|\
| * V4L/DVB (11875): dvb_frontend: fix case where fepriv->exit not resetDevin Heitmueller2009-06-161-0/+1
| * V4L/DVB (11785): dvb_frontend: fix race condition resulting in dropped tuning...Devin Heitmueller2009-06-161-0/+1
| * V4L/DVB (11930): TS continuity check: show error message when discontinuity d...Abylay Ospan2009-06-162-0/+46
| * V4L/DVB (11841): core: fix potential mutex_unlock without mutex_lock in dvb_d...Simon Arlott2009-06-161-10/+4
* | Driver Core: dvb: add nodename for dvb driversKay Sievers2009-06-151-0/+10
|/
* V4L/DVB (10391): dvb: constify VFTsJan Engelhardt2009-03-306-7/+7
* V4L/DVB (10976): Bug fix: For legacy applications stv0899 performs search onl...Igor M. Liplianin2009-03-131-3/+4
* V4L/DVB (10572): Revert commit dda06a8e4610757def753ee3a541a0b1a1feb36bMauro Carvalho Chehab2009-02-172-19/+13
* V4L/DVB (9054): implement proper locking in the dvb ca en50221 driverMatthias Dahl2009-01-292-5/+25
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-01-082-11/+20
|\
| * V4L/DVB (10178): dvb_frontend: Fix some sparse warnings due to static symbolsMauro Carvalho Chehab2009-01-071-11/+15
| * Check fops_get() return valueLaurent Pinchart2009-01-061-0/+5
* | dvb: update network device to current APIStephen Hemminger2009-01-071-29/+28
|/
* V4L/DVB (10172): add DVB_DEVICE_TYPE= to ueventKay Sievers2009-01-031-1/+2
* V4L/DVB (9916): dvb-core: don't add an event when in ONE SHOT mode for algo t...Darron Broad2008-12-301-1/+1
OpenPOWER on IntegriCloud