Age | Commit message (Expand) | Author | Files | Lines |
2007-07-15 | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 6 | -76/+54 |
2007-07-10 | IB/cm: Include HCA ACK delay in local ACK timeout | Sean Hefty | 1 | -1/+0 |
2007-07-10 | IPoIB: Recycle loopback skbs instead of freeing and reallocating | Roland Dreier | 1 | -16/+17 |
2007-07-10 | IPoIB/cm: Fix warning if IPV6 is not enabled | Roland Dreier | 1 | -2/+1 |
2007-07-09 | IB: Use menuconfig for InfiniBand menu | Jan Engelhardt | 3 | -3/+3 |
2007-07-02 | IPoIB/cm: Partial error clean up unmaps wrong address | Ralph Campbell | 1 | -2/+2 |
2007-06-21 | IPoIB/cm: Remove dead definition of struct ipoib_cm_id | Roland Dreier | 1 | -7/+0 |
2007-06-21 | IPoIB/cm: Fix interoperability when MTU doesn't match | Michael S. Tsirkin | 1 | -3/+3 |
2007-06-21 | IPoIB/cm: Initialize RX before moving QP to RTR | Michael S. Tsirkin | 1 | -12/+17 |
2007-06-18 | [SCSI] iscsi_iser: convert to use the data buffer accessors | FUJITA Tomonori | 2 | -12/+6 |
2007-06-07 | [SCSI] ib_srp: convert to use the data buffer accessors | FUJITA Tomonori | 2 | -48/+20 |
2007-06-02 | [SCSI] iscsi class, iscsi_tcp, iser, qla4xxx: add netdevname sysfs attr | Mike Christie | 1 | -0/+1 |
2007-06-02 | [SCSI] libiscsi: make can_queue configurable | Mike Christie | 3 | -6/+13 |
2007-06-02 | [SCSI] libiscsi: fix iscsi cmdsn allocation | Mike Christie | 1 | -10/+8 |
2007-06-01 | [SCSI] iscsi class, iscsi_tcp, ib_iser: add sysfs chap file | Mike Christie | 1 | -2/+3 |
2007-06-01 | [SCSI] iscsi: Some fixes in preparation for bidirectional support - total_length | Mike Christie | 1 | -2/+2 |
2007-06-01 | [SCSI] iscsi class, qla4xxx, iscsi_tcp, ib_iser: export/set initiator name | Mike Christie | 1 | -1/+2 |
2007-06-01 | [SCSI] libiscsi, iscsi_tcp, ib_iser : add sw iscsi host get/set params helpers | Mike Christie | 1 | -0/+4 |
2007-05-29 | IPoIB/cm: Fix performance regression on Mellanox | Michael S. Tsirkin | 2 | -40/+37 |
2007-05-24 | IPoIB/cm: Drain cq in ipoib_cm_dev_stop() | Michael S. Tsirkin | 3 | -12/+21 |
2007-05-24 | IPoIB/cm: Fix timeout check in ipoib_cm_dev_stop() | Michael S. Tsirkin | 1 | -1/+1 |
2007-05-21 | IPoIB/cm: Fix SRQ WR leak | Michael S. Tsirkin | 3 | -36/+211 |
2007-05-21 | IB/ipoib: Fix typos in error messages | Michael S. Tsirkin | 2 | -2/+2 |
2007-05-19 | IPoIB: Handle P_Key table reordering | Yosef Etigin | 4 | -45/+92 |
2007-05-14 | IPoIB/cm: Optimize stale connection detection | Michael S. Tsirkin | 1 | -4/+7 |
2007-05-08 | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 1 | -1/+0 |
2007-05-07 | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan... | Linus Torvalds | 8 | -28/+110 |
2007-05-06 | IPoIB: Convert to NAPI | Roland Dreier | 4 | -20/+74 |
2007-05-06 | IB: Add CQ comp_vector support | Michael S. Tsirkin | 4 | -4/+4 |
2007-05-06 | IB/srp: Set proc_name | Roland Dreier | 1 | -1/+2 |
2007-05-06 | IB/srp: Add orig_dgid sysfs attribute to scsi_host | Ishai Rabinovitz | 2 | -0/+23 |
2007-05-06 | IPoIB/cm: Don't crash if remote side uses one QP for both directions | Michael S. Tsirkin | 1 | -1/+1 |
2007-05-05 | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 1 | -1/+1 |
2007-05-02 | PCI: Cleanup the includes of <linux/pci.h> | Jean Delvare | 1 | -1/+0 |
2007-04-30 | IPoIB/cm: Fix error handling in ipoib_cm_dev_open() | Michael S. Tsirkin | 1 | -2/+6 |
2007-04-27 | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan... | Linus Torvalds | 3 | -48/+36 |
2007-04-25 | [SK_BUFF]: Introduce skb_reset_mac_header(skb) | Arnaldo Carvalho de Melo | 2 | -2/+2 |
2007-04-24 | IPoIB/cm: spin_lock_irqsave() -> spin_lock_irq() replacements | Roland Dreier | 1 | -32/+24 |
2007-04-24 | IB/ipoib: Use ib_init_ah_from_path to initialize ah_attr | Sean Hefty | 1 | -8/+4 |
2007-04-18 | IPoIB: Remove pointless opcode field from debugging output | Roland Dreier | 2 | -8/+8 |
2007-04-10 | IPoIB/cm: Fix DMA direction typo | Michael S. Tsirkin | 1 | -1/+1 |
2007-04-05 | IB/iser: Don't defer connection failure notification to workqueue | Erez Zilber | 2 | -25/+16 |
2007-03-28 | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan... | Linus Torvalds | 1 | -8/+9 |
2007-03-26 | IB/iser: Handle aborting a command after it is sent | Erez Zilber | 1 | -8/+9 |
2007-03-25 | [NET]: Fix neighbour destructor handling. | Alexey Kuznetsov | 1 | -3/+3 |
2007-03-22 | IB/ipoib: Fix thinko in packet length checks | Michael S. Tsirkin | 2 | -3/+3 |
2007-03-22 | IPoIB: Fix use-after-free in path_rec_completion() | Michael S. Tsirkin | 1 | -2/+2 |
2007-03-22 | IPoIB: Fix race in detaching from mcast group before attaching | Sean Hefty | 1 | -3/+3 |
2007-03-22 | IPoIB/cm: Fix reaping of stale connections | Michael S. Tsirkin | 1 | -1/+1 |
2007-03-11 | [SCSI] iscsi: rename DEFAULT_MAX_RECV_DATA_SEGMENT_LENGTH | Mike Christie | 1 | -1/+1 |