summaryrefslogtreecommitdiffstats
path: root/drivers/net/sunbmac.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-1/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* | net: convert multicast list to list_headJiri Pirko2010-04-031-3/+3
|/
* net: convert multiple drivers to use netdev_for_each_mc_addr, part2Jiri Pirko2010-02-181-3/+2Star
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-2/+2
* drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2009-11-191-1/+1
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-061-1/+1
* myri_sbus/sunbmac/sunlance/sunqe: Add missing net_device_ops entries.David S. Miller2009-03-231-0/+3
* sunbmac: Convert to net_device_ops.David S. Miller2009-03-231-9/+10
* netdevice: Kill netdev->privWang Chen2008-12-081-1/+1
* netdevice: safe convert to netdev_priv() #part-3Wang Chen2008-11-131-7/+7
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-041-1/+0Star
* net: convert print_mac to %pMJohannes Berg2008-10-281-3/+2Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-10-111-1/+1
|\
| * netdrv: Fix unregister_netdev typosHerbert Xu2008-10-051-1/+1
* | sparc: Annotate of_device_id arrays with const or __initdata.David S. Miller2008-08-311-1/+1
* | sunbmac: Convert to pure OF driver.David S. Miller2008-08-291-86/+68Star
* | sparc: Convert all SBUS drivers to dma_*() interfaces.David S. Miller2008-08-291-33/+35
* | sparc: Make SBUS DMA interfaces take struct device.David S. Miller2008-08-291-13/+15
|/
* net/sunbmac.c section fixAdrian Bunk2008-02-031-1/+1
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-111-5/+3Star
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-111-1/+0Star
* [NET]: Kill eth_copy_and_sum().David S. Miller2007-07-111-1/+1
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-261-1/+0Star
* [SPARC]: Fix some section mismatch warnings in sparc drivers.Ben Collins2006-10-181-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-1/+1
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [NET] sunbmac: Convert over to new SBUS device framework.David S. Miller2006-06-241-66/+61Star
* [PATCH] gfp_t: drivers/netAl Viro2005-10-281-1/+2
* [SPARC]: module version cleanupsTom 'spot' Callaway2005-04-251-2/+11
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+1324