summaryrefslogtreecommitdiffstats
path: root/drivers/net/tulip
AgeCommit message (Expand)AuthorLines
2011-08-12ewrk3/tulip: Move the DEC - Tulip driversJeff Kirsher-21304/+0
2011-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-4/+0
2011-07-18tulip: dmfe: Remove old log spamming pr_debugsJoe Perches-4/+0
2011-07-04net: de4x5: Use helpers from linux/etherdevice.hTobias Klauser-4/+3
2011-07-01net: de4x5: Omit check for multicast bit in netdev_for_each_mc_addrTobias Klauser-4/+1
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan-0/+3
2011-05-31Revert "net: fix section mismatches"David S. Miller-2/+2
2011-05-09tulip: Use pr_<level> where appropriateJoe Perches-29/+14
2011-05-09tulip: Convert uses of KERN_DEBUGJoe Perches-182/+166
2011-05-09tulip: Convert printks to netdev_<level>Joe Perches-180/+170
2011-05-09tulip: xircom_cb: Convert #ifdef DEBUG blocks and enter/leave usesJoe Perches-121/+13
2011-04-29tulip/de2104x: don't report different speeds depending on port typeDavid Decotigny-7/+3
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny-6/+6
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny-2/+3
2011-04-18net: fix section mismatchesMichał Mirosław-2/+2
2011-03-31Fix common misspellingsLucas De Marchi-5/+5
2010-12-21drivers/net/*/: Use static constJoe Perches-6/+12
2010-12-21tulip: Use DEFINE_PCI_DEVICE_TABLE and static constJoe Perches-6/+9
2010-12-02tulip: fix hang in dmfe driver on sending of big packetAlexander V. Lukyanov-3/+3
2010-11-03de2104x: fix panic on loadEric Dumazet-1/+0
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds-2/+2
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock-1/+1
2010-10-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-2/+5
2010-10-03drivers-net-tulip-de4x5c-fix-copy-length-in-de4x5_ioctl-checkpatch-fixesAndrew Morton-1/+2
2010-09-29de2104x: remove experimental statusOndrej Zary-2/+2
2010-09-29de2104x: disable media debug messages by defaultOndrej Zary-1/+2
2010-09-27de2104x: fix ethtoolOndrej Zary-2/+5
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-4/+34
2010-09-26drivers/net: return operator cleanupEric Dumazet-19/+19
2010-09-26de2104x: fix TP link detectionOndrej Zary-2/+21
2010-09-26de2104x: fix power managementOndrej Zary-0/+3
2010-09-24de2104x: disable autonegotiation on broken hardwareOndrej Zary-2/+10
2010-09-16drivers/net/tulip/de4x5.c: fix union member name in DE4X5_GET_REG ioctlDan Rosenberg-1/+1
2010-09-13net/de4x5: remove undefined operationsAndreas Schwab-9/+9
2010-09-03tulip: use integrated netdev statsEric Dumazet-40/+50
2010-08-25drivers/net: Remove address use from assignments of function pointersJoe Perches-3/+3
2010-08-17ethtool: Provide a default implementation of ethtool_ops::get_drvinfoBen Hutchings-15/+0
2010-08-09fix printk typo 'faild'Paul Bolle-1/+1
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds-10/+10
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds-34/+180
2010-08-04Merge branch 'master' into for-nextJiri Kosina-2/+3
2010-08-02Tulip: don't initialize SBE xT3E3 WAN ports.Krzysztof Hałasa-0/+6
2010-07-14tulip: formatting of pointers in printk()Kulikov Vasiliy-4/+4
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König-10/+10
2010-06-15alpha: Fix de2104x driver failing to readout MAC address correctlyMorten H. Larsen-2/+3
2010-06-03drivers/net: use __packed annotationEric Dumazet-2/+2
2010-06-01drivers/net/tulip/eeprom.c: Remove unnecessary kmalloc castsJoe Perches-5/+5
2010-06-01tulip: implement wake-on-lan supportSteven Walter-23/+156
2010-06-01tulip: explicity set to D0 power state during initSteven Walter-0/+7
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches-73/+0