aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tokenring/smctr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-15tokenring: delete all remaining driver supportPaul Gortmaker1-5717/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-6/+6
2010-09-26drivers/net: return operator cleanupEric Dumazet1-249/+251
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-2/+0
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+1
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
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-44/+42
2009-09-01tokenring: convert to netdev_tx_tStephen Hemminger1-2/+4
2009-08-12drivers/net/tokenring: Use status field rather than state fieldJulia Lawall1-26/+10
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-03-27tokenring: convert smctr to net_device_opsStephen Hemminger1-7/+9
2009-02-17drivers/net/tokenring: fix sparse warning: cast truncates bits from const valueHannes Eder1-10/+0
2009-02-17drivers/net/tokenring: fix warning: format not a string literal and no ...Hannes Eder1-1/+2
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-1/+1
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-2/+0
2008-10-13net: Rationalise email address: Network Specific PartsAlan Cox1-1/+1
2008-07-10smctr: use request_firmware()David Woodhouse1-21/+35
2008-03-25smctr.c: fix logical-bitwise-or confusionJay Schulist1-1/+1
2008-01-28NULL noise in drivers/netAl Viro1-2/+2
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-2/+0
2007-07-17drivers/*: mark variables with uninitialized_var()Jeff Garzik1-2/+4
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare1-1/+0
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo1-2/+2
2007-04-25[TR]: Make tr_type_trans set skb->devArnaldo Carvalho de Melo1-2/+0
2006-12-04[PATCH] trivial missing __init in drivers/net/*Al Viro1-1/+1
2006-10-06drivers/net: eliminate irq handler impossible checks, needless castsJeff Garzik1-7/+0
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-08-19[PATCH] smctr section fixAndrew Morton1-3/+2
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2005-06-26[PATCH] drivers/net/tokenring/: cleanupsAdrian Bunk1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+5742