| Commit message (Expand) | Author | Age |
... | |
* | IB/mthca: Use uninitialized_var() for f0 | Roland Dreier | 2007-07-17 |
* | IB/cm: Make internal function cm_get_ack_delay() static | Roland Dreier | 2007-07-17 |
* | IB/ipath: Remove ipath_get_user_pages_nocopy() | Roland Dreier | 2007-07-17 |
* | IB/ipath: Make a few functions static | Roland Dreier | 2007-07-17 |
* | IB/iser: Make a couple of functions static | Roland Dreier | 2007-07-17 |
* | IB/mthca: Fix printk format used for firmware version in warning | Roland Dreier | 2007-07-17 |
* | IB/mthca: Schedule MSI support for removal | Roland Dreier | 2007-07-17 |
* | IB/ehca: Fix warnings issued by checkpatch.pl | Hoang-Nam Nguyen | 2007-07-17 |
* | IB/ehca: Restructure ehca_set_pagebuf() | Hoang-Nam Nguyen | 2007-07-17 |
* | IB/ehca: MR/MW structure refactoring | Hoang-Nam Nguyen | 2007-07-17 |
* | IB/ehca: Use macro to calculate number of chunks in a mem block | Hoang-Nam Nguyen | 2007-07-17 |
* | IB/ehca: Use #define for "pages per register_rpage" instead of hardcoded value | Hoang-Nam Nguyen | 2007-07-17 |
* | IB/ehca: Use common error code mapping instead of specific ones | Hoang-Nam Nguyen | 2007-07-17 |
* | IB/ehca: Fix memory leak in error path of ehca_get_dma_mr() | Hoang-Nam Nguyen | 2007-07-17 |
* | IB/ehca: Fix HW level autodetection | Joachim Fenkes | 2007-07-17 |
* | IB/mlx4: Take sizeof the correct pointer in call to memset() | Dotan Barak | 2007-07-17 |
* | IB/mlx4: Fix port returned from query QP for QPs in INIT state | Jack Morgenstein | 2007-07-17 |
* | IB/mlx4: Fix flow label returned from query QP | Jack Morgenstein | 2007-07-17 |
* | RDMA/cxgb3: Remove cm_id reference on listen failures | Steve Wise | 2007-07-17 |
* | drivers/infiniband/hw/mthca/mthca_qp: kill uninit'd var warning | Jeff Garzik | 2007-07-17 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2007-07-15 |
|\ |
|
| * | [SCSI] iscsi_iser: convert to use the data buffer accessors | FUJITA Tomonori | 2007-06-18 |
| * | [SCSI] ib_srp: convert to use the data buffer accessors | FUJITA Tomonori | 2007-06-07 |
| * | [SCSI] iscsi class, iscsi_tcp, iser, qla4xxx: add netdevname sysfs attr | Mike Christie | 2007-06-02 |
| * | [SCSI] libiscsi: make can_queue configurable | Mike Christie | 2007-06-02 |
| * | [SCSI] libiscsi: fix iscsi cmdsn allocation | Mike Christie | 2007-06-02 |
| * | [SCSI] iscsi class, iscsi_tcp, ib_iser: add sysfs chap file | Mike Christie | 2007-06-01 |
| * | [SCSI] iscsi: Some fixes in preparation for bidirectional support - total_length | Mike Christie | 2007-06-01 |
| * | [SCSI] iscsi class, qla4xxx, iscsi_tcp, ib_iser: export/set initiator name | Mike Christie | 2007-06-01 |
| * | [SCSI] libiscsi, iscsi_tcp, ib_iser : add sw iscsi host get/set params helpers | Mike Christie | 2007-06-01 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2007-07-12 |
|\ \ |
|
| * | | IB/mlx4: Implement query SRQ | Jack Morgenstein | 2007-07-12 |
| * | | IB/mlx4: Implement query QP | Jack Morgenstein | 2007-07-12 |
| * | | IB/cm: Send no match if a SIDR REQ does not match a listen | Sean Hefty | 2007-07-11 |
| * | | IB/cm: Fix handling of duplicate SIDR REQs | Sean Hefty | 2007-07-11 |
| * | | IB/cm: cm_msgs.h should include ib_cm.h | Sean Hefty | 2007-07-11 |
| * | | IB/cm: Include HCA ACK delay in local ACK timeout | Sean Hefty | 2007-07-11 |
| * | | IB/cm: Use spin_lock_irq() instead of spin_lock_irqsave() when possible | Sean Hefty | 2007-07-11 |
| * | | IB/sa: Make sure SA queries use default P_Key | Sean Hefty | 2007-07-11 |
| * | | IPoIB: Recycle loopback skbs instead of freeing and reallocating | Roland Dreier | 2007-07-10 |
| * | | IB/mthca: Replace memset(<addr>, 0, PAGE_SIZE) with clear_page(<addr>) | Shani Moideen | 2007-07-10 |
| * | | IPoIB/cm: Fix warning if IPV6 is not enabled | Roland Dreier | 2007-07-10 |
| * | | IB/core: Take sizeof the correct pointer when calling kmalloc() | Dotan Barak | 2007-07-10 |
| * | | IB/ehca: Improve latency by unlocking after triggering the hardware | Hoang-Nam Nguyen | 2007-07-09 |
| * | | IB/ehca: Notify consumers of LID/PKEY/SM changes after nondisruptive events | Joachim Fenkes | 2007-07-09 |
| * | | IB/ehca: Return QP pointer in poll_cq() | Joachim Fenkes | 2007-07-09 |
| * | | IB/ehca: Change idr spinlocks into rwlocks | Joachim Fenkes | 2007-07-09 |
| * | | IB/ehca: Refactor sync between completions and destroy_cq using atomic_t | Joachim Fenkes | 2007-07-09 |
| * | | IB/ehca: Lock renaming, static initializers | Joachim Fenkes | 2007-07-09 |
| * | | IB/ehca: Report RDMA atomic attributes in query_qp() | Hoang-Nam Nguyen | 2007-07-09 |