summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2009-11-03tg3 / broadcom: Add PHY_BRCM_CLEAR_RGMII_MODE flagMatt Carlson2-0/+7
2009-11-03broadcom: Consolidate dev_flags definitionsMatt Carlson1-10/+1
2009-11-03tg3: Add 50610M phy ID for 5785Matt Carlson2-0/+3
2009-11-03broadcom: Fix slow link problemMatt Carlson1-8/+14
2009-11-03broadcom: Isolate phy dsp accessesMatt Carlson1-48/+42
2009-11-03tg3: Extend loopback test timeoutMatt Carlson1-2/+2
2009-11-03tg3: 5785: Set port mode to MII when link downMatt Carlson1-1/+4
2009-11-03tg3: Add AC131 power down supportMatt Carlson2-0/+23
2009-11-03tg3: Improve 5785 PCIe performanceMatt Carlson2-1/+5
2009-11-03tg3: Add more PCI DMA map error checkingMatt Carlson1-3/+11
2009-11-03tg3: Prevent a PCIe tx glitchMatt Carlson2-1/+49
2009-11-03tg3: Convert PHY_ADDR => TG3_PHY_MII_ADDRMatt Carlson2-23/+30
2009-11-03tg3: Fix disappearing 57780 devicesMatt Carlson2-23/+2
2009-11-03tg3: Fix 5906 transmit hangsMatt Carlson2-7/+20
2009-11-03tg3: Assign flags to fixes in start_xmit_dma_bugMatt Carlson2-7/+21
2009-11-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller8-10/+36
2009-11-02qlge: Change naming on vlan API.Ron Mercer1-6/+6
2009-11-02qlge: Add ethtool self-test.Ron Mercer3-1/+137
2009-11-02pppoe: RCU locking in get_item_by_addr()Eric Dumazet1-10/+9
2009-11-02ifb: RCU locking avoids touching dev refcountEric Dumazet1-2/+4
2009-11-02NET:KS8695: add API for get rx interrupt bitFigo.zhang1-12/+55
2009-10-30libertas if_usb: Fix crash on 64-bit machinesDavid Woodhouse1-1/+1
2009-10-30ath9k: fix misplaced semicolon on rate controlLuis R. Rodriguez1-1/+1
2009-10-30b43: Fix DMA TX bounce buffer copyingMichael Buesch1-2/+13
2009-10-30rt73usb.c : more idsXose Vazquez Perez1-0/+5
2009-10-30ipw2200: fix oops on missing firmwareZhu Yi4-6/+16
2009-10-30bond: Get the rtnl_link_ops support correctEric W. Biederman1-1/+3
2009-10-30bond: Add support for multiple network namespacesEric W. Biederman6-58/+99
2009-10-30bond: Implement a basic set of rtnl link opsEric W. Biederman1-25/+30
2009-10-30bond: Simplify bond device destructionEric W. Biederman1-29/+16
2009-10-30bond: Simplify bond_create.Eric W. Biederman1-18/+4
2009-10-30bond: Simply bond sysfs group creationEric W. Biederman3-30/+4
2009-10-30sky2: set carrier off in probeBrandon Philips1-0/+2
2009-10-30veth: Fix veth_dellink methodEric Dumazet1-2/+2
2009-10-30convert kaweth to use usb_reset_configuration()Oliver Neukum1-10/+1
2009-10-30sky2: version 1.26Stephen Hemminger1-1/+1
2009-10-30sky2: 88E8059 supportStephen Hemminger1-1/+78
2009-10-30sky2: workarounds for Yukon-2 supremeStephen Hemminger1-2/+32
2009-10-30sky2: fix receive pause thresholdsStephen Hemminger2-5/+12
2009-10-30sky2: add register definitions for new chipsStephen Hemminger1-1/+177
2009-10-30sky2: add SK-9E21M device idStephen Hemminger1-0/+1
2009-10-30pcnet_cs: add cis of PreMax PE-200 ethernet pcmcia cardKen Kawasaki1-1/+1
2009-10-30r8169: Fix card drop incoming VLAN tagged MTU byte large jumbo framesRaimonds Cicans1-1/+1
2009-10-30ibmtr: possible Read buffer overflow?roel kluin1-2/+9
2009-10-30e1000e: rework disable K1 at 1000Mbps for 82577/82578Bruce Allan5-28/+190
2009-10-30e1000e: config PHY via software after resetsBruce Allan2-78/+218
2009-10-30e100: e100_phy_init() isolates selected PHY, causes 10 second boot delayBruce Allan1-7/+19
2009-10-30sfc: Enable heuristic selection between page and skb RX buffersBen Hutchings1-1/+1
2009-10-30sfc: Feed GRO result into RX allocation policy and interrupt moderationBen Hutchings1-2/+11
2009-10-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller15-61/+107