aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/declance.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-2/+2
2009-06-08declance: Restore tx descriptor ring lockingMaciej W. Rozycki1-0/+5
2009-04-14declance: convert to net_device_opsAlexander Beregalov1-5/+12
2009-03-24net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-3/+3
2008-11-12netdevice: safe convert to netdev_priv() #part-2Wang Chen1-1/+1
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-27net: convert print_mac to %pMJohannes Berg1-3/+1
2008-06-11drivers/net/: remove write-only "last_dev"Adrian Bunk1-4/+0
2008-01-28[netdrvr] irq handler minor cleanups in several driversJeff Garzik1-3/+3
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-7/+7
2007-10-10[NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik1-31/+21
2007-05-21declance: Remove a dangling spin_unlock_irq() thingyMaciej W. Rozycki1-2/+0
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-1/+0
2007-02-07mips: declance: Driver model for the PMAD-AMaciej W. Rozycki1-47/+117
2006-12-04[PATCH] declance: Support the I/O ASIC LANCE w/o TURBOchannelMaciej W. Rozycki1-5/+1
2006-12-04[PATCH] declance: Fix PMAX and PMAD supportMaciej W. Rozycki1-191/+207
2006-10-06drivers/net: eliminate irq handler impossible checks, needless castsJeff Garzik1-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-4/+2
2006-09-13drivers/net: Trim trailing whitespaceJeff Garzik1-4/+4
2006-07-05[PATCH] Fix freeing of net deviceRalf Baechle1-3/+4
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-23[NET]: Avoid allocating skb in skb_padHerbert Xu1-2/+1
2005-10-18[PATCH] declance: Use physical addresses at the interface level.Ralf Baechle1-16/+10
2005-10-18[PATCH] declance: Deal with the bloody KSEG vs CKSEG horror...Ralf Baechle1-1/+1
2005-10-18[PATCH] declance: Fix mapping of device.Ralf Baechle1-2/+2
2005-10-18[PATCH] declance: Convert to irqreturn_t.Ralf Baechle1-2/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1320