summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers/net/at1700: remove incorrect commentKomuro2005-06-281-4/+0
* [PATCH] Use pci_set_dma_mask() instead of direct assignment of DMA maskTobias Klauser2005-06-281-4/+4
* [PATCH] smc91x needs settable IRQ trigger typeDavid Brownell2005-06-282-1/+14
* Merge /spare/repo/linux-2.6/Jeff Garzik2005-06-2839-2457/+2753
|\
| * [PATCH] b44: check link state during openJohn W. Linville2005-06-271-0/+3
| * [PATCH] fix tulip suspend/resume #2Adam Belay2005-06-271-12/+31
| * [PATCH] uninitialized variable in prism54 isl38xx_trigger_deviceOlaf Hering2005-06-271-2/+4
| * [PATCH] 3c523: needs a licenseRandy Dunlap2005-06-271-0/+1
| * [PATCH] gianfar: Add support enhanced TSEC features on the MPC 8548Kumar Gala2005-06-273-390/+902
| * [PATCH] smc91x: plug race between TX tasklet and driver resetNicolas Pitre2005-06-271-19/+24
| * [PATCH] via-rhine trivial whitespace patchDenis Vlasenko2005-06-271-3/+3
| * [PATCH] e1000: Driver version, white space, comments & otherMalli Chilakala2005-06-272-7/+9
| * [PATCH] e1000: Included proposals to false late collisions due to H/W latenciesMalli Chilakala2005-06-272-5/+15
| * [PATCH] e1000: Ethtool set speed/duplex validates parameters for consistencyMalli Chilakala2005-06-271-0/+7
| * [PATCH] e1000: Enable ethtool phys_id feature for 82573 controllersMalli Chilakala2005-06-271-9/+18
| * [PATCH] e1000: Fixed VLAN tag processing error for big-endian architecturesMalli Chilakala2005-06-271-6/+6
| * [PATCH] e1000: Ethtool cleanup patch from Stephen HemmingerMalli Chilakala2005-06-271-5/+16
| * [PATCH] e1000: Fixed the loopback test failure for 82573 based adaptersMalli Chilakala2005-06-271-0/+1
| * [PATCH] e1000: Fixed register and loopback test failures with 82573 controllersMalli Chilakala2005-06-271-6/+26
| * [PATCH] e1000: Cleanup debug message printed when Tx Unit hang is detectedMalli Chilakala2005-06-272-3/+3
| * [PATCH] e1000: Use netdev_priv() to get to netdev->privMalli Chilakala2005-06-272-45/+45
| * [PATCH] e1000: Use correct WOL settings for 82544 adaptersMalli Chilakala2005-06-271-1/+1
| * [PATCH] e1000: Synchronize phy access between stats update and MII_IOCTLMalli Chilakala2005-06-271-10/+26
| * [PATCH] e100: NAPI performance enhancementsMalli Chilakala2005-06-271-2/+4
| * [PATCH] e100: e100_eeprom_load was called after e100_phy_initMalli Chilakala2005-06-271-2/+2
| * [PATCH] e100: fixed e100 MDI/MDI-X issuesMalli Chilakala2005-06-271-5/+10
| * Merge /spare/repo/netdev-2.6/ branch 'orinoco'Jeff Garzik2005-06-272-1010/+1485
| |\
| | * wireless/orinoco: remove changelog, bump versionJeff Garzik2005-06-272-374/+1
| | * [PATCH] orinoco: monitor mode supportChristoph Hellwig2005-06-272-29/+180
| | * [PATCH] orinoco: always use 802.11 header for rx processingChristoph Hellwig2005-06-271-53/+52
| | * [PATCH] orinoco: scanning supportChristoph Hellwig2005-06-272-21/+544
| | * [PATCH] orinoco: manual roaming for Symbol and IntersilfirmwareChristoph Hellwig2005-06-272-0/+174
| | * [PATCH] orinoco: basic ethtool supportChristoph Hellwig2005-06-271-0/+24
| | * [PATCH] orinoco: wireless API 15 supportChristoph Hellwig2005-06-271-571/+547
| | * [PATCH] orinoco: include <net/ieee80211.h>Christoph Hellwig2005-06-271-0/+1
| * | [PATCH] cs89x0.c: support for Philips' pnx0105 network adapterdmitry pervushin2005-06-273-5/+39
| * | [PATCH] drivers/net/skfp/: cleanupsAdrian Bunk2005-06-2713-883/+20
| * | [netdrvr] tulip: add pci idHideki Yamane2005-06-271-0/+1
| * | [PATCH] forcedeth: Add support for new device idManfred Spraul2005-06-271-1/+16
| * | [PATCH] forcedeth: Poll for link changesManfred Spraul2005-06-271-12/+13
| * | [PATCH] forcedeth: add two new pci idsManfred Spraul2005-06-271-2/+19
| * | [PATCH] net/lanstreamer: replace schedule_timeout() with ssleep()/msleep_inte...Nishanth Aravamudan2005-06-271-4/+2
| * | [PATCH] net/pcnet32: replace schedule_timeout() with msleep_interruptible()Nishanth Aravamudan2005-06-271-1/+1
| * | [PATCH] net/farsync: add set_current_state() before schedule_timeout()Nishanth Aravamudan2005-06-271-0/+1
| * | [PATCH] net/sb1000: replace nicedelay() with ssleep()Nishanth Aravamudan2005-06-271-11/+3
| * | [PATCH] wireless: char* -> char[] conversion in airo.cDomen Puncer2005-06-271-1/+1
| |/
* | [PATCH] skge: version and copyright.Stephen Hemminger2005-06-281-2/+2
* | [PATCH] skge: Rx buffer optimizationStephen Hemminger2005-06-282-103/+163
* | [PATCH] skge: handle Tx/Rx arbiter timeoutStephen Hemminger2005-06-282-2/+23
* | [PATCH] skge: add PHY related debug messagesStephen Hemminger2005-06-282-25/+35