aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sunbmac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-03-23myri_sbus/sunbmac/sunlance/sunqe: Add missing net_device_ops entries.David S. Miller1-0/+3
2009-03-23sunbmac: Convert to net_device_ops.David S. Miller1-9/+10
2008-12-08netdevice: Kill netdev->privWang Chen1-1/+1
2008-11-12netdevice: safe convert to netdev_priv() #part-3Wang Chen1-7/+7
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/+2
2008-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-1/+1
2008-10-05netdrv: Fix unregister_netdev typosHerbert Xu1-1/+1
2008-08-31sparc: Annotate of_device_id arrays with const or __initdata.David S. Miller1-1/+1
2008-08-29sunbmac: Convert to pure OF driver.David S. Miller1-86/+68
2008-08-29sparc: Convert all SBUS drivers to dma_*() interfaces.David S. Miller1-33/+35
2008-08-29sparc: Make SBUS DMA interfaces take struct device.David S. Miller1-13/+15
2008-02-03net/sunbmac.c section fixAdrian Bunk1-1/+1
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-5/+3
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-07-10[NET]: Kill eth_copy_and_sum().David S. Miller1-1/+1
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-1/+0
2006-10-17[SPARC]: Fix some section mismatch warnings in sparc drivers.Ben Collins1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik1-1/+1
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-23[NET] sunbmac: Convert over to new SBUS device framework.David S. Miller1-66/+61
2005-10-28[PATCH] gfp_t: drivers/netAl Viro1-1/+2
2005-04-24[SPARC]: module version cleanupsTom 'spot' Callaway1-2/+11
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1324