aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/tulip/de2104x.c
AgeCommit message (Expand)Author
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-18tulip: convert to use netdev_for_each_mc_addrJiri Pirko
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2010-01-31tulip/de2104x.c: Use dev_<level> and pr_<level>Joe Perches
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches
2009-09-01tulip: convert drivers to netdev_tx_tStephen Hemminger
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy
2009-06-11de2104x: support for systems lacking cache coherenceRisto Suominen
2009-02-08de2104x: force correct order when writing to rx ringRisto Suominen
2009-02-02net: variables reach -1, but 0 testedRoel Kluin
2009-01-07de2104x: convert to net_device_opsStephen Hemminger
2008-12-26drivers/net/tulip: fix sparse warnings: make do-while a compound statementHannes Eder
2008-11-12netdevice: safe convert to netdev_priv() #part-3Wang Chen
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-10-27net: convert print_mac to %pMJohannes Berg
2008-10-13de2104x: wrong MAC address fixMartin Langer
2008-09-24tulip: Fix dead 21041 ethernet after ifconfig downThomas Bogendoerfer
2008-06-28tulip: remove wrapper around get_unalignedHarvey Harrison
2008-03-172.6.25-rc4 de_stop_rxtx polling wrongGrant Grundler
2008-03-05de2104x: remove BUG_ON() when changing media typeOndrej Zary
2007-10-10tulip: endianness annotationsAl Viro
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches
2007-10-10[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle
2007-07-08drivers/net: fix comparisons of unsigned < 0Bill Nottingham
2007-04-27Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds
2007-04-26[TULIP]: Use CONFIG_SPARC consistently in ifdef tests.David S. Miller
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo
2007-03-06__devinit & __devexit cleanups for de2104x driverPrarit Bhargava
2007-03-02[netdrvr] tulip, de2104x: fix typo: s/__sparc_/__sparc__/Jeff Garzik
2006-12-02[PATCH] kmemdup() cleanup in drivers/netEric Sesterhenn
2006-10-11[PATCH] Fix section mismatch in de2104x.cHelge Deller
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik
2006-09-11[PATCH] Handle pci_enable_device() errors in resumeValerie Henson
2006-08-19drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-27[PATCH] 64bit resource: fix up printks for resources in networks driversGreg Kroah-Hartman
2006-05-26[netdrvr] trim trailing whitespace: 8139*.c, epic100, forcedeth, tulip/*Jeff Garzik
2006-03-22[PATCH] Use after free in net/tulip/de2104x.cEric Sesterhenn
2006-03-11Merge branch 'upstream-fixes'Jeff Garzik
2006-03-09de2104x: fix the TX watchdogFrancois Romieu
2006-03-09de2104x: prevent interrupt before the interrupt handler is registeredFrancois Romieu
2006-01-27[PATCH] BUG_ON() Conversion in net/tulip/de2104x.cEric Sesterhenn / snakebyte