aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-03infiniband: make sure the src net is infiniband when create new linkHangbin Liu1-1/+2
2013-12-19iser-target: Move INIT_WORK setup into isert_create_device_ib_resNicholas Bellinger1-2/+4
2013-12-11iser-target: fix error return code in isert_create_device_ib_res()Wei Yongjun1-4/+12
2013-11-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds3-38/+77
2013-11-18Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds9-146/+472
2013-11-17Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', 'nes', 'ocrdma', 'qib' and 'srp' into for-nextRoland Dreier9-146/+472
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2013-11-12ib_isert: Avoid duplicate iscsit_increment_maxcmdsn callNicholas Bellinger1-5/+1
2013-11-12iser-target: Avoid using FRMR for single dma entry requestsVu Pham1-12/+20
2013-11-08IB/srp: Report receive errors correctlyBart Van Assche1-5/+4
2013-11-08IB/srp: Avoid offlining operational SCSI devicesBart Van Assche1-1/+1
2013-11-08IB/srp: Remove target from list before freeing Scsi_Host structureVu Pham1-4/+5
2013-11-08IB/srp: Add change_queue_depth and change_queue_type supportJack Wang1-0/+54
2013-11-08IB/srp: Make queue size configurableBart Van Assche2-39/+103
2013-11-08IB/srp: Introduce srp_alloc_req_data()Bart Van Assche1-24/+40
2013-11-08IB/srp: Export sgid to sysfsBart Van Assche1-0/+10
2013-11-08IB/srp: Add periodic reconnect functionalityBart Van Assche1-6/+46
2013-11-08scsi_transport_srp: Add periodic reconnect supportBart Van Assche1-2/+2
2013-11-08IB/srp: Start timers if a transport layer error occursBart Van Assche2-0/+20
2013-11-08IB/srp: Use SRP transport layer error recoveryBart Van Assche2-41/+101
2013-11-08IB/srp: Keep rport as long as the IB transport layerBart Van Assche2-0/+4
2013-11-08IB/srp: Make transport layer retry count configurableVu Pham2-1/+24
2013-11-08IPoIB: lower NAPI weightMichal Schmidt1-1/+1
2013-11-08IPoIB: Start multicast join process only on active portsErez Shitrit1-0/+8
2013-11-08IPoIB: Add path query flushing in ipoib_ib_dev_cleanupErez Shitrit1-0/+5
2013-11-08IPoIB: Fix usage of uninitialized multicast objectsErez Shitrit2-4/+19
2013-11-08IPoIB: Avoid flushing the driver workqueue on dev_downErez Shitrit1-3/+1
2013-11-08IPoIB: Fix deadlock between dev_change_flags() and __ipoib_dev_flush()Erez Shitrit5-14/+16
2013-11-08IPoIB: Change CM skb memory allocation to be non-atomic during initTal Alon1-5/+9
2013-11-08IPoIB: Fix crash in dev_open error flowErez Shitrit1-4/+7
2013-11-07target: Drop left-over se_lun->lun_cmd_list shutdown codeNicholas Bellinger1-10/+0
2013-11-06ib_isert: Add support for completion interrupt coalescingNicholas Bellinger2-12/+57
2013-10-23iser-target: check device before dereferencing its variableVu Pham1-1/+1
2013-10-14treewide: Fix typo in KconfigMasanari Iida1-2/+2
2013-10-03ib_srpt: always set response for task managementJack Wang1-6/+4
2013-10-01ib_srpt: Destroy cm_id before destroying QP.Nicholas Bellinger1-2/+2
2013-09-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2-228/+545
2013-09-10target: Update copyright ownership/year information to 2013Nicholas Bellinger1-1/+1
2013-09-10iser-target: introduce fast memory registration mode (FRWR)Vu Pham2-13/+371
2013-09-10iser-target: generalize rdma memory registration and cleanupVu Pham2-4/+23
2013-09-10iser-target: move rdma wr processing to a shared functionVu Pham2-152/+114
2013-09-09iscsi/iser-target: Convert to command priv_size usageNicholas Bellinger2-75/+41
2013-09-09iser-target: Updates for login negotiation multi-plexing supportNicholas Bellinger1-1/+13
2013-09-05Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds7-174/+592
2013-09-03Merge branches 'cxgb4', 'flowsteer', 'ipoib', 'iser', 'mlx4', 'ocrdma' and 'qib' into for-nextRoland Dreier7-174/+592
2013-09-02IB/iser: Fix redundant pointer check in dealloc flowSagi Grimberg1-1/+1
2013-09-02IB/iser: Fix possible memory leak in iser_create_frwr_pool()Roi Dayan1-3/+7
2013-08-26[SCSI] IB/iser: Add Discovery supportOr Gerlitz2-2/+12
2013-08-13IPoIB: Fix race in deleting ipoib_neigh entriesJim Foraker2-9/+3
2013-08-09IB/iser: Introduce fast memory registration model (FRWR)Sagi Grimberg3-12/+287