index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
ulp
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-19
IPoIB/cm: Fix ipoib_cm_dev_stop() cleanup when drain times out
Pradeep Satyanarayana
1
-4
/
+6
2008-02-14
IPoIB: Remove unused struct ipoib_cm_tx.ibwc member
Eli Cohen
1
-1
/
+0
2008-02-14
IPoIB: On P_Key change event, reset state properly
Jack Morgenstein
1
-0
/
+1
2008-02-09
IPoIB: Add send gather support
Eli Cohen
4
-30
/
+83
2008-02-09
IPoIB: Add high DMA feature flag
Eli Cohen
1
-1
/
+3
2008-02-05
IB/srp: Retry stale connections
David Dillow
2
-12
/
+42
2008-02-05
IPoIB: Remove a misleading debug print
Or Gerlitz
1
-4
/
+2
2008-02-05
IPoIB: Handle bonding failover race for connected neighbours too
Or Gerlitz
1
-6
/
+7
2008-01-30
[SCSI] remove use_sg_chaining
James Bottomley
1
-1
/
+0
2008-01-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
2
-11
/
+8
2008-01-26
IPoIB: Constify seq_operations function pointer tables
Jan Engelhardt
1
-2
/
+2
2008-01-26
IPoIB: Remove redundant check of netif_queue_stopped() in xmit handler
Krishna Kumar
1
-10
/
+0
2008-01-26
IB/iser: Add change_queue_depth method
Erez Zilber
1
-0
/
+1
2008-01-26
IB/iser: Print information about unhandled RDMA CM events
Erez Zilber
1
-4
/
+2
2008-01-26
IB/srp: Add identifying information to log messages
David Dillow
1
-46
/
+71
2008-01-26
IPoIB/CM: Enable SRQ support on HCAs that support fewer than 16 SG entries
Pradeep Satyanarayana
3
-14
/
+49
2008-01-26
IB/srp: Enable SG list chaining
David Dillow
1
-0
/
+1
2008-01-26
IB/srp: Respect target credit limit
David Dillow
2
-4
/
+14
2008-01-26
IPoIB: improve IPv4/IPv6 to IB mcast mapping functions
Rolf Manderscheid
1
-4
/
+0
2008-01-26
IB/iser: Typo fix (s/destory/destroy/)
Oliver Pinter
1
-1
/
+1
2008-01-26
IB/iser: update URLs of iSER docs
Erez Zilber
1
-2
/
+2
2008-01-26
drivers/infiniband: Add missing "space"
Joe Perches
1
-1
/
+1
2008-01-26
IPoIB/cm: Add connected mode support for devices without SRQs
Pradeep Satyanarayana
4
-43
/
+200
2008-01-26
IPoIB/cm: Factor out ipoib_cm_free_rx_reap_list()
Roland Dreier
1
-22
/
+21
2008-01-26
IPoIB/cm: Factor out ipoib_cm_create_srq()
Roland Dreier
1
-17
/
+30
2008-01-26
IPoIB/cm: Factor out ipoib_cm_free_rx_ring()
Roland Dreier
1
-9
/
+19
2008-01-26
IPoIB: Trivial formatting cleanups
Roland Dreier
6
-130
/
+130
2008-01-23
[SCSI] IB/iSER: add logical unit reset support
Erez Zilber
1
-0
/
+1
2008-01-12
[SCSI] iscsi: convert xmit path to iscsi chunks
Olaf Kirch
1
-1
/
+2
2008-01-12
[SCSI] libiscsi: fix nop handling
Mike Christie
1
-1
/
+3
2008-01-12
[SCSI] libiscsi: do not block session during logout
Mike Christie
1
-3
/
+1
2008-01-12
[SCSI] libiscsi,iser: patch for AHS support
Boaz Harrosh
1
-0
/
+1
2008-01-12
[SCSI] libiscsi, iscsi_tcp: add device support
Mike Christie
1
-6
/
+0
2008-01-08
IB/srp: Release transport before removing host
Dave Dillow
1
-1
/
+1
2008-01-03
IB/srp: Fix list corruption/oops on module reload
David Dillow
1
-0
/
+1
2007-11-28
IPoIB: Fix oops if xmit is called when priv->broadcast is NULL
Jack Morgenstein
1
-0
/
+3
2007-11-25
IB/iser: Add missing counter increment in iser_data_buf_aligned_len()
Erez Zilber
1
-2
/
+4
2007-10-27
IPoIB/cm: Fix receive QP cleanup
Roland Dreier
1
-1
/
+1
2007-10-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
4
-98
/
+87
2007-10-22
[SG] Update drivers to use sg helpers
Jens Axboe
1
-4
/
+4
2007-10-20
IPoIB/cm: Use common CQ for CM send completions
Michael S. Tsirkin
4
-95
/
+82
2007-10-18
IPoIB: Rewrite "if (!likely(...))" as "if (unlikely(!(...)))"
Roland Dreier
1
-1
/
+1
2007-10-16
IPoIB: Use round_jiffies() for ah_reap_task
Anton Blanchard
1
-2
/
+4
2007-10-16
infiniband: sg chaining support
Jens Axboe
1
-34
/
+41
2007-10-15
IB/ipoib: Verify address handle validity on send
Moni Shoua
1
-2
/
+3
2007-10-15
IB/ipoib: Bound the net device to the ipoib_neigh structue
Moni Shoua
3
-11
/
+20
2007-10-15
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
2
-0
/
+29
2007-10-12
[SCSI] transport_srp: add rport roles attribute
FUJITA Tomonori
1
-0
/
+1
2007-10-12
[SCSI] ib_srp: convert to use the srp transport class
FUJITA Tomonori
2
-0
/
+28
2007-10-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
11
-42
/
+95
[next]