aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ne.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches1-1/+1
2008-12-25drivers/net: fix sparse warning: use ANSI-style function declarationHannes Eder1-1/+1
2008-11-25ne2000: convert to net_device_opsStephen Hemminger1-22/+2
2008-10-27net: convert print_mac to %pMJohannes Berg1-2/+1
2008-09-24ne.c: fix rmmod, platform driver improvementsDavid Fries1-108/+164
2008-09-24[netdrvr] ne: Fix suspend and resume for ISA PnP cards.David Fries1-1/+8
2008-08-14[netdrvr] ne: Use CONFIG_MACH_TX49XXAtsushi Nemoto1-2/+2
2008-07-30fix NE2000 linkage errorMikael Pettersson1-3/+3
2008-07-22net 8390p: fix interface usageIngo Molnar1-1/+1
2008-07-048390: Split 8390 support into a pausing and a non pausing driver coreAlan Cox1-7/+7
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-3/+2
2007-10-10drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng1-1/+1
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-2/+0
2007-05-08ne: MIPS: Use platform_driver for ne on RBTX49XXAtsushi Nemoto1-8/+0
2007-05-08ne: Add NEEDS_PORTLIST to control ISA auto-probeAtsushi Nemoto1-3/+8
2007-05-08ne: Misc fixes for platform driver.Atsushi Nemoto1-6/+7
2007-05-08ne: Add platform_driverAtsushi Nemoto1-2/+89
2006-12-04[PATCH] trivial missing __init in drivers/net/*Al Viro1-1/+1
2006-09-13drivers/net: Trim trailing whitespaceJeff Garzik1-2/+2
2006-06-11[PATCH] Section mismatch in drivers/net/ne.o during modpostRandy.Dunlap1-1/+1
2006-05-08Fix RTL8019AS init for Toshiba RBTX49xx boardsSergei Shtylyov1-12/+19
2006-04-20[PATCH] NEx000: fix RTL8019AS base address for RBTX4938Sergei Shtylyov1-1/+1
2006-01-17[PATCH] drivers/net/*: use time_after() and friendsMarcelo Feitoza Parisi1-3/+4
2006-01-09[PATCH] fix a few "warning: 'cleanup_card' defined but not used"Denis Vlasenko1-9/+9
2005-10-18[PATCH] ne: Support for RBHMA4500 eval board.Ralf Baechle1-0/+15
2005-07-27[PATCH] turn many #if $undefined_string into #ifdef $undefined_stringOlaf Hering1-2/+2
2005-05-12[netdrvr] Fix register_netdev() races in older ISA net drivers1-10/+8
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+862