summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-03-10[SCSI] fcoe: Out of order tx frames was causing several check condition SCSI ...Vasu Dev2-24/+22
2009-03-10[SCSI] fcoe: fix kfree(skb)Roel Kluin1-1/+1
2009-03-10[SCSI] libfc: do not change the fh_rx_id of a recevied frameYi Zou1-13/+0
2009-03-10[SCSI] fcoe: Correct fcoe_transports initialization vs. registrationRobert Love2-3/+5
2009-03-10[SCSI] fcoe: Use setup_timer() and mod_timer()Robert Love1-5/+3
2009-03-10[SCSI] libfc, fcoe: Remove unnecessary cast by removing inline wrapperRobert Love2-7/+7
2009-03-10[SCSI] libfc, fcoe: Cleanup function formatting and minor typosRobert Love4-20/+20
2009-03-10[SCSI] libfc, fcoe: Fix kerneldoc commentsRobert Love7-250/+245
2009-03-07[SCSI] libfc: check for err when recv and state is incorrectRobert Love2-40/+40
2009-03-07[SCSI] libfc: rename rp to rdata in fc_disc_new_target()Robert Love1-4/+4
2009-03-07[SCSI] libfc: correct RPORT_TO_PRIV usageRobert Love1-2/+2
2009-03-07[SCSI] libfc: Don't violate transport template for rogue port creationRobert Love3-5/+8
2009-03-07[SCSI] libfc: exch mgr is freed while lport still retrying sequencesSteve Ma1-0/+2
2009-03-07[SCSI] libfc: fixed a read IO data integrity issue when a IO data frame lostVasu Dev1-3/+3
2009-03-07[SCSI] libfc: rport retry on LS_RJT from certain ELSChris Leech2-49/+64
2009-03-07[SCSI] libfc, fcoe: fixed locking issues with lport->lp_mutex around lport->l...Vasu Dev4-59/+28
2009-03-07[SCSI] libfc: fixed a soft lockup issue in fc_exch_recv_abtsVasu Dev1-1/+1
2009-03-07[SCSI] libfc: handle RRQ exch timeoutVasu Dev1-1/+1
2009-03-07[SCSI] libfc: when rport goes away (re-plogi), clean up exchanges to/from rportAbhijeet Joglekar1-1/+6
2009-03-07[SCSI] libfc: Pass lport in exch_mgr_resetAbhijeet Joglekar3-5/+6
2009-03-05[SCSI] sd: Don't try to spin up drives that are connected to an inactive portMatthew Wilcox1-15/+11
2009-03-04drm: fix double lock typoHelge Bahmann1-1/+1
2009-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-5/+7
2009-03-04crypto: ixp4xx - Fix qmgr_request_queue build failureKrzysztof Hałasa1-2/+4
2009-03-04Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds7-12/+12
2009-03-04[ARM] fix lots of ARM __devexit sillynessRussell King5-6/+6
2009-03-03Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds5-12/+20
2009-03-03drm/i915: Fix use-before-null-check in i915_irq_emit().Eric Anholt1-2/+3
2009-03-03drm: Avoid client deadlocks when the master disappears.Thomas Hellstrom3-8/+15
2009-03-03drm: Wake up all lock waiters when the master disappears.Thomas Hellstrom2-2/+2
2009-03-03drm: Don't return ERESTARTSYS to user-space.Thomas Hellstrom1-1/+1
2009-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds3-1/+7
2009-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds20-135/+281
2009-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds17-49/+84
2009-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds13-174/+366
2009-03-02sdhci: Add NO_BUSY_IRQ quirk for Marvell CAFE host chipAndres Salomon1-0/+1
2009-03-02sdhci: Add quirk for controllers with no end-of-busy IRQBen Dooks2-1/+6
2009-03-02zaurus: add usb id for motomagx phonesDmitriy Taychenachev1-0/+5
2009-03-02usbnet: make usbnet_get_link() fall back to ethtool_op_get_link()Bjørn Mork1-2/+2
2009-03-02veth: Fix carrier detectEric W. Biederman1-40/+11
2009-03-02cdc_ether: add usb id for Ericsson F3507gBjørn Mork1-0/+5
2009-03-02r8169: read MAC address from EEPROM on init (2nd attempt)Ivan Vecera1-2/+112
2009-03-01Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller98-371/+3803
2009-03-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller7-70/+71
2009-03-01Input: elantech - touchpad driver miss-recognising logitech miceArjan Opmeer1-8/+24
2009-03-01Input: synaptics - ensure we reset the device on resumeAndy Whitcroft1-5/+4
2009-03-01Input: usbtouchscreen - fix eGalax HID ignoringDaniel Ritz1-0/+1
2009-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds5-28/+37
2009-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds16-72/+167
2009-02-28Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+8