| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2011-05-20 | 3 | -12/+20 |
|\ |
|
| * | libcxgbi: Use flowi4's saddr in cxgbi_check_route(). | David S. Miller | 2011-05-03 | 1 | -5/+6 |
| * | ipv4: Make caller provide on-stack flow key to ip_route_output_ports(). | David S. Miller | 2011-05-03 | 1 | -1/+2 |
| * | ethtool: Call ethtool's get/set_settings callbacks with cleaned data | David Decotigny | 2011-04-29 | 2 | -8/+14 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2011-05-20 | 102 | -1656/+3540 |
|\ \ |
|
| * | | [SCSI] qla2xxx: Refactor call to qla2xxx_read_sfp for thermal temperature. | Joe Carnuccio | 2011-05-17 | 1 | -42/+11 |
| * | | [SCSI] qla2xxx: Unify the read/write sfp mailbox command routines. | Joe Carnuccio | 2011-05-17 | 3 | -62/+33 |
| * | | [SCSI] qla2xxx: Clear complete initialization control block. | Andrew Vasquez | 2011-05-17 | 1 | -1/+1 |
| * | | [SCSI] qla2xxx: Allow an override of the registered maximum LUN. | Andrew Vasquez | 2011-05-17 | 3 | -2/+9 |
| * | | [SCSI] qla2xxx: Add host number in reset and quiescent message logs. | Saurav Kashyap | 2011-05-17 | 1 | -3/+5 |
| * | | [SCSI] qla2xxx: Correctly read sfp single byte mailbox register. | Joe Carnuccio | 2011-05-17 | 1 | -2/+2 |
| * | | [SCSI] qla2xxx: Add qla82xx_rom_unlock() function. | Chad Dupuis | 2011-05-17 | 2 | -8/+13 |
| * | | [SCSI] qla2xxx: Log if qla82xx firmware fails to load from flash. | Chad Dupuis | 2011-05-17 | 1 | -1/+5 |
| * | | [SCSI] qla2xxx: Use passed in host to initialize local scsi_qla_host in queue... | Madhuranath Iyengar | 2011-05-17 | 1 | -1/+1 |
| * | | [SCSI] qla2xxx: Correct buffer start in edc sysfs debug print. | Joe Carnuccio | 2011-05-17 | 1 | -1/+1 |
| * | | [SCSI] qla2xxx: Update firmware version after flash update for ISP82xx. | Saurav Kashyap | 2011-05-17 | 1 | -0/+7 |
| * | | [SCSI] qla2xxx: Fix hang during driver unload when vport is active. | Arun Easi | 2011-05-17 | 1 | -10/+15 |
| * | | [SCSI] qla2xxx: Properly set the dsd_list_len for dsd_chaining in cmd type 6. | Andrew Vasquez | 2011-05-17 | 2 | -4/+3 |
| * | | [SCSI] qla2xxx: Fix virtual port failing to login after chip reset. | Saurav Kashyap | 2011-05-17 | 1 | -3/+4 |
| * | | [SCSI] qla2xxx: Fix vport delete hang when logins are outstanding. | Arun Easi | 2011-05-17 | 1 | -2/+3 |
| * | | [SCSI] hpsa: Change memset using sizeof(ptr) to sizeof(*ptr) | Joe Perches | 2011-05-17 | 1 | -1/+1 |
| * | | [SCSI] ipr: Rate limit DMA mapping errors | Anton Blanchard | 2011-05-17 | 1 | -1/+2 |
| * | | [SCSI] hpsa: add P2000 to list of shared SAS devices | Stephen M. Cameron | 2011-05-17 | 1 | -0/+1 |
| * | | [SCSI] hpsa: do not attempt PCI power management reset method if we know it w... | Stephen M. Cameron | 2011-05-17 | 1 | -14/+38 |
| * | | [SCSI] hpsa: remove superfluous sleeps around reset code | Stephen M. Cameron | 2011-05-17 | 1 | -3/+0 |
| * | | [SCSI] hpsa: do soft reset if hard reset is broken | Stephen M. Cameron | 2011-05-17 | 2 | -16/+216 |
| * | | [SCSI] hpsa: use new doorbell-bit-5 reset method | Stephen M. Cameron | 2011-05-17 | 2 | -5/+22 |
| * | | [SCSI] hpsa: remove atrophied hpsa_scsi_setup function | Stephen M. Cameron | 2011-05-17 | 1 | -8/+3 |
| * | | [SCSI] hpsa: clarify messages around reset behavior | Stephen M. Cameron | 2011-05-17 | 1 | -2/+3 |
| * | | [SCSI] hpsa: increase time to wait for board reset | Stephen M. Cameron | 2011-05-17 | 1 | -1/+1 |
| * | | [SCSI] hpsa: factor out irq request code | Stephen M. Cameron | 2011-05-17 | 1 | -11/+21 |
| * | | [SCSI] hpsa: factor out cmd pool allocation functions | Stephen M. Cameron | 2011-05-17 | 1 | -30/+36 |
| * | | [SCSI] hpsa: wait longer for no-op to complete after resetting controller | Stephen M. Cameron | 2011-05-17 | 1 | -1/+1 |
| * | | [SCSI] hpsa: do a better job of detecting controller reset failure | Stephen M. Cameron | 2011-05-17 | 2 | -10/+67 |
| * | | [SCSI] hpsa: delete old unused padding garbage | Stephen M. Cameron | 2011-05-17 | 1 | -8/+0 |
| * | | [SCSI] hpsa: remove unused parameter from hpsa_complete_scsi_command() | Stephen M. Cameron | 2011-05-17 | 1 | -3/+2 |
| * | | [SCSI] hpsa: add readl after writel in interrupt mask setting code | Stephen M. Cameron | 2011-05-17 | 1 | -0/+4 |
| * | | [SCSI] hpsa: do readl after writel in main i/o path to ensure commands don't ... | Stephen M. Cameron | 2011-05-17 | 1 | -0/+1 |
| * | | [SCSI] be2iscsi: update version | Jayamohan Kallickal | 2011-05-01 | 1 | -1/+1 |
| * | | [SCSI] be2iscsi: fix chip cleanup | Jayamohan Kallickal | 2011-05-01 | 1 | -2/+2 |
| * | | [SCSI] be2iscsi: fix boot hang due to interrupts not getting rearmed | Jayamohan Kallickal | 2011-05-01 | 1 | -9/+9 |
| * | | [SCSI] arcmsr: simplify assumptions in dma_alloc_coherent() | Tomas Henzl | 2011-05-01 | 1 | -7/+5 |
| * | | [SCSI] arcmsr: simplify some double loops in sleeping functions | Tomas Henzl | 2011-05-01 | 1 | -74/+52 |
| * | | [SCSI] bnx2fc: setup em for npiv port | Vasu Dev | 2011-05-01 | 1 | -14/+15 |
| * | | [SCSI] iterate over devices individually for /proc/scsi/scsi | Jeff Mahoney | 2011-05-01 | 1 | -6/+52 |
| * | | [SCSI] ipr: Driver version 2.5.2 | Kleber Sacilotto de Souza | 2011-05-01 | 1 | -2/+2 |
| * | | [SCSI] ibmvscsi: Improve CRQ reset reliability | Brian King | 2011-05-01 | 1 | -2/+1 |
| * | | [SCSI] ipr: increase the dump size for 64 bit adapters | Kleber Sacilotto de Souza | 2011-05-01 | 2 | -21/+75 |
| * | | [SCSI] mvsas: add support for Task collector mode and fixed relative bugs | Xiangliang Yu | 2011-05-01 | 11 | -152/+294 |
| * | | [SCSI] mvsas: add support for Marvell 88SE9445/88SE9485 | Xiangliang Yu | 2011-05-01 | 2 | -0/+22 |