aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/cs89x0.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-19net: Removing dead ARCH_PNX010XChristoph Egger1-45/+0
2010-07-14cs89x0: Removing dead SH_HICOSH4Christoph Egger1-49/+2
2010-07-05cs89x0: Use the instance of net_device_stats from net_device.Kulikov Vasiliy1-30/+36
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-2/+0
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-02-17net: convert multiple drivers to use netdev_for_each_mc_addrJiri Pirko1-1/+1
2010-02-04Fix misspellings of "truly" in comments.Adam Buchbinder1-1/+1
2010-01-07cs89x0: Always report failure to request interruptMark Brown1-2/+1
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-1/+1
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-2/+2
2009-08-12net: cs89x0: includecheck fix for cs89x0.cJaswinder Singh Rajput1-3/+0
2009-07-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+4
2009-07-14drivers/net: using spin_lock_irqsave() in net_send_packet()Dongdong Deng1-3/+4
2009-07-06drivers/net/cs89x0.c: Avoid using magic number in set_dma_modeJulia Lawall1-1/+1
2009-07-05net: use NETDEV_TX_OK instead of 0 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-27netdev: convert cs89x0 to net_device_opsStephen Hemminger1-11/+17
2008-12-30Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-5/+1
2008-12-25drivers/net: fix sparse warnings: make symbols staticHannes Eder1-1/+1
2008-11-27[ARM] clps7500: remove supportRussell King1-5/+1
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-2/+0
2008-10-27net: convert print_mac to %pMJohannes Berg1-7/+5
2008-10-16Remove Andrew Morton's old email accountsFrancois Cami1-7/+6
2008-10-11Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-2/+10
2008-10-01[NET] 5268/1: cs89x0: add support for i.MX31ADS ARM board.Gilles Chanteperdrix1-2/+10
2008-09-24cs89x0: fix warning release_irq labelYoichi Yuasa1-2/+0
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-1/+1
2008-05-30[netdrvr] CS89X0: Add cleanup for dma after failWang Chen1-3/+7
2008-02-23drivers/net/cs89x0.c: compilation warning fixLeonardo Potenza1-6/+6
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-10/+5
2007-10-10drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng1-3/+3
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-2/+0
2006-12-04[PATCH] trivial missing __init in drivers/net/*Al Viro1-1/+1
2006-11-30[PATCH] Fix an offset error when reading the CS89x0 ADD_PORT registerGeorge G. Davis1-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-3/+3
2006-09-13drivers/net: Trim trailing whitespaceJeff Garzik1-41/+41
2006-08-19[PATCH] cs89x0 section fixAndrew Morton1-2/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-01-16[PATCH] cs89x0: credit Dmitry PervushinLennert Buytenhek1-0/+3
2006-01-14[PATCH] cs89x0: add ixdp2351 supportDeepak Saxena1-5/+24
2006-01-14[PATCH] cs89x0: use u16 for device register dataLennert Buytenhek1-19/+19
2006-01-14[PATCH] cs89x0: use #elif instead of #else/#if/#endifLennert Buytenhek1-3/+1
2006-01-14[PATCH] cs89x0: credit Dmitry PervushinLennert Buytenhek1-0/+3
2006-01-11[PATCH] cs89x0: fix setting of ALLOW_DMALennert Buytenhek1-1/+1
2006-01-08[PATCH] cs89x0: fix up after pnx0105 Kconfig symbol renamingLennert Buytenhek1-7/+7
2006-01-08[PATCH] cs89x0: switch {in,out}sw to {read,write}wordsLennert Buytenhek1-3/+31
2006-01-08[PATCH] cs89x0: cleanly implement ixdp2x01 and pnx0501 supportLennert Buytenhek1-0/+28