index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
ulp
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-03
ib_srpt: always set response for task management
Jack Wang
1
-6
/
+4
2013-10-01
ib_srpt: Destroy cm_id before destroying QP.
Nicholas Bellinger
1
-2
/
+2
2013-09-12
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
2
-228
/
+545
2013-09-10
target: Update copyright ownership/year information to 2013
Nicholas Bellinger
1
-1
/
+1
2013-09-10
iser-target: introduce fast memory registration mode (FRWR)
Vu Pham
2
-13
/
+371
2013-09-10
iser-target: generalize rdma memory registration and cleanup
Vu Pham
2
-4
/
+23
2013-09-10
iser-target: move rdma wr processing to a shared function
Vu Pham
2
-152
/
+114
2013-09-09
iscsi/iser-target: Convert to command priv_size usage
Nicholas Bellinger
2
-75
/
+41
2013-09-09
iser-target: Updates for login negotiation multi-plexing support
Nicholas Bellinger
1
-1
/
+13
2013-09-05
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
7
-174
/
+592
2013-09-03
Merge branches 'cxgb4', 'flowsteer', 'ipoib', 'iser', 'mlx4', 'ocrdma' and 'q...
Roland Dreier
7
-174
/
+592
2013-09-02
IB/iser: Fix redundant pointer check in dealloc flow
Sagi Grimberg
1
-1
/
+1
2013-09-02
IB/iser: Fix possible memory leak in iser_create_frwr_pool()
Roi Dayan
1
-3
/
+7
2013-08-26
[SCSI] IB/iser: Add Discovery support
Or Gerlitz
2
-2
/
+12
2013-08-13
IPoIB: Fix race in deleting ipoib_neigh entries
Jim Foraker
2
-9
/
+3
2013-08-09
IB/iser: Introduce fast memory registration model (FRWR)
Sagi Grimberg
3
-12
/
+287
2013-08-09
IB/iser: Place the fmr pool into a union in iser's IB conn struct
Sagi Grimberg
3
-41
/
+48
2013-08-09
IB/iser: Handle unaligned SG in separate function
Sagi Grimberg
1
-23
/
+43
2013-08-09
IB/iser: Generalize rdma memory registration
Sagi Grimberg
3
-20
/
+40
2013-08-09
IB/iser: Accept session->cmds_max from user space
Shlomo Pongratz
4
-27
/
+46
2013-08-09
IB/iser: Restructure allocation/deallocation of connection resources
Shlomo Pongratz
3
-71
/
+151
2013-08-09
IB/iser: Use proper debug level value for info prints
Or Gerlitz
2
-9
/
+8
2013-07-31
IPoIB: Fix pkey change flow for virtualization environments
Erez Shitrit
1
-13
/
+63
2013-07-31
IPoIB: Make sure child devices use valid/proper pkeys
Or Gerlitz
2
-1
/
+10
2013-07-13
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2
-9
/
+81
2013-07-11
IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline
Bart Van Assche
1
-2
/
+1
2013-07-11
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
3
-55
/
+245
2013-07-07
iser-target: Ignore non TEXT + LOGOUT opcodes for discovery
Nicholas Bellinger
1
-0
/
+8
2013-07-07
target: make queue_tm_rsp() return void
Joern Engel
1
-10
/
+17
2013-07-07
iser-target: Add support for ISCSI_OP_TEXT opcode + payload handling
Nicholas Bellinger
1
-1
/
+88
2013-07-07
iser-target: Rename sense_buf_[dma,len] to pdu_[dma,len]
Nicholas Bellinger
2
-17
/
+17
2013-07-07
iser-target: Add vendor_err debug output
Nicholas Bellinger
1
-2
/
+5
2013-07-07
iser-target: Fix session reset bug with RDMA_CM_EVENT_DISCONNECTED
Nicholas Bellinger
2
-10
/
+61
2013-07-06
iscsi-target: Fix ISCSI_OP_SCSI_TMFUNC handling for iser
Nicholas Bellinger
1
-8
/
+8
2013-07-06
iscsi-target: Fix iscsit_sequence_cmd reject handling for iser
Nicholas Bellinger
1
-1
/
+1
2013-07-06
iscsi-target: Fix iscsit_add_reject* usage for iser
Nicholas Bellinger
1
-5
/
+0
2013-07-06
iser-target: Fix isert_put_reject payload buffer post
Nicholas Bellinger
1
-4
/
+22
2013-07-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2013-07-01
IB/srp: Bump driver version and release date
Vu Pham
1
-2
/
+2
2013-07-01
IB/srp: Make HCA completion vector configurable
Bart Van Assche
2
-2
/
+25
2013-07-01
IB/srp: Maintain a single connection per I_T nexus
Bart Van Assche
1
-2
/
+42
2013-07-01
IB/srp: Fail I/O fast if target offline
Bart Van Assche
1
-0
/
+2
2013-06-27
IB/srp: Skip host settle delay
Bart Van Assche
1
-0
/
+1
2013-06-27
IB/srp: Avoid skipping srp_reset_host() after a transport error
Bart Van Assche
1
-3
/
+8
2013-06-27
IB/srp: Fix remove_one crash due to resource exhaustion
Dotan Barak
1
-0
/
+2
2013-06-24
iscsi/isert-target: Refactor ISCSI_OP_NOOP RX handling
Nicholas Bellinger
1
-1
/
+22
2013-06-04
IB/iser: Add Mellanox copyright
Or Gerlitz
5
-0
/
+5
2013-06-04
IB/iser: Fix device removal flow
Roi Dayan
1
-7
/
+8
2013-05-29
ib_srpt: Call target_sess_cmd_list_set_waiting during shutdown_session
Nicholas Bellinger
2
-8
/
+25
2013-05-28
treewide: Fix typo in printk
Masanari Iida
1
-1
/
+1
[next]