aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2006-05-26ixgb: update version, datesAuke Kok
2006-05-26ixgb: remove changelogAuke Kok
2006-05-26ixgb: replace netdev->priv with netdev_priv()Auke Kok
2006-05-26ixgb: remove inlines, allow compiler to chooseAuke Kok
2006-05-26ixgb: remove lock access in the fast pathAuke Kok
2006-05-26ixgb: allocate only buffersize neededAuke Kok
2006-05-26ixgb: revert an unwanted fix regarding tso/descriptorsAuke Kok
2006-05-26ixgb: fix interface losing macaddr on ifdn/upAuke Kok
2006-05-26ixgb: fix smp polling race conditionAuke Kok
2006-05-25ixgb: increment version to 1.0.104-k4Auke Kok
2006-05-25ixgb: use rx copybreak/skb recycleAuke Kok
2006-05-25ixgb: add performance enhancements to the buffer_info structAuke Kok
2006-05-24[PATCH] phy: new SMSC LAN83C185 PHY driverHerbert Valerio Riedel
2006-05-24[netdrvr ibmlana, ibmveth] trim trailing whitespaceJeff Garzik
2006-05-24[PATCH] ibmveth change buffer pools dynamicallySantiago Leon
2006-05-24[PATCH] drivers/net/s2io.c: make bus_speed[] staticAdrian Bunk
2006-05-24Merge branch 'upstream-fixes' into upstreamJeff Garzik
2006-05-24[PATCH] sky2: fix jumbo packet supportStephen Hemminger
2006-05-24Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik
2006-05-24[netdrvr pcnet_cs, myri] trim trailing whitespaceJeff Garzik
2006-05-24[PATCH] pcnet_cs: Add TRENDnet TE-CF100 ethernet adapter IDMarcin Juszkiewicz
2006-05-24[PATCH] Add Myri-10G Ethernet driverBrice Goglin
2006-05-24[PATCH] Revive pci_find_ext_capabilityBrice Goglin
2006-05-24Merge branch 'master' into upstreamJeff Garzik
2006-05-23Merge branch 'e1000-7.0.38-k4' of git://lost.foo-projects.org/~ahkok/git/netd...Jeff Garzik
2006-05-23Merge branch 'master' into upstreamJeff Garzik
2006-05-23e1000: bump version to 7.0.38-k4Auke Kok
2006-05-23e1000: remove changelog in driverAuke Kok
2006-05-23e1000: Fix date string in MakefileAuke Kok
2006-05-23e1000: remove leading and trailing whitespace.Auke Kok
2006-05-23e1000: remove backslash r debug printfsAuke Kok
2006-05-23e1000: add shutdown handler back to fix WOLAuke Kok
2006-05-23V4L/DVB (4041): Fix compilation on PPC 64Mauro Carvalho Chehab
2006-05-23V4L/DVB (4040a): Fix the following section warnings:Jean Delvare
2006-05-23V4L/DVB (4037): Make the bridge devices that depend on I2C dependant on I2CManu Abraham
2006-05-23V4L/DVB (3927): Fix VIDEO_DEV=m, VIDEO_V4L1_COMPAT=yAdrian Bunk
2006-05-23Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2006-05-23[PATCH] orinoco: possible null pointer dereference in orinoco_rx_monitor()Florin Malita
2006-05-23[PATCH] tty_insert_flip_string_flags() license fixTobias Powalowski
2006-05-23[PATCH] md: fix possible oops when starting a raid0 arrayNeilBrown
2006-05-23ixgb: increment version to 1.0.104-k2Auke Kok
2006-05-23ixgb: add tx timeout counterAuke Kok
2006-05-23ixgb: use DPRINTK and msglvl, and ethtool to control itAuke Kok
2006-05-23ixgb: remove hardcoded numberAuke Kok
2006-05-23ixgb: add copper 10gig driver idAuke Kok
2006-05-23ixgb: add NETIF_F_LLTX analogous to e1000Auke Kok
2006-05-23ixgb: fix flow controlAuke Kok
2006-05-23ixgb: remove duplicate code setting duplex and speedAuke Kok
2006-05-23ixgb: fix rare early tso completionAuke Kok
2006-05-22[BNX2]: Use kmalloc instead of arrayMichael Chan