summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-09-057-174/+592
|\
| *-. Merge branches 'cxgb4', 'flowsteer', 'ipoib', 'iser', 'mlx4', 'ocrdma' and 'q...Roland Dreier2013-09-037-174/+592
| |\ \
| | | * IB/iser: Fix redundant pointer check in dealloc flowSagi Grimberg2013-09-031-1/+1
| | | * IB/iser: Fix possible memory leak in iser_create_frwr_pool()Roi Dayan2013-09-031-3/+7
| | | * IB/iser: Introduce fast memory registration model (FRWR)Sagi Grimberg2013-08-103-12/+287
| | | * IB/iser: Place the fmr pool into a union in iser's IB conn structSagi Grimberg2013-08-103-41/+48
| | | * IB/iser: Handle unaligned SG in separate functionSagi Grimberg2013-08-101-23/+43
| | | * IB/iser: Generalize rdma memory registrationSagi Grimberg2013-08-103-20/+40
| | | * IB/iser: Accept session->cmds_max from user spaceShlomo Pongratz2013-08-104-27/+46
| | | * IB/iser: Restructure allocation/deallocation of connection resourcesShlomo Pongratz2013-08-103-71/+151
| | | * IB/iser: Use proper debug level value for info printsOr Gerlitz2013-08-102-9/+8
| | |/ | |/|
| | * IPoIB: Fix race in deleting ipoib_neigh entriesJim Foraker2013-08-132-9/+3
| |/
* / [SCSI] IB/iser: Add Discovery supportOr Gerlitz2013-08-262-2/+12
|/
* IPoIB: Fix pkey change flow for virtualization environmentsErez Shitrit2013-07-311-13/+63
* IPoIB: Make sure child devices use valid/proper pkeysOr Gerlitz2013-07-312-1/+10
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-07-132-9/+81
|\
| * IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offlineBart Van Assche2013-07-121-2/+1
| * IB/srp: Bump driver version and release dateVu Pham2013-07-011-2/+2
| * IB/srp: Make HCA completion vector configurableBart Van Assche2013-07-012-2/+25
| * IB/srp: Maintain a single connection per I_T nexusBart Van Assche2013-07-011-2/+42
| * IB/srp: Fail I/O fast if target offlineBart Van Assche2013-07-011-0/+2
| * IB/srp: Skip host settle delayBart Van Assche2013-06-281-0/+1
| * IB/srp: Avoid skipping srp_reset_host() after a transport errorBart Van Assche2013-06-281-3/+8
| * IB/srp: Fix remove_one crash due to resource exhaustionDotan Barak2013-06-281-0/+2
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2013-07-113-55/+245
|\ \
| * | iser-target: Ignore non TEXT + LOGOUT opcodes for discoveryNicholas Bellinger2013-07-081-0/+8
| * | target: make queue_tm_rsp() return voidJoern Engel2013-07-081-10/+17
| * | iser-target: Add support for ISCSI_OP_TEXT opcode + payload handlingNicholas Bellinger2013-07-081-1/+88
| * | iser-target: Rename sense_buf_[dma,len] to pdu_[dma,len]Nicholas Bellinger2013-07-082-17/+17
| * | iser-target: Add vendor_err debug outputNicholas Bellinger2013-07-081-2/+5
| * | iser-target: Fix session reset bug with RDMA_CM_EVENT_DISCONNECTEDNicholas Bellinger2013-07-082-10/+61
| * | iscsi-target: Fix ISCSI_OP_SCSI_TMFUNC handling for iserNicholas Bellinger2013-07-071-8/+8
| * | iscsi-target: Fix iscsit_sequence_cmd reject handling for iserNicholas Bellinger2013-07-071-1/+1
| * | iscsi-target: Fix iscsit_add_reject* usage for iserNicholas Bellinger2013-07-071-5/+0
| * | iser-target: Fix isert_put_reject payload buffer postNicholas Bellinger2013-07-071-4/+22
| * | iscsi/isert-target: Refactor ISCSI_OP_NOOP RX handlingNicholas Bellinger2013-06-251-1/+22
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-07-041-1/+1
|\ \ | |/ |/|
| * treewide: Fix typo in printkMasanari Iida2013-05-281-1/+1
* | IB/iser: Add Mellanox copyrightOr Gerlitz2013-06-055-0/+5
* | IB/iser: Fix device removal flowRoi Dayan2013-06-051-7/+8
* | ib_srpt: Call target_sess_cmd_list_set_waiting during shutdown_sessionNicholas Bellinger2013-05-302-8/+25
* | target: Remove unused wait_for_tasks bit in target_wait_for_sess_cmdsJoern Engel2013-05-211-1/+1
|/
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-05-096-33/+58
|\
| *-----. Merge branches 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 'srp' into...Roland Dreier2013-05-087-34/+59
| |\ \ \ \
| | | | | * SRPT: Fix odd use of WARN_ON()Grant Grundler2013-04-171-1/+1
| | |_|_|/ | |/| | |
| | | | * RDMA: Rename random32() to prandom_u32()Akinobu Mita2013-04-171-1/+1
| | |_|/ | |/| |
| | | * IB/iser: Add support for iser CM REQ additional infoOr Gerlitz2013-05-022-0/+16
| | | * IB/iser: Return error to upper layers on EAGAIN registration failuresOr Gerlitz2013-05-021-1/+2
| | | * IB/iser: Move informational messages from error to info levelRoi Dayan2013-05-023-25/+34
| | | * IB/iser: Add module versionRoi Dayan2013-05-022-5/+4
| | |/ | |/|