| Commit message (Expand) | Author | Age | Files | Lines |
* | [SCSI] cxgb3i: change cxgb3i to use libcxgbi | kxie@chelsio.com | 2010-09-05 | 11 | -5148/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2010-08-04 | 2 | -0/+7 |
|\ |
|
| * | [SCSI] cxgb3i: zero out reserved or un-used fields. | Karen Xie | 2010-07-27 | 2 | -0/+7 |
* | | net-next: remove useless union keyword | Changli Gao | 2010-06-10 | 1 | -2/+2 |
|/ |
|
* | [SCSI] cxgb3i: Fix error path for module init | Roland Dreier | 2010-05-02 | 1 | -1/+3 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 5 | -0/+5 |
* | [SCSI] libiscsi: Make iscsi_eh_target_reset start with session reset | Jayamohan Kallickal | 2010-03-03 | 1 | -1/+1 |
* | [SCSI] cxgb3i: check for setup netdev | Mike Christie | 2010-02-17 | 1 | -0/+12 |
* | [SCSI] cxgb3i, bnx2i: remove uses of nipquad use %pi4 | Joe Perches | 2010-02-17 | 2 | -6/+6 |
* | [SCSI] cxgbi3: remove unnecessary NULL test | Jiri Slaby | 2010-01-18 | 1 | -4/+2 |
* | [SCSI] cxgb3i: Fix a login over vlan issue | Rakesh Ranjan | 2009-12-30 | 1 | -1/+33 |
* | [SCSI] cxgb3i: always use negative errno in case of error | kxie@chelsio.com | 2009-12-10 | 2 | -14/+14 |
* | [SCSI] libiscsi: add warm target reset tmf support | Mike Christie | 2009-12-04 | 1 | -1/+1 |
* | [SCSI] libiscsi: iscsi_session_setup to allow for private space | Jayamohan Kallickal | 2009-10-02 | 1 | -1/+1 |
* | RDMA/cxgb3: Handle port events properly | Steve Wise | 2009-09-05 | 1 | -6/+6 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes | Linus Torvalds | 2009-07-04 | 1 | -1/+1 |
|\ |
|
| * | kbuild: finally remove the obsolete variable $TOPDIR | Amerigo Wang | 2009-06-27 | 1 | -1/+1 |
* | | [SCSI] cxgb3i: fix connection error when vlan is enabled | Karen Xie | 2009-06-27 | 1 | -0/+4 |
|/ |
|
* | cxgb3i: suppot of different kernel page sizes | Karen Xie | 2009-06-21 | 1 | -0/+36 |
* | cxgb3i: use kref to track ddp usage | Karen Xie | 2009-06-21 | 2 | -21/+35 |
* | [SCSI] cxgb3i: Include net/dst.h for struct dst_cache | Herbert Xu | 2009-06-08 | 1 | -0/+1 |
* | [SCSI] iscsi: pass ep connect shost | Mike Christie | 2009-05-23 | 4 | -15/+37 |
* | [SCSI] cxgb3i: fix ddp map overrun | kxie@chelsio.com | 2009-04-27 | 1 | -13/+19 |
* | [SCSI] cxgb3i: fix cpu use abuse during writes | Mike Christie | 2009-04-27 | 2 | -10/+13 |
* | [SCSI] cxgb3i: fix can_queue and cmd_per_lun initialization | Mike Christie | 2009-04-27 | 2 | -3/+3 |
* | [SCSI] cxgb3i, iser, iscsi_tcp: set target can queue | Mike Christie | 2009-04-27 | 1 | -0/+1 |
* | [SCSI] cxgb3i: call ddp release function directly | Mike Christie | 2009-04-03 | 1 | -10/+2 |
* | [SCSI] cxgb3i: merge cxgb3i_ddp into cxgb3i module | Karen Xie | 2009-04-03 | 5 | -57/+21 |
* | [SCSI] cxgb3i: close all tcp connections upon chip reset | Karen Xie | 2009-04-03 | 2 | -41/+71 |
* | [SCSI] cxgb3i: re-read ddp settings information after chip reset | Mike Christie | 2009-04-03 | 2 | -46/+70 |
* | [SCSI] cxgb3i: re-initialize ddp settings after chip reset | Karen Xie | 2009-04-03 | 2 | -127/+118 |
* | [SCSI] cxgb3i: subscribe to error notification from cxgb3 driver | Karen Xie | 2009-04-03 | 3 | -10/+52 |
* | [SCSI] cxgb3i: fix function descriptions | Karen Xie | 2009-03-13 | 5 | -20/+14 |
* | [SCSI] iscsi class: remove host no argument from session creation callout | Mike Christie | 2009-03-13 | 1 | -4/+1 |
* | [SCSI] iscsi lib: remove qdepth param from iscsi host allocation | Mike Christie | 2009-03-13 | 1 | -3/+2 |
* | [SCSI] iscsi lib: have lib create work queue for transmitting IO | Mike Christie | 2009-03-13 | 2 | -2/+2 |
* | [SCSI] cxgb3i: update the driver version to 1.0.1 | Karen Xie | 2009-02-21 | 1 | -2/+2 |
* | [SCSI] cxgb3i: added missing include in cxgb3i_ddp.h | Karen Xie | 2009-02-21 | 1 | -0/+2 |
* | [SCSI] cxgb3i: Outgoing pdus need to observe skb's MAX_SKB_FRAGS | Karen Xie | 2009-02-21 | 6 | -112/+205 |
* | [SCSI] cxgb3i: added per-task data to track transmit progress | Karen Xie | 2009-02-21 | 2 | -2/+24 |
* | [SCSI] cxgb3i: transmit work-request fixes | Karen Xie | 2009-02-21 | 2 | -53/+121 |
* | [SCSI] cxgb3i: add missing include | Al Viro | 2009-01-07 | 1 | -0/+1 |
* | [SCSI] cxgb3i: fix select/depend problem | James Bottomley | 2008-12-30 | 1 | -0/+1 |
* | [SCSI] cxgb3i: remove use of skb->sp | Karen Xie | 2008-12-30 | 2 | -7/+7 |
* | [SCSI] cxgb3i: Add cxgb3i iSCSI driver. | Karen Xie | 2008-12-30 | 11 | -0/+4785 |