aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/smc91x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-11-29NET: smc91x: Fix irq flagsRussell King - ARM Linux1-1/+1
2009-11-29NET: smc91x: convert to dev_pm_opsKevin Hilman1-6/+12
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-1/+1
2009-09-15Nicolas Pitre has a new email addressNicolas Pitre1-2/+2
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-18/+22
2009-08-26smc91x: fix compilation on SMPAlexey Dobriyan1-1/+1
2009-08-23smc91x: let smc91x work well under netpollDongdong Deng1-18/+22
2009-07-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-07-12netdev: restore MTU change operationBen Hutchings1-0/+1
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-2/+2
2009-01-26smc91x: struct net_device_opsMagnus Damm1-8/+14
2009-01-26net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2009-01-21smc91x: enable ethtool EEPROM interfaceVernon Sauder1-2/+114
2008-12-03smc91x: remove isa stuff from smc91x driverLuotao Fu1-36/+0
2008-12-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+5
2008-11-30section errors in smc911x/smc91xAl Viro1-5/+5
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+2
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-11-03SMC91x: Fix compilation on some platforms.David S. Miller1-0/+2
2008-11-02smc91x: add __init markings to smc_drv_probe()Mike Frysinger1-1/+1
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+0
2008-10-31SMC91x: delete unused local variable "lp"Mike Frysinger1-2/+0
2008-10-27net: convert print_mac to %pMJohannes Berg1-3/+2
2008-10-11Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+8
2008-10-09Merge branch 'ptebits' into develRussell King1-1/+1
2008-09-24drivers/net: replace __FUNCTION__ with __func__Harvey Harrison1-20/+20
2008-09-24smc91x: fix nowait printoutMagnus Damm1-1/+2
2008-09-07[NET] smc91x: provide configurable ledsRussell King1-1/+8
2008-08-27[netdrvr] smc91x: fix resource removal (null ptr deref)Jeff Garzik1-1/+1
2008-07-12[NET] smc91x: prepare SMC_USE_PXA_DMA to be specified in platform dataEric Miao1-5/+8
2008-07-12[NET] smc91x: prepare for SMC_IO_SHIFT to be a platform configurable variableEric Miao1-26/+31
2008-07-12[NET] smc91x: add SMC91X_NOWAIT flag to platform dataEric Miao1-1/+2
2008-07-12[NET] smc91x: favor the use of SMC91X_USE_* instead of SMC_CAN_USE_*Eric Miao1-9/+3
2008-07-12[NET] smc91x: remove "irq_flags" from "struct smc91x_platdata"Eric Miao1-4/+5
2008-06-12net: Eliminate flush_scheduled_work() calls while RTNL is held.David S. Miller1-14/+3
2008-04-25net drivers: fix platform driver hotplug/coldplugKay Sievers1-0/+2
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+2
2008-04-12smc91x driver: fix bug: print warning only in interrupt modeSonic Zhang1-0/+2
2008-03-17smc91x: introduce platform data flags V2Magnus Damm1-5/+29
2008-03-17smc91x: pass along private data V2Magnus Damm1-150/+151
2008-01-28[NET] smc91x: Make smc91x use IRQ resource trigger flagsRussell King1-6/+13
2007-10-15[NET] smc91x: fix PXA DMA support codeRussell King1-48/+7
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-5/+4
2007-10-10[NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik1-45/+24
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-1/+0
2007-02-07Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman1-1/+1
2006-12-05WorkQueue: Fix up arch-specific work items where possibleDavid Howells1-6/+9
2006-10-07[PATCH] m32r pt_regs fixesAl Viro1-1/+1