summaryrefslogtreecommitdiffstats
path: root/drivers/net/tulip
Commit message (Expand)AuthorAgeFilesLines
* net: Eliminate flush_scheduled_work() calls while RTNL is held.David S. Miller2008-06-121-1/+1
* [netdrvr] tulip: oops in tulip_interrupt when hibernating with swsusp/suspend2Grant Grundler2008-05-311-2/+8
* uli526x: add support for netpollAnton Vorontsov2008-05-221-1/+15
* uli526x: fix endianness issues in the setup frameAnton Vorontsov2008-05-061-12/+18
* uli526x: initialize the hardware prior to requesting interruptsAnton Vorontsov2008-05-061-4/+4
* net: use get/put_unaligned_* helpersHarvey Harrison2008-04-294-29/+25Star
* [netdrvr] tulip: Better MWI workaround for 21143 rev 65 chip errataPeter Horton2008-04-172-15/+11Star
* [netdrvr] tulip/winbond-840: don't let tulip.h symbol stomp oursJeff Garzik2008-04-171-2/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-04-032-1/+12
|\
| * [netdrvr] tulip_read_eeprom fixes for BUG 4420Grant Grundler2008-03-292-1/+12
* | Merge branch 'upstream-net26' of master.kernel.org:/pub/scm/linux/kernel/git/...David S. Miller2008-03-233-1741/+1Star
|\ \ | |/ |/|
| * remove the obsolete xircom_tulip_cb driverAdrian Bunk2008-03-173-1741/+1Star
* | 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
* uli526x partially recognizing interfaceGrant Grundler2008-02-241-1/+11
* xircom_cb should return NETDEV_TX_BUSY when no descriptors availableErik Mouw2008-02-051-1/+1
* [netdrvr] checkpatch cleanupsJeff Garzik2008-01-291-2/+2
* netdev: ARRAY_SIZE() cleanupsAlejandro Martinez Ruiz2008-01-291-1/+1
* [TULIP] DMFE: Fix SROM parsing regression.David S. Miller2008-01-231-3/+3
* endianness noise in tulip_coreAl Viro2008-01-121-1/+2
* de4x5 fixesAl Viro2008-01-121-84/+43Star
* xircom_cb endianness fixesAl Viro2008-01-121-28/+26Star
* [NET]: Do not check netif_running() and carrier state in ->poll()David S. Miller2008-01-091-5/+0Star
* [TULIP]: NAPI full quantum bug.Stephen Hemminger2008-01-091-1/+2
* dmfe: checkpatch fix (add whitespace)Jeff Garzik2007-11-241-1/+1
* NET: dmfe: don't access configuration space in D3 stateMaxim Levitsky2007-11-241-2/+2
* [NET]: Remove references to net-modules.txt.Adrian Bunk2007-11-131-14/+7Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-10-201-1/+1
|\
| * Typo: depricated -> deprecatedRolf Eike Beer2007-10-201-1/+1
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-10-201-8/+6Star
|\ \ | |/ |/|
| * NAPI: kconfig prompt and deleted doc fileRandy Dunlap2007-10-201-8/+6Star
* | remove asm/bitops.h includesJiri Slaby2007-10-191-1/+1
|/
* netdev: convert non-obvious instances to use ARRAY_SIZE()Alejandro Martinez Ruiz2007-10-151-2/+2
* more tulip endianness annotationsAl Viro2007-10-141-1/+1
* more trivial signedness fixes in driversAl Viro2007-10-141-2/+3
* Fix a potential NULL pointer dereference in uli526x_interrupt() in drivers/ne...Micah Gruber2007-10-111-5/+0Star
* Clean up redundant PHY write line for ULi526x Ethernet driverRoy Zang2007-10-111-1/+0Star
* tulip: endianness annotationsAl Viro2007-10-116-28/+28
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-117-70/+47Star
* [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik2007-10-112-4/+0Star
* drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng2007-10-111-3/+3
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-118-8/+0Star
* uli526x: Add suspend and resume routines (updated)Rafael J. Wysocki2007-10-111-6/+102
* net/tulip/xircom_cb.c: remove superfulous priv assignmentMariusz Kozlowski2007-10-111-1/+0Star
* [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-113-34/+34
* DDB5477: remove driver bits of supportYoichi Yuasa2007-08-011-8/+0Star
* fallout from Auke's pci ->revision patchAl Viro2007-07-161-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-07-125-35/+23Star
|\
| * PCI: add pci_try_set_mwiRandy Dunlap2007-07-121-1/+1
| * PCI: Change all drivers to use pci_device->revisionAuke Kok2007-07-125-34/+22Star