aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/mipsnet.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-11net: fix MIPS fallout from "net: remove interrupt.h inclusion from netdevice.h"Alexey Dobriyan1-0/+1
2010-06-21NET: MIPSsim: Fix modpost warning.Ralf Baechle1-1/+1
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-1/+1
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-04-16mipsnet: convert to net_device_opsAlexander Beregalov1-4/+11
2009-03-24platform driver: fix incorrect use of 'platform_bus_type' with 'struct device_driver'Ming Lei1-12/+14
2008-09-24drivers/net: replace __FUNCTION__ with __func__Harvey Harrison1-1/+1
2008-02-03Fix/Rewrite of the mipsnet driver]Ralf Baechle1-68/+135
2007-10-23MIPSnet: Delete all the useless debugging printks.Ralf Baechle1-40/+4
2007-10-15MIPSsim: General cleanupRalf Baechle1-32/+31
2007-10-10[NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik1-20/+6
2007-10-10Clean up duplicate includes in drivers/net/Jesper Juhl1-1/+0
2007-06-20[MIPS] Don't drag a platform specific header into generic arch code.Ralf Baechle1-1/+1
2007-04-28MIPSnet: Modernize use platform_device API.Ralf Baechle1-51/+2
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-1/+0
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+1
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2005-10-29Create platform_device.h to contain all the platform device details.Russell King1-0/+1
2005-10-18[PATCH] mipsnet: Virtual ethernet driver for MIPSsim.Ralf Baechle1-0/+371