aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/lp486e.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-02-26net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2Jiri Pirko1-2/+2
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-5/+7
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-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-2/+2
2009-03-27netdev: convert lp486e to net_device_opsStephen Hemminger1-5/+12
2008-11-12netdevice: safe convert to netdev_priv() #part-1Wang Chen1-14/+14
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-2/+0
2008-01-28[netdrvr] checkpatch cleanupsJeff Garzik1-1/+1
2008-01-28[netdrvr] irq handler minor cleanups in several driversJeff Garzik1-5/+4
2007-10-10[NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik1-33/+23
2007-10-10drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng1-3/+1
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-1/+0
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-09-21Merge branch 'upstream-fixes' into upstreamJeff Garzik1-3/+3
2006-09-21[netdrvr] lp486e: fix typoJeff Garzik1-3/+3
2006-09-13drivers/net: Trim trailing whitespaceJeff Garzik1-11/+11
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-23[NET]: Avoid allocating skb in skb_padHerbert Xu1-2/+1
2006-02-01[PATCH] lp486e: remove SLOW_DOWN_IOAlexey Dobriyan1-2/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1352