summaryrefslogtreecommitdiff
path: root/drivers/net/sb1250-mac.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-11broadcom: Move the Broadcom driversJeff Kirsher1-2690/+0
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2011-05-23Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker1-0/+1
2010-10-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-3/+3
2010-09-23Fix typo: configuation => configurationThomas Weber1-3/+3
2010-09-03drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-1/+1
2010-07-19net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran1-1/+1
2010-07-08NET: SB1250: Initialize .ownerRalf Baechle1-0/+1
2010-05-10net: trans_start cleanupsEric Dumazet1-3/+1
2010-05-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-34/+33
2010-04-29net/sb1250: register mdio bus in probeSebastian Siewior1-34/+33
2010-04-28net/sb1250: setup the pdevice within the soc codeSebastian Andrzej Siewior1-119/+1
2010-04-28net/sb1250: remove CONFIG_SIBYTE_STANDALONESebastian Andrzej Siewior1-144/+0
2010-04-06NET: sb1250: Fix compile warning in driverRalf Baechle1-1/+0
2010-04-04net: convert multicast list to list_headJiri Pirko1-3/+3
2010-02-19net: convert multiple drivers to use netdev_for_each_mc_addr, part2Jiri Pirko1-3/+3
2009-11-19drivers/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_st...roel kluin1-1/+0
2009-07-24net: move sb1250-mac's probe function to .devinit.textUwe Kleine-König1-1/+1
2009-07-06net: 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-05net: 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-27net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-5/+5
2009-01-22net: Remove redundant NAPI functionsBen Hutchings1-3/+3
2008-12-23net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-3/+3
2008-10-28net: convert print_mac to %pMJohannes Berg1-3/+2
2008-10-09phylib: move to dynamic allocation of struct mii_busLennert Buytenhek1-14/+22
2008-10-09phylib: rename mii_bus::dev to mii_bus::parentLennert Buytenhek1-1/+1
2008-09-25[netdrvr] convert sbmac tx to spin_lock_irqsave to prevent early IRQ enableWeiwei Wang1-5/+7
2008-05-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David 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-17phy: Change mii_bus id field to a stringAndy Fleming1-1/+1
2007-10-11sb1250-mac: Driver model & phylib updateMaciej W. Rozycki1-600/+519
2007-10-11sb1250-mac.c: De-typedef, de-volatile, de-etc...Maciej W. Rozycki1-136/+142
2007-10-11[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-4/+3
2007-10-11[NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik1-28/+11
2007-10-11drivers/net/sb1250-mac.c: kmalloc + memset conversion to kcallocMariusz Kozlowski1-4/+2
2007-10-11[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-26[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-03[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-1/+1