aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tulip/de2104x.c
Commit message (Expand)AuthorAgeFilesLines
* tulip: Use pr_<level> where appropriateJoe Perches2011-05-091-3/+3
* tulip: Convert uses of KERN_DEBUGJoe Perches2011-05-091-26/+21
* tulip: Convert printks to netdev_<level>Joe Perches2011-05-091-76/+63
* tulip/de2104x: don't report different speeds depending on port typeDavid Decotigny2011-04-291-7/+3
* ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny2011-04-291-3/+3
* ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny2011-04-291-2/+3
* drivers/net/*/: Use static constJoe Perches2010-12-211-6/+12
* de2104x: fix panic on loadEric Dumazet2010-11-031-1/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-041-2/+5
|\
| * de2104x: fix ethtoolOndrej Zary2010-09-271-2/+5
* | de2104x: disable media debug messages by defaultOndrej Zary2010-09-291-1/+2
|/
* de2104x: fix TP link detectionOndrej Zary2010-09-261-2/+21
* de2104x: fix power managementOndrej Zary2010-09-261-0/+3
* de2104x: disable autonegotiation on broken hardwareOndrej Zary2010-09-241-2/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-08-041-2/+2
|\
| * drivers/net: use __packed annotationEric Dumazet2010-06-031-2/+2
* | alpha: Fix de2104x driver failing to readout MAC address correctlyMorten H. Larsen2010-06-151-2/+3
|/
* net: trans_start cleanupsEric Dumazet2010-05-101-1/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | net: convert multicast list to list_headJiri Pirko2010-04-031-6/+6
|/
* tulip: convert to use netdev_for_each_mc_addrJiri Pirko2010-02-181-11/+8
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-4/+4
* tulip/de2104x.c: Use dev_<level> and pr_<level>Joe Perches2010-01-311-70/+68
* drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-071-1/+1
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-3/+3
* tulip: convert drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-121-3/+4
|\
| * Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-081-3/+4
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1
|/
* net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-131-1/+1
* de2104x: support for systems lacking cache coherenceRisto Suominen2009-06-111-1/+12
* de2104x: force correct order when writing to rx ringRisto Suominen2009-02-081-1/+2
* net: variables reach -1, but 0 testedRoel Kluin2009-02-021-1/+1
* de2104x: convert to net_device_opsStephen Hemminger2009-01-071-6/+13
* drivers/net/tulip: fix sparse warnings: make do-while a compound statementHannes Eder2008-12-261-2/+2
* netdevice: safe convert to netdev_priv() #part-3Wang Chen2008-11-121-22/+22
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
* net: convert print_mac to %pMJohannes Berg2008-10-271-3/+2
* de2104x: wrong MAC address fixMartin Langer2008-10-131-0/+1
* tulip: Fix dead 21041 ethernet after ifconfig downThomas Bogendoerfer2008-09-241-1/+0
* tulip: remove wrapper around get_unalignedHarvey Harrison2008-06-281-6/+4
* 2.6.25-rc4 de_stop_rxtx polling wrongGrant Grundler2008-03-171-3/+7
* de2104x: remove BUG_ON() when changing media typeOndrej Zary2008-03-051-1/+2
* tulip: endianness annotationsAl Viro2007-10-101-6/+6
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-6/+3
* [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik2007-10-101-2/+0
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* drivers/net: fix comparisons of unsigned < 0Bill Nottingham2007-07-081-1/+0
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2007-04-271-1/+1
|\