summaryrefslogtreecommitdiff
path: root/drivers/net/tulip/de2104x.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-21drivers/net/*/: Use static constJoe Perches1-6/+12
2010-11-04de2104x: fix panic on loadEric Dumazet1-1/+0
2010-10-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+5
2010-09-30de2104x: disable media debug messages by defaultOndrej Zary1-1/+2
2010-09-28de2104x: fix ethtoolOndrej Zary1-2/+5
2010-09-27de2104x: fix TP link detectionOndrej Zary1-2/+21
2010-09-27de2104x: fix power managementOndrej Zary1-0/+3
2010-09-25de2104x: disable autonegotiation on broken hardwareOndrej Zary1-2/+10
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-2/+2
2010-06-15alpha: Fix de2104x driver failing to readout MAC address correctlyMorten H. Larsen1-2/+3
2010-06-03drivers/net: use __packed annotationEric Dumazet1-2/+2
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+0
2010-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-04-04net: convert multicast list to list_headJiri Pirko1-6/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-19tulip: convert to use netdev_for_each_mc_addrJiri Pirko1-11/+8
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-4/+4
2010-02-01tulip/de2104x.c: Use dev_<level> and pr_<level>Joe Perches1-70/+68
2010-01-08drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-12-04drivers/net: Move && and || to end of previous lineJoe Perches1-3/+3
2009-09-01tulip: convert drivers to netdev_tx_tStephen Hemminger1-1/+2
2009-08-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+4
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches1-3/+4
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-06-11de2104x: support for systems lacking cache coherenceRisto Suominen1-1/+12
2009-02-09de2104x: force correct order when writing to rx ringRisto Suominen1-1/+2
2009-02-03net: variables reach -1, but 0 testedRoel Kluin1-1/+1
2009-01-08de2104x: convert to net_device_opsStephen Hemminger1-6/+13
2008-12-26drivers/net/tulip: fix sparse warnings: make do-while a compound statementHannes Eder1-2/+2
2008-11-13netdevice: safe convert to netdev_priv() #part-3Wang Chen1-22/+22
2008-11-04drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-28net: convert print_mac to %pMJohannes Berg1-3/+2
2008-10-14de2104x: wrong MAC address fixMartin Langer1-0/+1
2008-09-25tulip: Fix dead 21041 ethernet after ifconfig downThomas Bogendoerfer1-1/+0
2008-06-28tulip: remove wrapper around get_unalignedHarvey Harrison1-6/+4
2008-03-172.6.25-rc4 de_stop_rxtx polling wrongGrant Grundler1-3/+7
2008-03-05de2104x: remove BUG_ON() when changing media typeOndrej Zary1-1/+2
2007-10-11tulip: endianness annotationsAl Viro1-6/+6
2007-10-11[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-6/+3
2007-10-11[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik1-2/+0
2007-10-11[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-07-09drivers/net: fix comparisons of unsigned < 0Bill Nottingham1-1/+0
2007-04-27Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-1/+1
2007-04-26[TULIP]: Use CONFIG_SPARC consistently in ifdef tests.David S. Miller1-1/+1
2007-04-26[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-2/+2
2007-04-26[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-1/+0
2007-03-06__devinit & __devexit cleanups for de2104x driverPrarit Bhargava1-3/+3
2007-03-03[netdrvr] tulip, de2104x: fix typo: s/__sparc_/__sparc__/Jeff Garzik1-1/+1
2006-12-02[PATCH] kmemdup() cleanup in drivers/netEric Sesterhenn1-3/+1