aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sunhme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-03net: convert multicast list to list_headJiri Pirko1-6/+6
2010-02-18net: convert multiple drivers to use netdev_for_each_mc_addr, part2Jiri Pirko1-14/+6
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-4/+4
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-3/+3
2009-12-02sunhme: fix dma warning in Sun HMEMikulas Patocka1-5/+14
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-1/+1
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-1/+2
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-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-2/+0
2009-03-08sunhme: Fix qfe parent detection.Friedrich Oslage1-2/+0
2009-02-10sunhme: Fix Quattro HME irq registration on proble failuresMeelis Roos1-6/+28
2009-02-07sunhme: Don't match PCI devices in SBUS probe.David S. Miller1-4/+8
2009-01-07sunhme: update to net_device_opsStephen Hemminger1-12/+14
2008-11-12netdevice: safe convert to netdev_priv() #part-3Wang Chen1-12/+12
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-27net: convert print_mac to %pMJohannes Berg1-4/+2
2008-08-31sparc: Annotate of_device_id arrays with const or __initdata.David S. Miller1-1/+1
2008-08-29sunhme: Convert to pure OF driver.David S. Miller1-148/+95
2008-08-29sparc: Move SBUS DMA attribute interfaces out of asm/sbus.hDavid S. Miller1-6/+8
2008-08-29sparc: Convert all SBUS drivers to dma_*() interfaces.David S. Miller1-51/+34
2008-08-29sparc: Make SBUS DMA interfaces take struct device.David S. Miller1-17/+19
2008-07-21sunhme: Remove stop/wake TX queue calls in set-multicast-list handler.David S. Miller1-4/+0
2008-06-04sunhme: Cleanup use of deprecated calls to save_and_cli and restore_flags.Mark Asselstine1-2/+2
2008-01-28NULL noise in drivers/netAl Viro1-1/+1
2008-01-28sunhme endianness annotationsAl Viro1-23/+26
2007-11-15[SUNHME]: VLAN support for sunhmeChris Poon1-6/+11
2007-11-05SUNHME: Fix missing NETIF_F_VLAN_CHALLENGED on PCI happy mealsDavid Miller1-2/+2
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-8/+4
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-2/+0
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-6/+2
2007-07-10sunhme.c:quattro_pci_find() must be __devinitAdrian Bunk1-1/+1
2007-04-27Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-16/+8
2007-04-26[SUNHME]: Use pci_device_to_OF_node().David S. Miller1-13/+5
2007-04-26[SPARC/64] constify of_get_property return: driversStephen Rothwell1-3/+3
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo1-4/+2
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-1/+0
2007-04-21[SUNHME]: Fix module unload.Marcel van Nies1-1/+1
2006-12-04Merge branch 'for-linus4' of master.kernel.org:/pub/scm/linux/kernel/git/viro/birdLinus Torvalds1-0/+1
2006-12-04[PATCH] severing skbuff.h -> mm.hAl Viro1-0/+1
2006-12-03[SUNHME]: Fix for sunhme failures on x86Jurij Smakov1-0/+5
2006-12-02[NET]: Split skb->csumAl Viro1-1/+1
2006-10-06drivers/net: eliminate irq handler impossible checks, needless castsJeff Garzik1-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-09-24Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds1-7/+7
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy1-3/+3
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik1-1/+1
2006-09-13drivers/net: Trim trailing whitespaceJeff Garzik1-6/+6