aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2006-09-01[PATCH] IPMI: fix occasional oops on module unloadCorey Minyard
2006-09-01[PATCH] SBC8360: module_param() permission fixesIan E. Morgan
2006-09-01[PATCH] exit early in floppy_init when no floppy existsOlaf Hering
2006-09-01[PATCH] synclink_gt: fix receive tty error handlingPaul Fulghum
2006-09-01[PATCH] md: Fix issues with referencing rdev in md/raid1NeilBrown
2006-08-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds
2006-08-31uhci-hcd: fix list access bugAlan Stern
2006-08-31USB: Support for ELECOM LD-USB20 in pegasusNobuhiro Iwamatsu
2006-08-31USB: Add VIA quirk fixup for VT8235 usb2Mark Hindley
2006-08-31USB: rtl8150_disconnect() needs tasklet_kill()Andrew Morton
2006-08-31USB Storage: unusual_devs.h for Sony Ericsson M600iPhil Dibowitz
2006-08-31USB Storage: Remove the finecam3 unusual_devs entryPhil Dibowitz
2006-08-31UHCI: don't stop at an Iso errorAlan Stern
2006-08-31usb gadget: g_ether spinlock recursion fixDavid Brownell
2006-08-31USB: add all wacom device to hid-core.c blacklistPing Cheng
2006-08-31hid-core.c: Adds all GTCO CalComp Digitizers and InterWrite School Products t...Jeremy Roberson
2006-08-31USB floppy drive SAMSUNG SFD-321U/EP detected 8 timesjuergen.mell@t-online.de
2006-08-31IB/mthca: Use IRQ safe locks to protect allocation bitmapsRoland Dreier
2006-08-31Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds
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