aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-core
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (6356): "while (!ca->wakeup)" breaks the CAM initialisationMarco Schluessler2007-10-221-1/+1
* freezer: introduce freezer-friendly waiting macrosRafael J. Wysocki2007-10-181-1/+2
* cdev: remove unneeded setting of cdev namesGreg Kroah-Hartman2007-10-121-4/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds2007-10-111-1/+8
|\
| * [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-101-1/+8
* | V4L/DVB (6311): dvb: Replace list_for_each+list_entry with list_for_each_entryTrent Piepho2007-10-102-23/+9
* | V4L/DVB (6279): en_50221: convert to kthread APIChristoph Hellwig2007-10-101-68/+16
* | V4L/DVB (6136): dvb_frontend: add get_rf_strength function pointer to dvb_tun...Michael Krufky2007-10-091-0/+1
* | V4L/DVB (6128): hybrid tuner refactoring core changes, phase 1Michael Krufky2007-10-091-0/+9
* | V4L/DVB (6107): dvb_frontend: clean-up shutdown handlingOliver Endriss2007-10-091-4/+3
* | V4L/DVB (6106): dvb_frontend: Default for dvb_shutdown_timeout set to 0Oliver Endriss2007-10-091-1/+1
* | V4L/DVB (6105): dvb_frontend: ts_bus_ctrl() handling fixedOliver Endriss2007-10-091-16/+22
* | V4L/DVB (6104): dvb_ca_en50221: decrement module use count on errorMarco Schluessler2007-10-091-1/+3
* | V4L/DVB (6103): dvb_ca_en50221: return correct error code valueMarco Schluessler2007-10-091-2/+2
* | V4L/DVB (6100): dvb_net: whitespace cleanupMichael Krufky2007-10-091-2/+2
* | V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab2007-10-094-4/+0
* | V4L/DVB (6031): Fix for bug 7819: fixed hotplugging for dvbnetTrent Piepho2007-10-091-11/+2
* | V4L/DVB (6025): Net_ule(): fix check-after-useAdrian Bunk2007-10-091-5/+0
* | V4L/DVB (6015): DVB: convert struct class_device to struct deviceKay Sievers2007-10-091-7/+6
* | V4L/DVB (5986): dvb_frontend: Fixed GET_INFO ioctl and check of frequency limitsOliver Endriss2007-10-091-6/+25
* | V4L/DVB (5965): Frontend_ioctl(): fix check-after-useAdrian Bunk2007-10-091-1/+1
* | V4L/DVB (5946): Use mutex instead of semaphore in the DVB frontend tuning int...Matthias Kaehlcke2007-10-092-6/+7
* | V4L/DVB (5935): dvb_frontend: Range check of frequency and symbol rateOliver Endriss2007-10-091-0/+46
|/
* V4L/DVB (6070): Fix a warning at dvb_netMauro Carvalho Chehab2007-08-231-2/+3
* V4L/DVB (5838): dvb-core: Fix signedness warnings (gcc 4.1.1, kernel 2.6.22)Oliver Endriss2007-07-184-9/+9
* V4L/DVB (5834): dvb-core: fix signedness warnings and const strippingTrent Piepho2007-07-181-2/+3
* V4L/DVB (5631): Dvb-core: Add level fixes to printk()s, plus spelling/grammerSimon Arlott2007-07-181-5/+5
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-0/+1
* V4L/DVB (5630): Dvb-core: Handle failures to create devicesSimon Arlott2007-05-221-4/+11
* V4L/DVB (5600): Allow compiling just DVB COREMauro Carvalho Chehab2007-05-091-1/+1
* V4L/DVB (5599): Use menuconfig objects II - DVBJan Engelhardt2007-05-091-3/+13
* V4L/DVB (5512): Fix 3/3 for bug 7819: fixed hotplugging for dvbnetMarkus Rechberger2007-04-274-4/+32
* V4L/DVB (5511): Fix 2/3 for bug 7819: demux and dvrMarkus Rechberger2007-04-275-7/+67
* V4L/DVB (5510): Fix 1/3 for bug 7819: fixed frontend hotplug issueMarkus Rechberger2007-04-273-2/+17
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-1/+3
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-4/+6
* [SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo2007-04-251-1/+1
* V4L/DVB (5400): Core: fix several locking related problemsSimon Arlott2007-03-273-29/+13
* V4L/DVB (5244): Dvbdev: fix illegal re-usage of fileoperations structMarcel Siegert2007-02-211-2/+15
* V4L/DVB (5209): Kthread api conversion for dvb_frontend and av7110 fixakpm@linux-foundation.org2007-02-211-2/+2
* V4L/DVB (5208): Kthread API conversion for dvb_frontend and av7110Herbert Poetzl2007-02-211-45/+24
* Fix typos concerning hierarchyUwe Kleine-König2007-02-171-1/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-142-2/+0
* V4L/DVB (4973): Dvb-core: fix printk type warningMichael Krufky2006-12-271-1/+1
* V4L/DVB (4972): Dvb-core: fix bug in CRC-32 checking on 64-bit systemsAng Way Chuang2006-12-271-1/+1
* [PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham2006-12-071-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-1/+1
|\
| * V4L/DVB (4832): Fix uninitialised variable in dvb_frontend_swzigzagAndrew de Quincey2006-11-261-1/+1
* | WorkStruct: make allyesconfigDavid Howells2006-11-221-7/+12
|/
* V4L/DVB (4732): Fix spelling error in Kconfig help text for DVB_CORE_ATTACHUwe Bugla2006-10-141-1/+1