aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-06-27[PATCH] skge: eliminate Yukon2 hooksStephen Hemminger1-10/+0
2005-06-27[PATCH] skge: replace chip_rev() accessorStephen Hemminger2-36/+26
2005-06-27[PATCH] skge: use pci_read_config_wordStephen Hemminger1-3/+3
2005-06-27[PATCH] skge: function amd macro name changeStephen Hemminger2-306/+279
2005-06-27[PATCH] skge: PCI_DEVICE() macroStephen Hemminger1-22/+11
2005-06-27[PATCH] skge: whietspace cleanupStephen Hemminger2-47/+47
2005-06-27[PATCH] b44: check link state during openJohn W. Linville1-0/+3
2005-06-27[PATCH] fix tulip suspend/resume #2Adam Belay1-12/+31
2005-06-27[PATCH] uninitialized variable in prism54 isl38xx_trigger_deviceOlaf Hering1-2/+4
2005-06-27[PATCH] 3c523: needs a licenseRandy Dunlap1-0/+1
2005-06-27[PATCH] gianfar: Add support enhanced TSEC features on the MPC 8548Kumar Gala3-390/+902
2005-06-27[PATCH] smc91x: plug race between TX tasklet and driver resetNicolas Pitre1-19/+24
2005-06-27[PATCH] via-rhine trivial whitespace patchDenis Vlasenko1-3/+3
2005-06-27[PATCH] e1000: Driver version, white space, comments & otherMalli Chilakala2-7/+9
2005-06-27[PATCH] e1000: Included proposals to false late collisions due to H/W latenciesMalli Chilakala2-5/+15
2005-06-27[PATCH] e1000: Ethtool set speed/duplex validates parameters for consistencyMalli Chilakala1-0/+7
2005-06-27[PATCH] e1000: Enable ethtool phys_id feature for 82573 controllersMalli Chilakala1-9/+18
2005-06-27[PATCH] e1000: Fixed VLAN tag processing error for big-endian architecturesMalli Chilakala1-6/+6
2005-06-27[PATCH] e1000: Ethtool cleanup patch from Stephen HemmingerMalli Chilakala1-5/+16
2005-06-27[PATCH] e1000: Fixed the loopback test failure for 82573 based adaptersMalli Chilakala1-0/+1
2005-06-27[PATCH] e1000: Fixed register and loopback test failures with 82573 controllersMalli Chilakala1-6/+26
2005-06-27[PATCH] e1000: Cleanup debug message printed when Tx Unit hang is detectedMalli Chilakala2-3/+3
2005-06-27[PATCH] e1000: Use netdev_priv() to get to netdev->privMalli Chilakala2-45/+45
2005-06-27[PATCH] e1000: Use correct WOL settings for 82544 adaptersMalli Chilakala1-1/+1
2005-06-27[PATCH] e1000: Synchronize phy access between stats update and MII_IOCTLMalli Chilakala1-10/+26
2005-06-27[PATCH] e100: NAPI performance enhancementsMalli Chilakala1-2/+4
2005-06-27[PATCH] e100: e100_eeprom_load was called after e100_phy_initMalli Chilakala1-2/+2
2005-06-27[PATCH] e100: fixed e100 MDI/MDI-X issuesMalli Chilakala1-5/+10
2005-06-27Merge /spare/repo/netdev-2.6/ branch 'orinoco'Jeff Garzik2-1010/+1485
2005-06-27wireless/orinoco: remove changelog, bump versionJeff Garzik2-374/+1
2005-06-27[PATCH] orinoco: monitor mode supportChristoph Hellwig2-29/+180
2005-06-27[PATCH] orinoco: always use 802.11 header for rx processingChristoph Hellwig1-53/+52
2005-06-27[PATCH] orinoco: scanning supportChristoph Hellwig2-21/+544
2005-06-27[PATCH] orinoco: manual roaming for Symbol and IntersilfirmwareChristoph Hellwig2-0/+174
2005-06-27[PATCH] orinoco: basic ethtool supportChristoph Hellwig1-0/+24
2005-06-27[PATCH] orinoco: wireless API 15 supportChristoph Hellwig1-571/+547
2005-06-27[PATCH] orinoco: include <net/ieee80211.h>Christoph Hellwig1-0/+1
2005-06-27[PATCH] cs89x0.c: support for Philips' pnx0105 network adapterdmitry pervushin3-5/+39
2005-06-27[PATCH] drivers/net/skfp/: cleanupsAdrian Bunk13-883/+20
2005-06-27[netdrvr] tulip: add pci idHideki Yamane1-0/+1
2005-06-27[PATCH] forcedeth: Add support for new device idManfred Spraul1-1/+16
2005-06-27[PATCH] forcedeth: Poll for link changesManfred Spraul1-12/+13
2005-06-27[PATCH] forcedeth: add two new pci idsManfred Spraul1-2/+19
2005-06-26[PATCH] net/lanstreamer: replace schedule_timeout() with ssleep()/msleep_interruptible()Nishanth Aravamudan1-4/+2
2005-06-26[PATCH] net/pcnet32: replace schedule_timeout() with msleep_interruptible()Nishanth Aravamudan1-1/+1
2005-06-26[PATCH] net/farsync: add set_current_state() before schedule_timeout()Nishanth Aravamudan1-0/+1
2005-06-26[PATCH] net/sb1000: replace nicedelay() with ssleep()Nishanth Aravamudan1-11/+3
2005-06-26[PATCH] wireless: char* -> char[] conversion in airo.cDomen Puncer1-1/+1
2005-06-26[PATCH] DM9000 network driver bugfixSascha Hauer1-2/+2
2005-06-26[PATCH] fealnx.c calls dev_kfree_skb from atomic contextDenis Vlasenko1-2/+1