summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/dvb-core
AgeCommit message (Expand)AuthorFilesLines
2007-04-27V4L/DVB (5512): Fix 3/3 for bug 7819: fixed hotplugging for dvbnetMarkus Rechberger4-4/+32
2007-04-27V4L/DVB (5511): Fix 2/3 for bug 7819: demux and dvrMarkus Rechberger5-7/+67
2007-04-27V4L/DVB (5510): Fix 1/3 for bug 7819: fixed frontend hotplug issueMarkus Rechberger3-2/+17
2007-04-26[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+3
2007-04-26[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-4/+6
2007-04-26[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo1-1/+1
2007-03-27V4L/DVB (5400): Core: fix several locking related problemsSimon Arlott3-29/+13
2007-02-21V4L/DVB (5244): Dvbdev: fix illegal re-usage of fileoperations structMarcel Siegert1-2/+15
2007-02-21V4L/DVB (5209): Kthread api conversion for dvb_frontend and av7110 fixakpm@linux-foundation.org1-2/+2
2007-02-21V4L/DVB (5208): Kthread API conversion for dvb_frontend and av7110Herbert Poetzl1-45/+24
2007-02-17Fix typos concerning hierarchyUwe Kleine-König1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau2-2/+0
2006-12-27V4L/DVB (4973): Dvb-core: fix printk type warningMichael Krufky1-1/+1
2006-12-27V4L/DVB (4972): Dvb-core: fix bug in CRC-32 checking on 64-bit systemsAng Way Chuang1-1/+1
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-1/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells1-1/+1
2006-11-26V4L/DVB (4832): Fix uninitialised variable in dvb_frontend_swzigzagAndrew de Quincey1-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-7/+12
2006-10-14V4L/DVB (4732): Fix spelling error in Kconfig help text for DVB_CORE_ATTACHUwe Bugla1-1/+1
2006-10-03V4L/DVB (4665): Add frontend structure callback for bus acquisition.Steven Toth2-0/+11
2006-10-02[PATCH] remove remaining errno and __KERNEL_SYSCALLS__ referencesArnd Bergmann1-1/+0
2006-09-26V4L/DVB (4611): Add module-init-tools version comment.Andrew de Quincey1-0/+2
2006-09-26V4L/DVB (4492): [dvb_attach] dvb_frontend_detach fixOliver Endriss1-1/+1
2006-09-26V4L/DVB (4391): Refactor dvb_detach calls into a single dvb_frontend_detach f...Andrew de Quincey3-18/+34
2006-09-26V4L/DVB (4387): Add Kconfig infrastructure for dvb_attachAndrew de Quincey1-0/+11
2006-09-26V4L/DVB (4385): Add dvb_attach() macro and supporting routinesAndrew de Quincey2-11/+41
2006-09-26V4L/DVB (4383): Convert SEC drivers to new frontend APIAndrew de Quincey1-0/+2
2006-09-26V4L/DVB (4382): Dvb_attach modifications to dvb frontend structuresAndrew de Quincey1-1/+4
2006-08-08V4L/DVB (4411): Fix minor errors in build filesTrent Piepho1-3/+3
2006-07-30V4L/DVB (4292): Fix DISEQC regressionAndrew de Quincey1-6/+9
2006-06-30V4L/DVB (4282): Fix: use swzigzag for swalgoManu Abraham1-1/+2
2006-06-30V4L/DVB (4275): The FE_SET_FRONTEND_TUNE_MODE ioctl always returns EOPNOTSUPPTrent Piepho1-0/+1
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman1-1/+0
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman1-6/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman1-4/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman1-3/+0
2006-06-26V4L/DVB (4217): Fix a misplaced closing bracket/else, which caused swzigzag n...Manu Abraham1-3/+2
2006-06-26V4L/DVB (4211): Fix an Oops for all fe that have get_frontend_algo == NULLManu Abraham1-13/+15
2006-06-25V4L/DVB (4160): Use device specific algorithmsManu Abraham2-1/+5
2006-06-25V4L/DVB (4155): ATSC frontend supportManu Abraham1-1/+3
2006-06-25V4L/DVB (4149): Fix up funky logic in dvbDave Jones1-2/+2
2006-06-25V4L/DVB (4028): Change dvb_frontend_ops to be a real field instead of a point...Patrick Boettcher2-77/+77
2006-06-25V4L/DVB (3996): Make the table staticChristoph Pfister1-1/+1
2006-06-25V4L/DVB (3995): Add missing includeManu Abraham1-0/+1
2006-06-25V4L/DVB (3988): Add math routines required by DVB demodsChristoph Pfister3-3/+205
2006-06-25V4L/DVB (3984): Fix CI interface on KNC1 DVBT and DVBC cardsAndrew de Quincey1-2/+23
2006-06-25V4L/DVB (3966): Core: ULE fixes and RFC4326 additionsChristian Praehauser1-76/+154
2006-06-25V4L/DVB (3892): Trim documentationAndrew de Quincey1-78/+7
2006-06-25V4L/DVB (3845): DVB core changes for PLL refactoringAndrew de Quincey2-0/+127
2006-06-25V4L/DVB (3769): Fix a type error in dvb_frontend.cUwe Bugla1-1/+1