| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2007-07-16 | 6 | -76/+54 |
|\ |
|
| * | [SCSI] iscsi_iser: convert to use the data buffer accessors | FUJITA Tomonori | 2007-06-19 | 2 | -12/+6 |
| * | [SCSI] ib_srp: convert to use the data buffer accessors | FUJITA Tomonori | 2007-06-07 | 2 | -48/+20 |
| * | [SCSI] iscsi class, iscsi_tcp, iser, qla4xxx: add netdevname sysfs attr | Mike Christie | 2007-06-02 | 1 | -0/+1 |
| * | [SCSI] libiscsi: make can_queue configurable | Mike Christie | 2007-06-02 | 3 | -6/+13 |
| * | [SCSI] libiscsi: fix iscsi cmdsn allocation | Mike Christie | 2007-06-02 | 1 | -10/+8 |
| * | [SCSI] iscsi class, iscsi_tcp, ib_iser: add sysfs chap file | Mike Christie | 2007-06-01 | 1 | -2/+3 |
| * | [SCSI] iscsi: Some fixes in preparation for bidirectional support - total_length | Mike Christie | 2007-06-01 | 1 | -2/+2 |
| * | [SCSI] iscsi class, qla4xxx, iscsi_tcp, ib_iser: export/set initiator name | Mike Christie | 2007-06-01 | 1 | -1/+2 |
| * | [SCSI] libiscsi, iscsi_tcp, ib_iser : add sw iscsi host get/set params helpers | Mike Christie | 2007-06-01 | 1 | -0/+4 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2007-07-13 | 88 | -1052/+2738 |
|\ \ |
|
| * | | IB/mlx4: Implement query SRQ | Jack Morgenstein | 2007-07-13 | 3 | -0/+21 |
| * | | IB/mlx4: Implement query QP | Jack Morgenstein | 2007-07-13 | 3 | -0/+141 |
| * | | IB/cm: Send no match if a SIDR REQ does not match a listen | Sean Hefty | 2007-07-11 | 1 | -2/+1 |
| * | | IB/cm: Fix handling of duplicate SIDR REQs | Sean Hefty | 2007-07-11 | 1 | -1/+1 |
| * | | IB/cm: cm_msgs.h should include ib_cm.h | Sean Hefty | 2007-07-11 | 1 | -0/+1 |
| * | | IB/cm: Include HCA ACK delay in local ACK timeout | Sean Hefty | 2007-07-11 | 4 | -17/+57 |
| * | | IB/cm: Use spin_lock_irq() instead of spin_lock_irqsave() when possible | Sean Hefty | 2007-07-11 | 1 | -96/+75 |
| * | | IB/sa: Make sure SA queries use default P_Key | Sean Hefty | 2007-07-11 | 1 | -35/+50 |
| * | | IPoIB: Recycle loopback skbs instead of freeing and reallocating | Roland Dreier | 2007-07-10 | 1 | -16/+17 |
| * | | IB/mthca: Replace memset(<addr>, 0, PAGE_SIZE) with clear_page(<addr>) | Shani Moideen | 2007-07-10 | 2 | -2/+2 |
| * | | IPoIB/cm: Fix warning if IPV6 is not enabled | Roland Dreier | 2007-07-10 | 1 | -2/+1 |
| * | | IB/core: Take sizeof the correct pointer when calling kmalloc() | Dotan Barak | 2007-07-10 | 1 | -1/+1 |
| * | | IB/ehca: Improve latency by unlocking after triggering the hardware | Hoang-Nam Nguyen | 2007-07-10 | 1 | -3/+2 |
| * | | IB/ehca: Notify consumers of LID/PKEY/SM changes after nondisruptive events | Joachim Fenkes | 2007-07-10 | 4 | -31/+101 |
| * | | IB/ehca: Return QP pointer in poll_cq() | Joachim Fenkes | 2007-07-10 | 1 | -3/+8 |
| * | | IB/ehca: Change idr spinlocks into rwlocks | Joachim Fenkes | 2007-07-10 | 6 | -32/+28 |
| * | | IB/ehca: Refactor sync between completions and destroy_cq using atomic_t | Joachim Fenkes | 2007-07-10 | 5 | -39/+29 |
| * | | IB/ehca: Lock renaming, static initializers | Joachim Fenkes | 2007-07-10 | 6 | -36/+27 |
| * | | IB/ehca: Report RDMA atomic attributes in query_qp() | Hoang-Nam Nguyen | 2007-07-10 | 1 | -0/+3 |
| * | | IB/ehca: Set SEND_GRH flag for all non-LL UD QPs on eHCA2 | Stefan Roscher | 2007-07-10 | 1 | -0/+11 |
| * | | IB/ehca: Support UD low-latency QPs | Stefan Roscher | 2007-07-10 | 1 | -27/+57 |
| * | | IB/ehca: add Shared Receive Queue support | Joachim Fenkes | 2007-07-10 | 9 | -107/+480 |
| * | | IB/ehca: QP code restructuring in preparation for SRQ | Joachim Fenkes | 2007-07-10 | 4 | -170/+166 |
| * | | IB/ehca: HW level, HW caps and MTU autodetection | Joachim Fenkes | 2007-07-10 | 5 | -11/+104 |
| * | | IB/ehca: Change scaling_code parameter description to match default value | Hoang-Nam Nguyen | 2007-07-10 | 1 | -1/+1 |
| * | | IB/ipath: return correct PortGUID in NodeInfo | Sean Hefty | 2007-07-10 | 1 | -1/+1 |
| * | | IB/ipath: Remove bogus RD_ATOMIC checks from modify_qp | Arthur Jones | 2007-07-10 | 1 | -8/+0 |
| * | | IB/ipath: Test interrupts at driver startup | Arthur Jones | 2007-07-10 | 3 | -0/+31 |
| * | | IB/ipath: Remove support for preproduction HTX InfiniPath cards | Ralph Campbell | 2007-07-10 | 4 | -48/+12 |
| * | | IB/ipath: Change version wording to be less confusing with release number | Dave Olson | 2007-07-10 | 1 | -1/+1 |
| * | | IB/ipath: Lower default number of kernel send buffers | Ralph Campbell | 2007-07-10 | 1 | -1/+1 |
| * | | IB/ipath: Be more cautious about coming out of freeze mode | Dave Olson | 2007-07-10 | 4 | -20/+80 |
| * | | IB/ipath: Add barrier before updating WC head in shared memory | Ralph Campbell | 2007-07-10 | 5 | -1/+12 |
| * | | IB: Use menuconfig for InfiniBand menu | Jan Engelhardt | 2007-07-10 | 10 | -17/+15 |
| * | | RDMA/cxgb3: Check return of kmalloc() in iwch_register_device() | WANG Cong | 2007-07-10 | 1 | -3/+4 |
| * | | RDMA/cxgb3: Don't abort after failures sending the mpa reply | Steve Wise | 2007-07-10 | 1 | -1/+0 |
| * | | RDMA/cxgb3: Don't post TID_RELEASE message | Steve Wise | 2007-07-10 | 1 | -3/+10 |
| * | | RDMA/cxgb3: ctrl-qp init/clear shouldn't set the gen bit | Steve Wise | 2007-07-10 | 1 | -2/+2 |
| * | | RDMA/cxgb3: Don't count neg_adv abort_req_rss messages as real aborts | Steve Wise | 2007-07-10 | 1 | -7/+7 |