aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/tulip
AgeCommit message (Expand)AuthorFilesLines
2008-03-28[netdrvr] tulip_read_eeprom fixes for BUG 4420Gravatar Grant Grundler 2-1/+12
2008-03-172.6.25-rc4 de_stop_rxtx polling wrongGravatar Grant Grundler 1-3/+7
2008-03-05de2104x: remove BUG_ON() when changing media typeGravatar Ondrej Zary 1-1/+2
2008-02-23uli526x partially recognizing interfaceGravatar Grant Grundler 1-1/+11
2008-02-05xircom_cb should return NETDEV_TX_BUSY when no descriptors availableGravatar Erik Mouw 1-1/+1
2008-01-28[netdrvr] checkpatch cleanupsGravatar Jeff Garzik 1-2/+2
2008-01-28netdev: ARRAY_SIZE() cleanupsGravatar Alejandro Martinez Ruiz 1-1/+1
2008-01-23[TULIP] DMFE: Fix SROM parsing regression.Gravatar David S. Miller 1-3/+3
2008-01-12endianness noise in tulip_coreGravatar Al Viro 1-1/+2
2008-01-12de4x5 fixesGravatar Al Viro 1-84/+43
2008-01-12xircom_cb endianness fixesGravatar Al Viro 1-28/+26
2008-01-08[NET]: Do not check netif_running() and carrier state in ->poll()Gravatar David S. Miller 1-5/+0
2008-01-08[TULIP]: NAPI full quantum bug.Gravatar Stephen Hemminger 1-1/+2
2007-11-23dmfe: checkpatch fix (add whitespace)Gravatar Jeff Garzik 1-1/+1
2007-11-23NET: dmfe: don't access configuration space in D3 stateGravatar Maxim Levitsky 1-2/+2
2007-11-12[NET]: Remove references to net-modules.txt.Gravatar Adrian Bunk 1-14/+7
2007-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialGravatar Linus Torvalds 1-1/+1
2007-10-19Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-8/+6
2007-10-19NAPI: kconfig prompt and deleted doc fileGravatar Randy Dunlap 1-8/+6
2007-10-20Typo: depricated -> deprecatedGravatar Rolf Eike Beer 1-1/+1
2007-10-19remove asm/bitops.h includesGravatar Jiri Slaby 1-1/+1
2007-10-15netdev: convert non-obvious instances to use ARRAY_SIZE()Gravatar Alejandro Martinez Ruiz 1-2/+2
2007-10-14more tulip endianness annotationsGravatar Al Viro 1-1/+1
2007-10-14more trivial signedness fixes in driversGravatar Al Viro 1-2/+3
2007-10-10Fix a potential NULL pointer dereference in uli526x_interrupt() in drivers/ne...Gravatar Micah Gruber 1-5/+0
2007-10-10Clean up redundant PHY write line for ULi526x Ethernet driverGravatar Roy Zang 1-1/+0
2007-10-10tulip: endianness annotationsGravatar Al Viro 6-28/+28
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Gravatar Joe Perches 7-70/+47
2007-10-10[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsGravatar Jeff Garzik 2-4/+0
2007-10-10drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEGravatar Denis Cheng 1-3/+3
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Gravatar Ralf Baechle 8-8/+0
2007-10-10uli526x: Add suspend and resume routines (updated)Gravatar Rafael J. Wysocki 1-6/+102
2007-10-10net/tulip/xircom_cb.c: remove superfulous priv assignmentGravatar Mariusz Kozlowski 1-1/+0
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Gravatar Stephen Hemminger 3-34/+34
2007-07-31DDB5477: remove driver bits of supportGravatar Yoichi Yuasa 1-8/+0
2007-07-15fallout from Auke's pci ->revision patchGravatar Al Viro 1-1/+1
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Gravatar Linus Torvalds 5-35/+23
2007-07-11PCI: add pci_try_set_mwiGravatar Randy Dunlap 1-1/+1
2007-07-11PCI: Change all drivers to use pci_device->revisionGravatar Auke Kok 5-34/+22
2007-07-10[NET]: Kill eth_copy_and_sum().Gravatar David S. Miller 4-8/+8
2007-07-08Use menuconfig objects II - netdev (general+100mbit)Gravatar Jan Engelhardt 1-14/+13
2007-07-08tulip: Convert to generic booleanGravatar Richard Knutsson 2-58/+49
2007-07-08drivers/net: fix comparisons of unsigned < 0Gravatar Bill Nottingham 1-1/+0
2007-05-09Fix occurrences of "the the "Gravatar Michael Opdenacker 3-3/+3
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Gravatar Jean Delvare 5-4/+1
2007-04-28Rev tulip versionGravatar Valerie Henson 1-3/+3
2007-04-28Fix tulip SytemError typoGravatar Valerie Henson 3-4/+4
2007-04-28TULIP: Natsemi dp83840a PHY fixGravatar Thibaut VARENE 1-1/+17
2007-04-28TULIP: Fix for 64-bit MIPSGravatar Valerie Henson 2-4/+25
2007-04-28dmfe: add support for Wake on lanGravatar Maxim Levitsky 1-2/+64