summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp
AgeCommit message (Expand)AuthorFilesLines
2013-08-10IB/iser: Handle unaligned SG in separate functionSagi Grimberg1-23/+43
2013-08-10IB/iser: Generalize rdma memory registrationSagi Grimberg3-20/+40
2013-08-10IB/iser: Accept session->cmds_max from user spaceShlomo Pongratz4-27/+46
2013-08-10IB/iser: Restructure allocation/deallocation of connection resourcesShlomo Pongratz3-71/+151
2013-08-10IB/iser: Use proper debug level value for info printsOr Gerlitz2-9/+8
2013-08-01IPoIB: Fix pkey change flow for virtualization environmentsErez Shitrit1-13/+63
2013-08-01IPoIB: Make sure child devices use valid/proper pkeysOr Gerlitz2-1/+10
2013-07-13Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2-9/+81
2013-07-12IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offlineBart Van Assche1-2/+1
2013-07-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds3-55/+245
2013-07-08iser-target: Ignore non TEXT + LOGOUT opcodes for discoveryNicholas Bellinger1-0/+8
2013-07-08target: make queue_tm_rsp() return voidJoern Engel1-10/+17
2013-07-08iser-target: Add support for ISCSI_OP_TEXT opcode + payload handlingNicholas Bellinger1-1/+88
2013-07-08iser-target: Rename sense_buf_[dma,len] to pdu_[dma,len]Nicholas Bellinger2-17/+17
2013-07-08iser-target: Add vendor_err debug outputNicholas Bellinger1-2/+5
2013-07-08iser-target: Fix session reset bug with RDMA_CM_EVENT_DISCONNECTEDNicholas Bellinger2-10/+61
2013-07-07iscsi-target: Fix ISCSI_OP_SCSI_TMFUNC handling for iserNicholas Bellinger1-8/+8
2013-07-07iscsi-target: Fix iscsit_sequence_cmd reject handling for iserNicholas Bellinger1-1/+1
2013-07-07iscsi-target: Fix iscsit_add_reject* usage for iserNicholas Bellinger1-5/+0
2013-07-07iser-target: Fix isert_put_reject payload buffer postNicholas Bellinger1-4/+22
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-07-01IB/srp: Bump driver version and release dateVu Pham1-2/+2
2013-07-01IB/srp: Make HCA completion vector configurableBart Van Assche2-2/+25
2013-07-01IB/srp: Maintain a single connection per I_T nexusBart Van Assche1-2/+42
2013-07-01IB/srp: Fail I/O fast if target offlineBart Van Assche1-0/+2
2013-06-28IB/srp: Skip host settle delayBart Van Assche1-0/+1
2013-06-28IB/srp: Avoid skipping srp_reset_host() after a transport errorBart Van Assche1-3/+8
2013-06-28IB/srp: Fix remove_one crash due to resource exhaustionDotan Barak1-0/+2
2013-06-25iscsi/isert-target: Refactor ISCSI_OP_NOOP RX handlingNicholas Bellinger1-1/+22
2013-06-05IB/iser: Add Mellanox copyrightOr Gerlitz5-0/+5
2013-06-05IB/iser: Fix device removal flowRoi Dayan1-7/+8
2013-05-30ib_srpt: Call target_sess_cmd_list_set_waiting during shutdown_sessionNicholas Bellinger2-8/+25
2013-05-28treewide: Fix typo in printkMasanari Iida1-1/+1
2013-05-21target: Remove unused wait_for_tasks bit in target_wait_for_sess_cmdsJoern Engel1-1/+1
2013-05-09Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds6-33/+58
2013-05-09Merge branches 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 'srp' into...Roland Dreier7-34/+59
2013-05-08drivers/infiniband/hw: rename random32() to prandom_u32()Andrew Morton1-1/+1
2013-05-02IB/iser: Add support for iser CM REQ additional infoOr Gerlitz2-0/+16
2013-05-02IB/iser: Return error to upper layers on EAGAIN registration failuresOr Gerlitz1-1/+2
2013-05-02IB/iser: Move informational messages from error to info levelRoi Dayan3-25/+34
2013-05-02IB/iser: Add module versionRoi Dayan2-5/+4
2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+3
2013-05-01Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-0/+2473
2013-04-25iser-target: Add iSCSI Extensions for RDMA (iSER) target driverNicholas Bellinger5-0/+2473
2013-04-17IPoIB: add support for TIPC protocolPatrick McHardy1-1/+3
2013-04-17SRPT: Fix odd use of WARN_ON()Grant Grundler1-1/+1
2013-04-17IPoIB: Fix ipoib_hard_header() return valueDoug Ledford1-1/+1
2013-04-17RDMA: Rename random32() to prandom_u32()Akinobu Mita1-1/+1
2013-03-23IPoIB: Fix send lockup due to missed TX completionMike Marciniszyn1-2/+6
2013-02-26Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 's...Roland Dreier8-27/+72