aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-core/dvb_net.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2005-12-12[PATCH] V4L/DVB: (3086c) Whitespaces cleanups part 3Mauro Carvalho Chehab1-21/+21
2005-12-01[PATCH] DVB: Fix locking to prevent Oops on SMP systemsRalph Metzler1-11/+20
2005-09-09[PATCH] dvb: core: dvb_demux: remove more unused cruftAndreas Oberritter1-3/+1
2005-09-09[PATCH] dvb: remove version.h dependenciesOlaf Hering1-5/+0
2005-05-17[PATCH] dvb: dvb_net: handle IPv6 and LLC/SNAPJohannes Stezenbach1-9/+26
2005-05-17[PATCH] dvb: remove unnecessary casts in dvb-coreJohannes Stezenbach1-20/+20
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1381