summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2007-02-27qla3xxx: Kernic Panic on pSeries under stress conditionsBenjamin Li2-19/+47
2007-02-27qla3xxx: bugfix tx reset after stress conditions.Ron Mercer1-28/+41
2007-02-27qla3xxx: Check return code from pci_map_single() in ql_release_to_lrg_buf_fre...Benjamin Li1-7/+107
2007-02-27qla3xxx: bugfix: Fixed jumbo frame handling for 3032 chip.Ron Mercer2-36/+64
2007-02-27qla3xxx: Clean up receive process.Ron Mercer1-54/+24
2007-02-27qla3xxx: Dynamically size the rx buffer queue based on the MTU.Ron Mercer2-15/+34
2007-02-27qla3xxx: Remove API to change MTU.Ron Mercer1-22/+2
2007-02-27qla3xxx: Fix deadlock issue on error pathsBenjamin Li1-3/+12
2007-02-27qla3xxx: Changed to use netdev_alloc_skb() from dev_alloc_skbBenjamin Li1-5/+8
2007-02-27qla3xxx: Remove unnecessary memset() in qla3xxx_send()Benjamin Li1-1/+0
2007-02-27qla3xxx: Return proper error codes when the 4022/4032 is being probedBenjamin Li1-1/+7
2007-02-27Alignment in mv643xx_ethRalf Baechle2-14/+3
2007-02-27sgiseeq: Don't include unnecessary headerfiles.Ralf Baechle1-11/+0
2007-02-27ucc_geth: use of_get_mac_address()Timur Tabi1-3/+1
2007-02-27skge: comma consistencyStephen Hemminger1-2/+2
2007-02-27skge: fix transmitter flow controlStephen Hemminger2-13/+33
2007-02-27myri10ge: workaround buggy adopted firmwaresBrice Goglin1-4/+23
2007-02-27NetXen: Driver ifconfig fixAmit S. Kale1-2/+2
2007-02-27NetXen: Driver unload fixesAmit S. Kale2-5/+6
2007-02-27spidernet: janitorial, typosLinas Vepstas2-7/+8
2007-02-27spidernet: transmit raceLinas Vepstas1-1/+5
2007-02-27spidernet: fix racy double-free of skbLinas Vepstas1-8/+15
2007-02-27spidernet: separate hardware state from driver state.Linas Vepstas2-71/+95
2007-02-27spidernet: move medium variable into card structJens Osterkamp2-7/+9
2007-02-27spidernet: remove txram full loggingIshizaki Kou1-2/+2
2007-02-27spidernet: spidernet: add support for CellebKou Ishizaki3-4/+12
2007-02-27spidernet: load firmware when openKou Ishizaki1-124/+123
2007-02-27spidernet: autoneg support for CellebKou Ishizaki2-16/+170
2007-02-27spidernet: compile break.Linas Vepstas1-4/+1
2007-02-27sungem_phy: support bcm5461 phy, autoneg.Jens Osterkamp2-136/+263
2007-02-27forcedeth: fix checksum feature in mcp65Ayaz Abdulla1-4/+4
2007-02-27forcedeth: disable msixAyaz Abdulla1-1/+1
2007-02-27forcedeth: fixed missing call in napi pollAyaz Abdulla1-3/+7
2007-02-27[netdrvr] tc35815: fix obvious bugsJeff Garzik1-1/+9
2007-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds2-30/+10
2007-02-26[TG3]: TSO workaround fixes.Michael Chan2-10/+12
2007-02-21Revert "e1000: fix shared interrupt warning message"Linus Torvalds1-6/+6
2007-02-20Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds24-240/+256
2007-02-20[NET] Eliminate user-selectable CONFIG_MV643XX_ETH_[012]Dale Farnsworth1-21/+0
2007-02-20Merge branch 'upstream-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/...Jeff Garzik15-165/+149
2007-02-20natsemi: Support Aculab E1/T1 PMXc cPCI carrier cardsMark Brown1-1/+9
2007-02-20natsemi: Add support for using MII port with no PHYMark Brown1-5/+30
2007-02-20skge: race with workq and RTNLStephen Hemminger1-4/+5
2007-02-20Replace local random function with random32()Ralf Baechle3-31/+6
2007-02-20s2io: RTNL and flush_scheduled_work deadlockFrancois Romieu1-3/+18
2007-02-208139too: RTNL and flush_scheduled_work deadlockFrancois Romieu1-23/+17
2007-02-20sis190: RTNL and flush_scheduled_work deadlockFrancois Romieu1-2/+5
2007-02-20r8169: RTNL and flush_scheduled_work deadlockFrancois Romieu1-7/+18
2007-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds4-13/+7
2007-02-18Merge branch 'upstream' into upstream-jgarzikJohn W. Linville15-165/+149