aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tokenring
AgeCommit message (Expand)AuthorFilesLines
2012-05-15tokenring: delete all remaining driver supportPaul Gortmaker21-22177/+0
2012-04-21drivers/net: decouple ISA and ISA_DMA_APIArnd Bergmann2-6/+6
2012-04-14net/tokenring: use module_pci_driverAxel Lin4-48/+4
2012-03-28Remove all #inclusions of asm/system.hDavid Howells11-11/+0
2012-02-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2012-02-07CONFIG_TR/CONFIG_LLC: work around the problem with selectAl Viro1-1/+4
2012-02-04tms380tr: Fix cascading if/else tab abuseJoe Perches1-112/+67
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2-5/+0
2011-08-27drivers/net: Kconfig & Makefile cleanupJeff Kirsher1-1/+1
2011-08-27ixbmtr_cs: Move the IBM PCMCIA Token Ring driverJeff Kirsher3-11/+394
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko6-6/+6
2011-06-21drivers/net: Remove casts of void *Joe Perches1-1/+1
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-06-05drivers/net: Remove unnecessary semicolonsJoe Perches2-3/+5
2011-05-31Revert "net: fix section mismatches"David S. Miller1-1/+1
2011-05-13olympic: convert to seq_fileAlexey Dobriyan1-29/+28
2011-04-18net: fix section mismatchesMichał Mirosław1-1/+1
2011-04-11net: fix tranmitted/tranmitting typoPeter Pan(潘卫平)3-4/+4
2011-03-31Fix common misspellingsLucas De Marchi4-11/+11
2010-12-21drivers/net/*/: Use static constJoe Perches1-2/+3
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/jiko...Linus Torvalds1-1/+1
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-1/+1
2010-09-26drivers/net: return operator cleanupEric Dumazet3-279/+281
2010-09-21tmspci: fix tr%d in printkMeelis Roos1-6/+4
2010-08-22tokenring: remove unneeded NULL checksDan Carpenter1-4/+2
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches3-61/+0
2010-05-10net: trans_start cleanupsEric Dumazet3-3/+2
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller5-2/+3
2010-04-03net: convert multicast list to list_headJiri Pirko5-30/+30
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo5-2/+3
2010-03-24net/tokenring: remove trailing space in messagesFrans Pop4-106/+106
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-2/+2
2010-02-18tokenring: convert to use netdev_for_each_mc_addrJiri Pirko5-17/+9
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko5-5/+5
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-2/+2
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan5-5/+5
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
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 Perches3-60/+58
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2-2/+2
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2009-11-18drivers/net: remove exceptional & on function nameJulia Lawall2-4/+3
2009-11-10tms380tr: declare MODULE_FIRMWAREBen Hutchings1-0/+2
2009-11-09tree-wide: fix a very frequent spelling mistakeDirk Hohndel1-1/+1
2009-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+9
2009-10-29ibmtr: possible Read buffer overflow?roel kluin1-2/+9
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-09-01tokenring: convert to netdev_tx_tStephen Hemminger6-18/+29
2009-08-12drivers/net/tokenring: Use status field rather than state fieldJulia Lawall1-26/+10
2009-07-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2009-07-26tokenring: Read buffer overflowroel kluin1-1/+1
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy2-2/+2
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy4-4/+4
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller3-3/+3
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy5-5/+5
2009-06-12trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentati...Martin Olsson3-3/+3
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jaswin...David S. Miller3-1596/+51
2009-03-303C359: use request_firmwareJaswinder Singh Rajput3-1596/+51
2009-03-27tokenring: convert smctr to net_device_opsStephen Hemminger1-7/+9
2009-03-27tokenring: convert drivers to net_device_opsStephen Hemminger3-9/+20
2009-03-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-9/+9
2009-03-04tmspci: fix request_irq raceMeelis Roos1-9/+9
2009-02-17drivers/net/tokenring: fix sparse warning: cast truncates bits from const valueHannes Eder2-11/+0
2009-02-17drivers/net/tokenring: fix sparse warning: symbol shadows an earlier oneHannes Eder3-5/+0
2009-02-17drivers/net/tokenring: fix warning: format not a string literal and no ...Hannes Eder1-1/+2
2009-01-213c559: convert to net_device_opsStephen Hemminger1-7/+10
2009-01-21tms380tr: convert to net_device_opsStephen Hemminger4-13/+23
2009-01-21olympic: convert to net_device_opsStephen Hemminger1-7/+10
2009-01-21olympic: convert to internal network device statsStephen Hemminger2-16/+6
2009-01-21lanstreamer: convert to net_device_opsStephen Hemminger1-11/+13
2009-01-21lanstreamer: convert to internal network statsStephen Hemminger2-15/+5
2009-01-21ibmtr: convert to net_device_opsStephen Hemminger1-5/+9
2009-01-21ibmtr: convert to internal network_device_statsStephen Hemminger1-23/+6
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-1/+1
2008-12-27net: Allow dependancies of FDDI & Tokenring to be modular.Dave Jones1-1/+1
2008-12-26drivers/net/tokenring: fix sparse warnings: make symbols staticHannes Eder4-5/+5
2008-12-08netdevice: Kill netdev->privWang Chen1-2/+3
2008-11-24tokenring/3c359.c: Prevent possible mem leak when open failedJirka Pirko1-0/+2
2008-11-24tokenring/3c359.c: Fix error message when allocating tx_ringJirka Pirko1-1/+1
2008-11-24tokenring/3c359.c: fix allocation null checkJirka Pirko1-1/+1
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. Miller6-9/+0
2008-10-27net: convert print_mac to %pMJohannes Berg8-80/+44
2008-10-13net: Rationalise email address: Network Specific PartsAlan Cox1-1/+1
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk2-3/+0
2008-08-01Remove newline from the description of module parametersNiels de Vos1-4/+4
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller3-1001/+35
2008-07-10smctr: use request_firmware()David Woodhouse3-1001/+35
2008-05-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-2/+2
2008-05-22drivers/net/tokenring/olympic.c: fix warningAndrew Morton1-1/+1
2008-05-22drivers/net/tokenring/3c359.c: squish a warningAndrew Morton1-1/+1
2008-05-133c359: use netstats in net_device structurePaulius Zaleckas2-16/+6
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-8/+13
2008-04-08[NET]: Undo code bloat in hot paths due to print_mac().David S. Miller1-5/+10
2008-04-04net/tokenring/olympic.c section fixesAdrian Bunk1-3/+3
2008-03-28drivers/net/tokenring/3c359.c: use time_* macrosS.Caglar Onur1-10/+11
2008-03-25smctr.c: fix logical-bitwise-or confusionJay Schulist1-1/+1
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds9-9/+9
2008-02-03MAINTAINERS: remove Adam Fritzler, remove his email address in other sourcesJoe Perches9-9/+9
2008-02-03olympic_open() must be __devinitAdrian Bunk1-1/+1
2008-01-28NULL noise in drivers/netAl Viro1-2/+2
2008-01-28endianness annotations and fixes for olympicAl Viro2-14/+14
2007-12-223c359 endianness annotations and fixesAl Viro2-66/+62
2007-10-16tokenring/3c359.c: fixed array index problemMarcus Meissner1-1/+1
2007-10-10Avoid possible NULL pointer deref in 3c359 driverJesper Juhl1-5/+0
2007-10-10tms380tr: trivial endianness annotationsAl Viro2-11/+11
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches8-162/+123
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle9-11/+0
2007-10-10drivers/net/tokenring: Convert to generic booleanRichard Knutsson1-4/+1
2007-10-10drivers/net/tokenring/3c359.cSurya Prabhakar N1-4/+2
2007-10-10dev->priv to netdev_priv(dev), drivers/net/tokenring/Yoann Padioleau6-86/+86
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman2-6/+8
2007-07-17drivers/*: mark variables with uninitialized_var()Jeff Garzik1-2/+4
2007-07-10tokenring/3c359.c:xl_init() must be __devinitAdrian Bunk1-1/+1
2007-05-24[TR]: Use menuconfig objects.Jan Engelhardt1-17/+16
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare2-2/+0
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2-3/+4
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo3-5/+12
2007-04-25[TR]: Make tr_type_trans set skb->devArnaldo Carvalho de Melo6-14/+0
2007-04-25[TR]: Use tr_hdr() were appropriateArnaldo Carvalho de Melo2-7/+8
2007-03-14[PATCH] ibmtr probe is __devinit, not __initAl Viro1-2/+2
2007-03-09ibmtr: Drain rich supply of modpost warnings.Ralf Baechle1-13/+12
2006-12-07Merge branch 'master' into upstreamJeff Garzik1-1/+1
2006-12-04[PATCH] remote memory corruptor in ibmtr.cAl Viro1-1/+1
2006-12-04[PATCH] trivial missing __init in drivers/net/*Al Viro1-1/+1
2006-12-02[PATCH] pci_module_init() convertion in olympic.cHenrik Kretzschmar1-1/+1
2006-10-31[PATCH] tokenring: fix module_init error handlingAkinobu Mita2-4/+14
2006-10-06drivers/net: eliminate irq handler impossible checks, needless castsJeff Garzik2-12/+0
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells8-17/+16
2006-10-03BUG_ON cleanup in drivers/net/tokenring/Eric Sesterhenn1-2/+1
2006-09-25[PATCH] drivers/net/tokenring/lanstreamer.h Removal of old codeMichal Piotrowski1-12/+0
2006-09-25[PATCH] drivers/net/tokenring/lanstreamer.c Removal of old codeMichal Piotrowski1-59/+0
2006-08-19drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik2-2/+2
2006-08-19[PATCH] smctr section fixAndrew Morton1-3/+2
2006-08-19[PATCH] ibmtr section fixAndrew Morton1-2/+2
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner7-8/+8
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel5-5/+0
2006-06-22[PATCH] Dereference in tokenring/olympic.cEric Sesterhenn1-2/+2
2006-04-02BUG_ON() Conversion in drivers/net/Eric Sesterhenn2-4/+2
2006-03-31[PATCH] uml: kconfigsAl Viro1-1/+1
2006-02-17Merge branch 'upstream-fixes'Jeff Garzik1-1/+1
2006-02-17[PATCH] smctr warning fixAndrew Morton1-1/+1
2006-01-17[PATCH] drivers/net/*: use time_after() and friendsMarcelo Feitoza Parisi2-5/+7
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King2-16/+18
2005-10-29Create platform_device.h to contain all the platform device details.Russell King2-0/+2
2005-10-05Merge branch 'master'Jeff Garzik1-5/+0
2005-10-04[PATCH] bogus kfree() in ibmtrAl Viro1-5/+0
2005-09-14[PATCH] drivers/net: fix-up schedule_timeout() usageNishanth Aravamudan3-8/+6
2005-08-24Merge upstream into 'upstream' branch of netdev-2.6.git.Jeff Garzik1-1/+1
2005-08-23[PATCH] Kconfig fix (tms380tr and ISA_DMA_API)Al Viro1-1/+1
2005-08-19[netdrvr] Convert madgemc to new MCA API.Jochen Friedrich8-274/+273
2005-07-31[PATCH] tms380tr: move to DMA APIJochen Friedrich6-137/+122
2005-06-26[PATCH] net/lanstreamer: replace schedule_timeout() with ssleep()/msleep_inte...Nishanth Aravamudan1-4/+2
2005-06-26[PATCH] drivers/net/tokenring/: cleanupsAdrian Bunk11-87/+21
2005-06-26drivers/net/: Use the DMA_{64,32}BIT_MASK constantsDomen Puncer1-1/+2
2005-05-12[netdrvrs] Use netif_carrier_* instead of IFF_RUNNING1-8/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds22-0/+24776