aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ni52.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-1/+1
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-2/+2
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-2/+3
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy1-2/+2
2009-03-27netdev: convert ni52 to net_device_opsStephen Hemminger1-8/+13
2008-12-03netdev: remove pathetic compile-command linesAlexey Dobriyan1-6/+0
2008-11-12netdevice: safe convert to netdev_priv() #part-2Wang Chen1-18/+18
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-08-07[netdrvr] Drivers should not set IFF_* flag themselvesWang Chen1-1/+1
2008-03-26ni52: more unbreakingAl Viro1-15/+16
2008-03-26ni52: switch to ioremap()Al Viro1-5/+18
2008-03-26ni52: clean up check586()Al Viro1-23/+24
2008-03-26ni52: clean up initialization of privAl Viro1-14/+7
2008-03-26ni52: make ->base char __iomem *Al Viro1-15/+17
2008-03-26ni52: kill the second argument of check586(), get rid of bogus pointerAl Viro1-11/+11
2008-03-26ni52 trivial iomem annotationsAl Viro1-71/+70
2008-02-11ni52: Remove 278 scripts/checkpatch errorsAlan Cox1-590/+552
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-2/+0
2007-07-10[NET]: Kill eth_copy_and_sum().David S. Miller1-1/+1
2007-04-25[NET]: Fix warnings in 3c523.c and ni52.cDavid S. Miller1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+1
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-1/+0
2007-02-27net: remove a collection of unneeded #undef REALLY_SLOW_IO stuffAlan1-2/+0
2006-12-04[PATCH] trivial missing __init in drivers/net/*Al Viro1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-09-13drivers/net: Trim trailing whitespaceJeff Garzik1-1/+1
2006-08-19[PATCH] ni52 section fixAndrew Morton1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1386