summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp
AgeCommit message (Expand)AuthorFilesLines
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-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
2013-02-25IPoIB: Free ipoib neigh on path record failure so path rec queries are retriedRoland Dreier1-0/+3
2013-02-25IB/srp: Fail I/O requests if the transport is offlineBart Van Assche2-0/+8
2013-02-25IB/srp: Avoid endless SCSI error handling loopBart Van Assche1-14/+15
2013-02-25IB/srp: Avoid sending a task management function needlesslyBart Van Assche1-2/+3
2013-02-25IB/srp: Track connection state properlyBart Van Assche1-1/+0
2013-02-22IB/iser: Enable iser when FMRs are not supportedOr Gerlitz2-5/+10
2013-02-22IB/iser: Avoid error prints on EAGAIN registration failuresOr Gerlitz1-1/+1
2013-02-22IB/iser: Use proper define for the commands per LUN value advertised to SCSI MLOr Gerlitz1-1/+1
2013-02-19IPoIB: Don't attempt to release resources on error flowItai Garbi1-0/+2
2013-02-19IPoIB: Add version and firmware info to ethtool reportingYan Burman3-1/+25
2013-02-19IPoIB: Fix ipoib_neigh hashing to use the correct daddr octetsShlomo Pongratz2-2/+4
2013-02-05IPoIB: Fix crash due to skb double destructShlomo Pongratz2-6/+6
2012-12-19IPoIB: Call skb_dst_drop() once skb is enqueued for sendingRoland Dreier2-1/+5
2012-12-16Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2-103/+76
2012-12-01IB/srp: Allow SRP disconnect through sysfsBart Van Assche1-0/+10
2012-12-01IB/srp: send disconnect request without waiting for CM timewait exitVu Pham1-4/+0
2012-12-01IB/srp: destroy and recreate QP and CQs when reconnectingIshai Rabinovitz1-31/+35
2012-12-01IB/srp: Eliminate state SRP_TARGET_DEADBart Van Assche2-56/+32
2012-12-01IB/srp: Introduce the helper function srp_remove_target()Bart Van Assche1-7/+12
2012-12-01IB/srp: Suppress superfluous error messagesBart Van Assche2-8/+31
2012-12-01IB/srp: Process all error completionsBart Van Assche1-4/+6
2012-12-01IB/srp: Introduce srp_handle_qp_err()Bart Van Assche2-18/+21
2012-12-01IB/srp: Simplify SCSI error handlingBart Van Assche1-4/+0
2012-12-01IB/srp: Keep processing commands during host removalBart Van Assche1-7/+0
2012-12-01IB/srp: Eliminate state SRP_TARGET_CONNECTINGBart Van Assche2-12/+14
2012-12-01IB/srp: Increase block layer timeoutBart Van Assche2-0/+47
2012-11-28ib_srpt: Convert TMR path to target_submit_tmrNicholas Bellinger1-19/+18
2012-11-28ib_srpt: Convert I/O path to target_submit_cmd + drop legacy ioctx->krefNicholas Bellinger2-71/+52
2012-11-07target: pass sense_reason as a return valueChristoph Hellwig1-25/+18
2012-10-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-12/+0