aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-core/dvb_net.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-13[media] dvb: move the dvb core one level upMauro Carvalho Chehab1-1516/+0
2012-01-06[media] DVB: dvb_net_init: return -errno on errorJonathan Nieder1-3/+1
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2010-12-24dvb: don't use flush_scheduled_work()Tejun Heo1-1/+2
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-19dvb-core: kill the big kernel lockArnd Bergmann1-8/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-06-01V4L/DVB: dvb-core: Fix ULE decapsulation bugAng Way Chuang1-1/+11
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracingLinus Torvalds1-4/+11
2010-05-17dvb: Push down BKL into ioctl functionsArnd Bergmann1-4/+11
2010-04-03net: convert multicast list to list_headJiri Pirko1-5/+5
2010-03-16net: convert multiple drivers to use netdev_for_each_mc_addr, part7Jiri Pirko1-5/+1
2010-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-0/+1
2010-02-26dvb-core: Fix DoS bug in ULE decapsulation code that can be triggered by an invalid Payload PointerAng Way Chuang1-0/+1
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-4/+3
2010-01-07drivers/media/dvb/dvb-core/dvb_net.c: use %pM to show MAC addresshartleys1-5/+2
2009-11-09tree-wide: fix a very frequent spelling mistakeDirk Hohndel1-1/+1
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-03-30V4L/DVB (10391): dvb: constify VFTsJan Engelhardt1-1/+1
2009-01-07dvb: update network device to current APIStephen Hemminger1-29/+28
2008-12-03dvb: Kill directly reference of netdev->privWang Chen1-18/+19
2008-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds1-1/+1
2008-07-20V4L/DVB (8126): net endianness fixAl Viro1-1/+1
2008-07-15netdev: Do not use TX lock to protect address lists.David S. Miller1-4/+2
2008-07-15netdev: Add netdev->addr_list_lock protection.David S. Miller1-0/+2
2008-06-05V4L/DVB (7960): net: endianness annotationsAl Viro1-6/+6
2008-04-24V4L/DVB (7512): media/dvb/dvb-core replace remaining __FUNCTION__ occurrencesHarvey Harrison1-15/+15
2008-04-24V4L/DVB (7094): static memoryDouglas Schilling Landgraf1-1/+1
2008-03-30NULL noise: drivers/mediaAl Viro1-2/+2
2008-02-03drivers/media/: Spelling fixesJoe Perches1-1/+1
2007-10-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+8
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger1-1/+8
2007-10-09V4L/DVB (6100): dvb_net: whitespace cleanupMichael Krufky1-2/+2
2007-10-09V4L/DVB (6031): Fix for bug 7819: fixed hotplugging for dvbnetTrent Piepho1-11/+2
2007-10-09V4L/DVB (6025): Net_ule(): fix check-after-useAdrian Bunk1-5/+0
2007-08-23V4L/DVB (6070): Fix a warning at dvb_netMauro Carvalho Chehab1-2/+3
2007-07-18V4L/DVB (5834): dvb-core: fix signedness warnings and const strippingTrent Piepho1-2/+3
2007-04-27V4L/DVB (5512): Fix 3/3 for bug 7819: fixed hotplugging for dvbnetMarkus Rechberger1-1/+31
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+3
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-4/+6
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo1-1/+1
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-11-22WorkStruct: make allyesconfigDavid Howells1-7/+12
2006-06-25V4L/DVB (3966): Core: ULE fixes and RFC4326 additionsChristian Praehauser1-76/+154
2006-06-17[NET]: Add netif_tx_lockHerbert Xu1-2/+2
2006-02-07V4L/DVB (3318b): sem2mutex: drivers/media/, #2Ingo Molnar1-7/+7
2006-01-09V4L/DVB (3194): Revert one 64-bit fix and improved other 64-bit fixesPeter Beutner1-1/+1
2006-01-09V4L/DVB (3179): Fix 64-bit compile warningsHans Verkuil1-2/+2