aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tulip (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-05-06uli526x: initialize the hardware prior to requesting interruptsAnton Vorontsov1-4/+4
2008-04-29net: use get/put_unaligned_* helpersHarvey Harrison4-29/+25
2008-04-16[netdrvr] tulip: Better MWI workaround for 21143 rev 65 chip errataPeter Horton2-15/+11
2008-04-16[netdrvr] tulip/winbond-840: don't let tulip.h symbol stomp oursJeff Garzik1-2/+3
2008-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-1/+12
2008-03-28[netdrvr] tulip_read_eeprom fixes for BUG 4420Grant Grundler2-1/+12
2008-03-22Merge branch 'upstream-net26' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6David S. Miller3-1741/+1
2008-03-172.6.25-rc4 de_stop_rxtx polling wrongGrant Grundler1-3/+7
2008-03-17remove the obsolete xircom_tulip_cb driverAdrian Bunk3-1741/+1
2008-03-05de2104x: remove BUG_ON() when changing media typeOndrej Zary1-1/+2
2008-02-23uli526x partially recognizing interfaceGrant Grundler1-1/+11
2008-02-05xircom_cb should return NETDEV_TX_BUSY when no descriptors availableErik Mouw1-1/+1
2008-01-28[netdrvr] checkpatch cleanupsJeff Garzik1-2/+2
2008-01-28netdev: ARRAY_SIZE() cleanupsAlejandro Martinez Ruiz1-1/+1
2008-01-23[TULIP] DMFE: Fix SROM parsing regression.David S. Miller1-3/+3
2008-01-12endianness noise in tulip_coreAl Viro1-1/+2
2008-01-12de4x5 fixesAl Viro1-84/+43
2008-01-12xircom_cb endianness fixesAl Viro1-28/+26
2008-01-08[NET]: Do not check netif_running() and carrier state in ->poll()David S. Miller1-5/+0
2008-01-08[TULIP]: NAPI full quantum bug.Stephen Hemminger1-1/+2
2007-11-23dmfe: checkpatch fix (add whitespace)Jeff Garzik1-1/+1
2007-11-23NET: dmfe: don't access configuration space in D3 stateMaxim Levitsky1-2/+2
2007-11-12[NET]: Remove references to net-modules.txt.Adrian Bunk1-14/+7
2007-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2007-10-19Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds1-8/+6
2007-10-19NAPI: kconfig prompt and deleted doc fileRandy Dunlap1-8/+6
2007-10-20Typo: depricated -> deprecatedRolf Eike Beer1-1/+1
2007-10-19remove asm/bitops.h includesJiri Slaby1-1/+1
2007-10-15netdev: convert non-obvious instances to use ARRAY_SIZE()Alejandro Martinez Ruiz1-2/+2
2007-10-14more tulip endianness annotationsAl Viro1-1/+1
2007-10-14more trivial signedness fixes in driversAl Viro1-2/+3
2007-10-10Fix a potential NULL pointer dereference in uli526x_interrupt() in drivers/net/tulip/uli526x.cMicah Gruber1-5/+0
2007-10-10Clean up redundant PHY write line for ULi526x Ethernet driverRoy Zang1-1/+0
2007-10-10tulip: endianness annotationsAl Viro6-28/+28
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches7-70/+47
2007-10-10[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik2-4/+0
2007-10-10drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng1-3/+3
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle8-8/+0
2007-10-10uli526x: Add suspend and resume routines (updated)Rafael J. Wysocki1-6/+102
2007-10-10net/tulip/xircom_cb.c: remove superfulous priv assignmentMariusz Kozlowski1-1/+0
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger3-34/+34
2007-07-31DDB5477: remove driver bits of supportYoichi Yuasa1-8/+0
2007-07-15fallout from Auke's pci ->revision patchAl Viro1-1/+1
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds5-35/+23
2007-07-11PCI: add pci_try_set_mwiRandy Dunlap1-1/+1
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok5-34/+22
2007-07-10[NET]: Kill eth_copy_and_sum().David S. Miller4-8/+8
2007-07-08Use menuconfig objects II - netdev (general+100mbit)Jan Engelhardt1-14/+13
2007-07-08tulip: Convert to generic booleanRichard Knutsson2-58/+49
2007-07-08drivers/net: fix comparisons of unsigned < 0Bill Nottingham1-1/+0