summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2006-05-27[netdrvr] trim trailing whitespace: 8139*.c, epic100, forcedeth, tulip/*Jeff Garzik16-686/+686
2006-05-27[PATCH] forcedeth: add support for flow controlAyaz Abdulla1-35/+104
2006-05-27[PATCH] spidernet: replace whitespaces by tabsJens Osterkamp1-3/+3
2006-05-27Merge branch 'upstream-fixes' into upstreamJeff Garzik1-2/+0
2006-05-27[PATCH] pcnet32: remove incorrect pcnet32_free_ringDon Fry1-2/+0
2006-05-27e1000: add shutdown handler back to fix WOLAuke Kok1-1/+9
2006-05-27[PATCH] e1000: endian fixesAlexey Dobriyan1-2/+2
2006-05-27Merge branch 'upstream-fixes' into upstreamJeff Garzik3-13/+13
2006-05-27Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik2-3/+3
2006-05-27[PATCH] arlan: fix section mismatch warningsRandy Dunlap1-2/+2
2006-05-27[PATCH] wavelan: fix section mismatchRandy Dunlap1-1/+1
2006-05-26ixgb: update version, datesAuke Kok11-13/+13
2006-05-26ixgb: remove changelogAuke Kok1-16/+0
2006-05-26ixgb: replace netdev->priv with netdev_priv()Auke Kok1-2/+2
2006-05-26ixgb: remove inlines, allow compiler to chooseAuke Kok1-8/+8
2006-05-26ixgb: remove lock access in the fast pathAuke Kok1-6/+6
2006-05-26ixgb: allocate only buffersize neededAuke Kok1-28/+7
2006-05-26ixgb: revert an unwanted fix regarding tso/descriptorsAuke Kok1-14/+1
2006-05-26ixgb: fix interface losing macaddr on ifdn/upAuke Kok1-0/+1
2006-05-26ixgb: fix smp polling race conditionAuke Kok1-4/+5
2006-05-26[IRDA]: *_DONGLE should depend on IRTTY_SIRSamuel Ortiz1-10/+10
2006-05-26ixgb: increment version to 1.0.104-k4Auke Kok1-1/+1
2006-05-26ixgb: use rx copybreak/skb recycleAuke Kok1-0/+20
2006-05-26ixgb: add performance enhancements to the buffer_info structAuke Kok2-30/+45
2006-05-24[PATCH] phy: new SMSC LAN83C185 PHY driverHerbert Valerio Riedel3-0/+108
2006-05-24[netdrvr ibmlana, ibmveth] trim trailing whitespaceJeff Garzik4-60/+60
2006-05-24[PATCH] ibmveth change buffer pools dynamicallySantiago Leon2-44/+174
2006-05-24[PATCH] drivers/net/s2io.c: make bus_speed[] staticAdrian Bunk1-1/+1
2006-05-24Merge branch 'upstream-fixes' into upstreamJeff Garzik1-3/+16
2006-05-24[PATCH] sky2: fix jumbo packet supportStephen Hemminger1-3/+16
2006-05-24Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik13-98/+49
2006-05-24[netdrvr pcnet_cs, myri] trim trailing whitespaceJeff Garzik3-34/+34
2006-05-24[PATCH] pcnet_cs: Add TRENDnet TE-CF100 ethernet adapter IDMarcin Juszkiewicz1-0/+2
2006-05-24[PATCH] Add Myri-10G Ethernet driverBrice Goglin6-0/+3137
2006-05-24Merge branch 'e1000-7.0.38-k4' of git://lost.foo-projects.org/~ahkok/git/netd...Jeff Garzik5-135/+104
2006-05-24Merge branch 'master' into upstreamJeff Garzik4-164/+248
2006-05-24e1000: bump version to 7.0.38-k4Auke Kok1-1/+1
2006-05-24e1000: remove changelog in driverAuke Kok1-39/+0
2006-05-24e1000: Fix date string in MakefileAuke Kok1-1/+1
2006-05-24e1000: remove leading and trailing whitespace.Auke Kok4-81/+81
2006-05-24e1000: remove backslash r debug printfsAuke Kok1-12/+12
2006-05-24e1000: add shutdown handler back to fix WOLAuke Kok1-1/+9
2006-05-23Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-7/+21
2006-05-23[PATCH] orinoco: possible null pointer dereference in orinoco_rx_monitor()Florin Malita1-3/+1
2006-05-23ixgb: increment version to 1.0.104-k2Auke Kok1-1/+1
2006-05-23ixgb: add tx timeout counterAuke Kok3-4/+27
2006-05-23ixgb: use DPRINTK and msglvl, and ethtool to control itAuke Kok3-15/+54
2006-05-23ixgb: remove hardcoded numberAuke Kok1-1/+3
2006-05-23ixgb: add copper 10gig driver idAuke Kok3-3/+9
2006-05-23ixgb: add NETIF_F_LLTX analogous to e1000Auke Kok1-2/+29