summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srp/ib_srp.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/srp: Accept again source addresses that do not have a port numberBart Van Assche2019-07-261-6/+15
* RDMA/srp: Rename SRP sysfs name after IB device rename triggerLeon Romanovsky2019-05-211-1/+17
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-03-091-14/+12
|\
| * RDMA: Add and use rdma_for_each_portJason Gunthorpe2019-02-191-2/+3
| * IB/core: Remove ib_sg_dma_address() and ib_sg_dma_len()Bart Van Assche2019-02-041-10/+7
| * RDMA/srp: Increase max_segment_sizeBart Van Assche2019-01-301-0/+1
| * IB/srp: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-081-2/+1
* | RDMA/srp: Rework SCSI device reset handlingBart Van Assche2019-02-041-10/+0
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-12-281-30/+129
|\
| * RDMA/srp: Add support for immediate dataBart Van Assche2018-12-191-14/+77
| * RDMA/srp: Rework handling of the maximum information unit lengthBart Van Assche2018-12-191-13/+27
| * RDMA/srp: Propagate ib_post_send() failures to the SCSI mid-layerBart Van Assche2018-12-191-0/+1
| * RDMA/srp: Handle large SCSI CDBs correctlyBart Van Assche2018-12-191-6/+17
| * RDMA/srp: Document srp_parse_in() argumentsBart Van Assche2018-12-191-0/+3
| * include/scsi/srp.h: Add support for immediate dataBart Van Assche2018-12-191-0/+5
| * RDMA: Start use ib_device_opsKamal Heib2018-12-121-2/+4
* | scsi: flip the default on use_clusteringChristoph Hellwig2018-12-181-1/+0
|/
* ib_srp: Remove WARN_ON in srp_terminate_io()Hannes Reinecke2018-10-171-9/+0
* Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe2018-10-161-3/+3
|\
| * IB/srp: Avoid that sg_reset -d ${srp_device} triggers an infinite loopBart Van Assche2018-09-191-3/+3
* | RDMA/ulp: Use dev_name instead of ibdev->nameJason Gunthorpe2018-09-261-4/+6
|/
* RDMA/cma: Constify path record, ib_cm_event, listen_id pointersParav Pandit2018-07-301-3/+5
* IB/srp: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-241-8/+6
* IB/srp: Remove driver version and release data informationBart Van Assche2018-07-031-3/+0
* 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-121-4/+5
* IB/srp: Disallow duplicate RDMA/CM connectionsBart Van Assche2018-03-191-3/+0
* 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-061-20/+36
* IB/srp: Use %pIS instead of inet_ntop()Bart Van Assche2018-02-281-42/+10
* Revert "IB/srp: Avoid that a cable pull can trigger a kernel crash"Bart Van Assche2018-02-281-19/+6
* IB/srp: Fix srp_abort()Bart Van Assche2018-02-281-3/+5
* IB/srp: Fix completion vector assignment algorithmBart Van Assche2018-02-151-6/+4
* IB/srp: Add target_can_queue login parameterBart Van Assche2018-01-231-0/+22
* IB/srp: Add RDMA/CM supportBart Van Assche2018-01-231-147/+554
* 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-111-10/+3
* IB/srp: Make CM timeout dependent on subnet timeoutBart Van Assche2017-10-181-2/+22
* IB/srp: Cache global rkeyBart Van Assche2017-10-181-13/+14
* 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/+0
* 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