summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srp
Commit message (Expand)AuthorAgeFilesLines
* RDMA/cma: Constify path record, ib_cm_event, listen_id pointersParav Pandit2018-07-311-3/+5
* IB/srp: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-251-8/+6Star
* IB/srp: Remove driver version and release data informationBart Van Assche2018-07-031-3/+0Star
* IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gidParav Pandit2018-06-181-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-4/+5
* ib_srp: depend on INFINIBAND_ADDR_TRANSGreg Thelen2018-04-271-1/+1
* IB/srp: Disallow duplicate RDMA/CM connectionsBart Van Assche2018-03-191-3/+0Star
* IB/srp: Fix IPv6 address parsingBart Van Assche2018-03-141-4/+23
* IB/srp: Use the IB_DEVICE_SG_GAPS_REG HCA feature if supportedSergey Gorenko2018-03-071-20/+36
* IB/srp: Use %pIS instead of inet_ntop()Bart Van Assche2018-02-281-42/+10Star
* Revert "IB/srp: Avoid that a cable pull can trigger a kernel crash"Bart Van Assche2018-02-281-19/+6Star
* IB/srp: Fix srp_abort()Bart Van Assche2018-02-281-3/+5
* IB/srp: Fix completion vector assignment algorithmBart Van Assche2018-02-151-6/+4Star
* IB/srp: Add target_can_queue login parameterBart Van Assche2018-01-232-0/+23
* IB/srp: Add RDMA/CM supportBart Van Assche2018-01-232-154/+589
* IB/srp: Refactor srp_send_req()Bart Van Assche2018-01-181-31/+34
* IB/srp: Improve path record query error messageBart Van Assche2018-01-181-1/+4
* IB/srp: Use kstrtoull() instead of simple_strtoull()Bart Van Assche2018-01-181-4/+29
* IB/srp: replace custom implementation of hex2bin()Andy Shevchenko2017-12-121-10/+3Star
* IB/srp: Make CM timeout dependent on subnet timeoutBart Van Assche2017-10-181-2/+22
* IB/srp: Cache global rkeyBart Van Assche2017-10-182-14/+16
* IB/srp: Remove second argument of srp_destroy_qp()Bart Van Assche2017-10-181-6/+6
* IB/srp: Avoid that a cable pull can trigger a kernel crashBart Van Assche2017-10-181-6/+19
* IB/core: Simplify sa_path_set_[sd]lid() callsBart Van Assche2017-10-101-1/+1
* RDMA: Remove useless MODULE_VERSIONLeon Romanovsky2017-07-241-1/+0Star
* RDMA/SA: Fix kernel panic in CMA request handler flowMajd Dibbiny2017-06-011-1/+1
* RDMA/srp: Fix NULL deref at srp_destroy_qp()Israel Rukshin2017-06-011-1/+1
* IB/SA: Add support to query OPA path recordsDasaratharaman Chandramouli2017-05-011-1/+5
* IB/SA: Add OPA path record typeDasaratharaman Chandramouli2017-05-011-1/+1
* IB/SA: Split struct sa_path_rec based on IB and ROCE specific fieldsDasaratharaman Chandramouli2017-05-011-3/+4
* IB/SA: Rename ib_sa_path_rec to sa_path_recDasaratharaman Chandramouli2017-05-012-2/+2
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-2/+2
|\
| * IB/srp: Switch from dma_device to dev.parentBart Van Assche2017-01-241-2/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-232-34/+60
|\ \
| * | IB/srp: Drain the send queue before destroying a QPBart Van Assche2017-02-191-5/+14
| * | IB/srp: Improve an error pathBart Van Assche2017-02-191-1/+2
| * | IB/srp: Make a diagnostic message more informativeBart Van Assche2017-02-191-2/+3
| * | IB/srp: Document locking conventionsBart Van Assche2017-02-191-0/+5
| * | IB/srp: Fix race conditions related to task managementBart Van Assche2017-02-192-16/+30
| * | IB/srp: Avoid that duplicate responses trigger a kernel bugBart Van Assche2017-02-191-1/+3
| * | IB/SRP: Avoid using IB_MR_TYPE_SG_GAPSBart Van Assche2017-02-191-9/+3Star
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-02-211-0/+1
|\ \ \ | |/ / |/| |
| * | scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2017-02-071-0/+1
| |/
* | IB/srp: fix invalid indirect_sg_entries parameter valueIsrael Rukshin2017-01-241-0/+6
* | IB/srp: fix mr allocation when the device supports sg gapsIsrael Rukshin2017-01-241-2/+7
|/
* IB/srp: Make writing the add_target sysfs attr interruptibleBart Van Assche2016-12-141-1/+4
* IB/srp: Make mapping failures easier to debugBart Van Assche2016-12-141-2/+10
* IB/srp: Make login failures easier to debugBart Van Assche2016-12-141-0/+3
* IB/srp: Introduce a local variable in srp_add_one()Bart Van Assche2016-12-141-8/+9
* IB/srp: Fix CONFIG_DYNAMIC_DEBUG=n buildBart Van Assche2016-12-141-5/+6