aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2006-09-11[PATCH] Change tulip maintainerValerie Henson
2006-09-06[PATCH] make drivers/net/e1000/e1000_hw.c:e1000_phy_igp_get_info() staticAdrian Bunk
2006-09-06[PATCH] skge: version 1.8Stephen Hemminger
2006-09-06[PATCH] skge: use NAPI for transmit completeStephen Hemminger
2006-09-06[PATCH] skge: irq lock raceStephen Hemminger
2006-09-06[PATCH] skge: use netdev_alloc_skbStephen Hemminger
2006-09-06[PATCH] sky2: more pci device id'sStephen Hemminger
2006-09-06[PATCH] myri10ge: improve firmware selectionBrice Goglin
2006-09-06Merge branch 'upstream-fixes' into upstreamJeff Garzik
2006-09-06[PATCH] myri10ge: update the firmware download URL in KconfigBrice Goglin
2006-09-06Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/linvil...Jeff Garzik
2006-09-06[PATCH] forcedeth: decouple vlan and rx checksum dependencyAyaz Abdulla
2006-09-06[PATCH] forcedeth: errata for marvell physAyaz Abdulla
2006-09-04Merge branch 'master' into upstreamJeff Garzik
2006-08-31Merge branch 'upstream' of git://lost.foo-projects.org/~ahkok/git/netdev-2.6 ...Jeff Garzik
2006-08-31ixgb: Increment version to 1.0.112-k2Auke Kok
2006-08-31ixgb: remove skb->dev assignmentAuke Kok
2006-08-31ixgb: Add PCI Error recovery callbacksLinas Vepstas
2006-08-31ixgb: Add buffer_info and test like e1000 has.Jesse Brandeburg
2006-08-31ixgb: Cache-align all TX components of the adapter struct.Jesse Brandeburg
2006-08-31ixgb: recalculate after how many descriptors to wake the queueAuke Kok
2006-08-31ixgb: Set a constant blink rate for ixgb adapter identify (1sec on, 1sec off)Jesse Brandeburg
2006-08-31ixgb: convert dev->priv to netdev_priv(dev).Auke Kok
2006-08-31ixgb: Convert dev_alloc_skb to netdev_alloc_skb.Auke Kok
2006-08-31e100: increment version to 3.5.16-k2Auke Kok
2006-08-31e100: remove skb->dev assignmentAuke Kok
2006-08-31e100: fix error recoveryLinas Vepstas
2006-08-31e100: Convert e100 to use netdev_alloc_skb().Auke Kok
2006-08-31e1000: Increment driver version to 7.2.7-k2Auke Kok
2006-08-31e1000: clean up skb allocation codeChristoph Hellwig
2006-08-31e1000: Add PCI ID 0x10a4 for our new 4-port PCI-Express deviceJesse Brandeburg
2006-08-31e1000: unify WoL capability detection codeJesse Brandeburg
2006-08-318139cp: use PCI_DEVICE() to shorten the PCI device tableFrancois Romieu
2006-08-318139cp: pci_get_drvdata(pdev) can not be NULL in suspend handlerFrançois Romieu
2006-08-318139cp: removal of useless BUG_ON() checkFrancois Romieu
2006-08-318139cp: sync the device private data with its r8169 counterpartFrancois Romieu
2006-08-318139cp: ring_info removal for the receive pathFrancois Romieu
2006-08-318139cp: remove gratuitous indirectionFrancois Romieu
2006-08-318139cp: trim ring_infoFrancois Romieu
2006-08-31r8169: the 0x8136 needs a 8 bytes alignmentFrancois Romieu
2006-08-31r8169: add basic MII ioctl supportFrancois Romieu
2006-08-31r8169: use standard #defines from mii.h instead of declaring private onesFrancois Romieu
2006-08-31r8169: trim trailing whitespaces and convert whitespaces to tabsFrancois Romieu
2006-08-31r8169: udelay() removalFrancois Romieu
2006-08-31r8169: use NETDEV_TX_{BUSY/OK}Francois Romieu
2006-08-30Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds
2006-08-29[SUNLANCE]: Fix probing problem.Krzysztof Helt
2006-08-29[STRIP]: Fix neighbour table refcount leak.Stephen Hemminger
2006-08-29[E100]: Add module option to ignore bad EEPROM checksums.David S. Miller
2006-08-29[PATCH] skge: version 1.7Stephen Hemminger