aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/sb1250-mac.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10sb1250-mac: Driver model & phylib updateGravatar Maciej W. Rozycki 1-600/+519
2007-10-10sb1250-mac.c: De-typedef, de-volatile, de-etc...Gravatar Maciej W. Rozycki 1-136/+142
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Gravatar Joe Perches 1-4/+3
2007-10-10[NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeGravatar Jeff Garzik 1-28/+11
2007-10-10drivers/net/sb1250-mac.c: kmalloc + memset conversion to kcallocGravatar Mariusz Kozlowski 1-4/+2
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Gravatar Stephen Hemminger 1-29/+18
2007-07-06potential compiler error, irqfunc caller sites updateGravatar Yoann Padioleau 1-1/+1
2007-04-28add NAPI support to sb1250-mac.cGravatar Mark Mason 1-92/+179
2007-04-28Netpoll support for Sibyte MACGravatar Deepak Saxena 1-0/+23
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transGravatar Arnaldo Carvalho de Melo 1-3/+0
2007-03-24[MIPS] SB1250: Fix bugs/warnings by creative use of volatile.Gravatar Ralf Baechle 1-1/+1
2006-10-21[PATCH] Remove useless comment from sb1250Gravatar Dave Jones 1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-2/+2
2006-09-12[PATCH] Remove more unnecessary driver printk'sGravatar Andy Gospodarek 1-9/+0
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsGravatar Thomas Gleixner 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-03-03[PATCH] sb1250-mac: Add support for the BCM1480Gravatar Ralf Baechle 1-39/+70
2005-10-20[PATCH] sb1250-mac: PHY probing fixes.Gravatar Ralf Baechle 1-0/+36
2005-10-19[PATCH] sb1250-mac: Whitespace cleanup.Gravatar Ralf Baechle 1-515/+515
2005-10-19[PATCH] sb1250-mac: Get rid of all the funny SBMAC_WRITECSR and SBMAC_READCSR...Gravatar Ralf Baechle 1-171/+132
2005-10-18[PATCH] sb1250-mac: Ensure 16-byte alignment of the descriptor ring.Gravatar Ralf Baechle 1-1/+8
2005-10-18[PATCH] sb1250-mac: Check the actual setting for reporting hw checksumming.Gravatar Ralf Baechle 1-1/+1
2005-06-28[NET]: Remove gratuitous use of skb->tail in network drivers.Gravatar David S. Miller 1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+2920