aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tokenring/tms380tr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-02-04tms380tr: Fix cascading if/else tab abuseJoe Perches1-112/+67
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2010-10-25tms380tr: Use mdelay() in tms380tr_wait().David S. Miller1-1/+1
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-1/+1
2010-09-26drivers/net: return operator cleanupEric Dumazet1-29/+29
2010-08-22tokenring: remove unneeded NULL checksDan Carpenter1-4/+2
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-47/+0
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+1
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+0
2010-04-03net: convert multicast list to list_headJiri Pirko1-6/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-03-24net/tokenring: remove trailing space in messagesFrans Pop1-2/+2
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-2/+2
2010-02-18tokenring: convert to use netdev_for_each_mc_addrJiri Pirko1-5/+3
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-1/+1
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-2/+2
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-12/+12
2009-11-10tms380tr: declare MODULE_FIRMWAREBen Hutchings1-0/+2
2009-09-01tokenring: convert to netdev_tx_tStephen Hemminger1-8/+11
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-1/+1
2009-01-21tms380tr: convert to net_device_opsStephen Hemminger1-9/+12
2008-11-12netdevice: safe convert to netdev_priv() #part-3Wang Chen1-5/+9
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-02-03MAINTAINERS: remove Adam Fritzler, remove his email address in other sourcesJoe Perches1-1/+1
2007-10-10tms380tr: trivial endianness annotationsAl Viro1-2/+2
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+2
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+1
2007-04-25[TR]: Make tr_type_trans set skb->devArnaldo Carvalho de Melo1-1/+0
2006-10-06drivers/net: eliminate irq handler impossible checks, needless castsJeff Garzik1-5/+0
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2005-09-14[PATCH] drivers/net: fix-up schedule_timeout() usageNishanth Aravamudan1-2/+1
2005-08-19[netdrvr] Convert madgemc to new MCA API.Jochen Friedrich1-4/+7
2005-07-31[PATCH] tms380tr: move to DMA APIJochen Friedrich1-20/+17
2005-06-26[PATCH] drivers/net/tokenring/: cleanupsAdrian Bunk1-12/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+2410