| Commit message (Expand) | Author | Age | Files | Lines |
* | [SCSI] libiscsi, iscsi_tcp, ib_iser: fix setting of can_queue with old tools. | Mike Christie | 2008-07-12 | 1 | -1/+0 |
* | [SCSI] libiscsi, iser, tcp: remove recv_lock | Mike Christie | 2008-07-12 | 3 | -12/+16 |
* | [SCSI] iscsi class: Add session initiatorname and ifacename sysfs attrs. | Mike Christie | 2008-07-12 | 1 | -1/+2 |
* | [SCSI] iser: Modify iser to take a iscsi_endpoint struct in ep callouts and s... | Mike Christie | 2008-07-12 | 3 | -62/+43 |
* | [SCSI] iscsi class: user device_for_each_child instead of duplicating session... | Mike Christie | 2008-07-12 | 1 | -1/+1 |
* | [SCSI] iser: handle iscsi_cmd_task rename | Mike Christie | 2008-07-12 | 4 | -202/+203 |
* | [SCSI] iser: convert ib_iser to support merged tasks | Mike Christie | 2008-07-12 | 3 | -70/+68 |
* | [SCSI] libiscsi, iscsi_tcp, iser: add session cmds array accessor | Mike Christie | 2008-07-12 | 2 | -20/+11 |
* | [SCSI] iser: fix handling of scsi cmnds during recovery. | Mike Christie | 2008-07-12 | 3 | -4/+57 |
* | [SCSI] iscsi: remove session/conn_data_size from iscsi_transport | Mike Christie | 2008-07-12 | 1 | -13/+3 |
* | [SCSI] iscsi: add iscsi host helpers | Mike Christie | 2008-07-12 | 1 | -11/+6 |
* | [SCSI] iscsi: remove session and host binding in libiscsi | Mike Christie | 2008-07-12 | 1 | -20/+54 |
* | [SCSI] iscsi class, iscsi drivers: remove unused iscsi_transport attrs | Mike Christie | 2008-07-12 | 2 | -2/+0 |
* | [SCSI] iscsi class, iscsi_tcp/iser: add host arg to session creation | Mike Christie | 2008-07-12 | 1 | -0/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2008-05-23 | 7 | -13/+36 |
|\ |
|
| * | IB/mad: Fix kernel crash when .process_mad() returns SUCCESS|CONSUMED | Dave Olson | 2008-05-23 | 1 | -1/+3 |
| * | IPoIB: Test for NULL broadcast object in ipiob_mcast_join_finish() | Jack Morgenstein | 2008-05-20 | 1 | -0/+6 |
| * | IB/mlx4: Fix creation of kernel QP with max number of send s/g entries | Roland Dreier | 2008-05-20 | 1 | -5/+8 |
| * | IB/mthca: Fix max_sge value returned by query_device | Roland Dreier | 2008-05-16 | 1 | -1/+13 |
| * | RDMA/cxgb3: Fix uninitialized variable warning in iwch_post_send() | Roland Dreier | 2008-05-16 | 1 | -1/+1 |
| * | IB/mlx4: Fix uninitialized-var warning in mlx4_ib_post_send() | Andrew Morton | 2008-05-16 | 1 | -1/+1 |
| * | IB/ipath: Fix UC receive completion opcode for RDMA WRITE with immediate | Ralph Campbell | 2008-05-15 | 1 | -2/+2 |
| * | IB/ipath: Fix printk format for ipath_sdma_status | Roland Dreier | 2008-05-15 | 1 | -2/+2 |
* | | IB: fix race in device_create | Greg Kroah-Hartman | 2008-05-20 | 2 | -13/+12 |
|/ |
|
* | RDMA/cxgb3: Wrap the software send queue pointer as needed on flush | Steve Wise | 2008-05-13 | 1 | -2/+2 |
* | IB/ipath: Change ipath_devdata.ipath_sdma_status to be unsigned long | Roland Dreier | 2008-05-13 | 2 | -4/+4 |
* | IB/ipath: Make ipath_portdata work with struct pid * not pid_t | Pavel Emelyanov | 2008-05-13 | 3 | -18/+23 |
* | IB/ipath: Fix RDMA read response sequence checking | Ralph Campbell | 2008-05-13 | 2 | -0/+8 |
* | IB/ipath: Fix many locking issues when switching to error state | Ralph Campbell | 2008-05-13 | 8 | -304/+554 |
* | IB/ipath: Fix RC and UC error handling | Ralph Campbell | 2008-05-13 | 5 | -224/+132 |
* | RDMA/nes: Fix up nes_lro_max_aggr module parameter | Roland Dreier | 2008-05-13 | 3 | -6/+5 |
* | IB/ehca: Wait for async events to finish before destroying QP | Stefan Roscher | 2008-05-07 | 3 | -0/+11 |
* | IB/ipath: Fix SDMA error recovery in absence of link status change | John Gregor | 2008-05-07 | 2 | -10/+29 |
* | IB/ipath: Need to always request and handle PIO avail interrupts | Dave Olson | 2008-05-07 | 8 | -202/+224 |
* | IB/ipath: Fix count of packets received by kernel | Michael Albaugh | 2008-05-07 | 1 | -1/+1 |
* | IB/ipath: Return the correct opcode for RDMA WRITE with immediate | Ralph Campbell | 2008-05-07 | 1 | -1/+5 |
* | IB/ipath: Fix bug that can leave sends disabled after freeze recovery | Dave Olson | 2008-05-07 | 1 | -2/+6 |
* | IB/ipath: Only increment SSN if WQE is put on send queue | Ralph Campbell | 2008-05-07 | 1 | -1/+1 |
* | IB/ipath: Only warn about prototype chip during init | Michael Albaugh | 2008-05-07 | 1 | -2/+3 |
* | RDMA/cxgb3: Fix severe limit on userspace memory registration size | Roland Dreier | 2008-05-06 | 5 | -94/+155 |
* | RDMA/cxgb3: Don't add PBL memory to gen_pool in chunks | Roland Dreier | 2008-05-06 | 1 | -8/+28 |
* | IB/ehca: Fix function return types | Stefan Roscher | 2008-05-05 | 1 | -4/+3 |
* | RDMA/cxgb3: Bump up the MPA connection setup timeout. | Steve Wise | 2008-05-02 | 1 | -2/+2 |
* | RDMA/cxgb3: Silently ignore close reply after abort. | Steve Wise | 2008-05-02 | 1 | -1/+1 |
* | RDMA/cxgb3: QP flush fixes | Steve Wise | 2008-05-02 | 3 | -10/+20 |
* | IB/ipoib: Fix transmit queue stalling forever | Eli Cohen | 2008-04-30 | 3 | -6/+46 |
* | IB/mlx4: Fix off-by-one errors in calls to mlx4_ib_free_cq_buf() | Roland Dreier | 2008-04-30 | 1 | -2/+2 |
* | RDMA/nes: Formatting cleanup | Glenn Streiff | 2008-04-29 | 5 | -102/+109 |
* | RDMA/nes: Add support for SFP+ PHY | Eric Schneider | 2008-04-29 | 5 | -64/+259 |
* | RDMA/nes: Use LRO | Faisal Latif | 2008-04-29 | 6 | -12/+70 |