aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sb1250-mac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-07NET: SB1250: Initialize .ownerRalf Baechle1-0/+1
2010-05-10net: trans_start cleanupsEric Dumazet1-3/+1
2010-05-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-34/+33
2010-04-28net/sb1250: register mdio bus in probeSebastian Siewior1-34/+33
2010-04-27net/sb1250: setup the pdevice within the soc codeSebastian Andrzej Siewior1-119/+1
2010-04-27net/sb1250: remove CONFIG_SIBYTE_STANDALONESebastian Andrzej Siewior1-144/+0
2010-04-06NET: sb1250: Fix compile warning in driverRalf Baechle1-1/+0
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-02-18net: convert multiple drivers to use netdev_for_each_mc_addr, part2Jiri Pirko1-3/+3
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-1/+1
2009-10-13sb1250-mac: duplicate setting of bit V_MAC_RX_PL_THRSH(4) in sbmac_channel_start()roel kluin1-1/+0
2009-07-23net: move sb1250-mac's probe function to .devinit.textUwe Kleine-König1-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-05-04net: remove driver_data direct access of struct device from more driversGreg Kroah-Hartman1-3/+3
2009-04-16sb1250-mac: convert to net_device_opsAlexander Beregalov1-12/+17
2009-03-30trivial: Fix misspelling of firmwareNick Andrew1-1/+1
2009-01-26net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-5/+5
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-3/+3
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-3/+3
2008-10-27net: convert print_mac to %pMJohannes Berg1-3/+2
2008-10-08phylib: move to dynamic allocation of struct mii_busLennert Buytenhek1-14/+22
2008-10-08phylib: rename mii_bus::dev to mii_bus::parentLennert Buytenhek1-1/+1
2008-09-24[netdrvr] convert sbmac tx to spin_lock_irqsave to prevent early IRQ enableWeiwei Wang1-5/+7
2008-05-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-36/+31
2008-05-22sb1250: use netdev_alloc_skbStephen Hemminger1-36/+31
2008-05-13[netdrvr] Trim trailing whitespace for several driversJeff Garzik1-1/+1
2008-04-16phy: Change mii_bus id field to a stringAndy Fleming1-1/+1
2007-10-10sb1250-mac: Driver model & phylib updateMaciej W. Rozycki1-600/+519
2007-10-10sb1250-mac.c: De-typedef, de-volatile, de-etc...Maciej W. Rozycki1-136/+142
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-4/+3
2007-10-10[NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik1-28/+11
2007-10-10drivers/net/sb1250-mac.c: kmalloc + memset conversion to kcallocMariusz Kozlowski1-4/+2
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger1-29/+18
2007-07-06potential compiler error, irqfunc caller sites updateYoann Padioleau1-1/+1
2007-04-28add NAPI support to sb1250-mac.cMark Mason1-92/+179
2007-04-28Netpoll support for Sibyte MACDeepak Saxena1-0/+23
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-3/+0
2007-03-24[MIPS] SB1250: Fix bugs/warnings by creative use of volatile.Ralf Baechle1-1/+1
2006-10-21[PATCH] Remove useless comment from sb1250Dave Jones1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-09-12[PATCH] Remove more unnecessary driver printk'sAndy Gospodarek1-9/+0
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-03[PATCH] sb1250-mac: Add support for the BCM1480Ralf Baechle1-39/+70
2005-10-20[PATCH] sb1250-mac: PHY probing fixes.Ralf Baechle1-0/+36
2005-10-19[PATCH] sb1250-mac: Whitespace cleanup.Ralf Baechle1-515/+515
2005-10-19[PATCH] sb1250-mac: Get rid of all the funny SBMAC_WRITECSR and SBMAC_READCSR macros.Ralf Baechle1-171/+132
2005-10-18[PATCH] sb1250-mac: Ensure 16-byte alignment of the descriptor ring.Ralf Baechle1-1/+8
2005-10-18[PATCH] sb1250-mac: Check the actual setting for reporting hw checksumming.Ralf Baechle1-1/+1