aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srp
AgeCommit message (Expand)Author
2019-07-26RDMA/srp: Accept again source addresses that do not have a port numberBart Van Assche
2019-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-05-30treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman
2019-05-21RDMA/srp: Rename SRP sysfs name after IB device rename triggerLeon Romanovsky
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-02-19RDMA: Add and use rdma_for_each_portJason Gunthorpe
2019-02-04RDMA/srp: Rework SCSI device reset handlingBart Van Assche
2019-02-04IB/core: Remove ib_sg_dma_address() and ib_sg_dma_len()Bart Van Assche
2019-01-30RDMA/srp: Increase max_segment_sizeBart Van Assche
2019-01-08IB/srp: Use struct_size() in kzalloc()Gustavo A. R. Silva
2018-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-12-19RDMA/srp: Add support for immediate dataBart Van Assche
2018-12-19RDMA/srp: Rework handling of the maximum information unit lengthBart Van Assche
2018-12-19RDMA/srp: Move srp_rdma_ch.max_ti_iu_len declarationBart Van Assche
2018-12-19RDMA/srp: Propagate ib_post_send() failures to the SCSI mid-layerBart Van Assche
2018-12-19RDMA/srp: Handle large SCSI CDBs correctlyBart Van Assche
2018-12-19RDMA/srp: Document srp_parse_in() argumentsBart Van Assche
2018-12-19include/scsi/srp.h: Add support for immediate dataBart Van Assche
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig
2018-12-12RDMA: Start use ib_device_opsKamal Heib
2018-10-17ib_srp: Remove WARN_ON in srp_terminate_io()Hannes Reinecke
2018-10-16Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe
2018-09-26RDMA/ulp: Use dev_name instead of ibdev->nameJason Gunthorpe
2018-09-19IB/srp: Avoid that sg_reset -d ${srp_device} triggers an infinite loopBart Van Assche
2018-07-30RDMA/cma: Constify path record, ib_cm_event, listen_id pointersParav Pandit
2018-07-24IB/srp: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche
2018-07-03IB/srp: Remove driver version and release data informationBart Van Assche
2018-06-18IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gidParav Pandit
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-04-27ib_srp: depend on INFINIBAND_ADDR_TRANSGreg Thelen
2018-03-19IB/srp: Disallow duplicate RDMA/CM connectionsBart Van Assche
2018-03-14IB/srp: Fix IPv6 address parsingBart Van Assche
2018-03-06IB/srp: Use the IB_DEVICE_SG_GAPS_REG HCA feature if supportedSergey Gorenko
2018-02-28IB/srp: Use %pIS instead of inet_ntop()Bart Van Assche
2018-02-28Revert "IB/srp: Avoid that a cable pull can trigger a kernel crash"Bart Van Assche
2018-02-28IB/srp: Fix srp_abort()Bart Van Assche
2018-02-15IB/srp: Fix completion vector assignment algorithmBart Van Assche
2018-01-23IB/srp: Add target_can_queue login parameterBart Van Assche
2018-01-23IB/srp: Add RDMA/CM supportBart Van Assche
2018-01-18IB/srp: Refactor srp_send_req()Bart Van Assche
2018-01-18IB/srp: Improve path record query error messageBart Van Assche
2018-01-18IB/srp: Use kstrtoull() instead of simple_strtoull()Bart Van Assche
2017-12-11IB/srp: replace custom implementation of hex2bin()Andy Shevchenko
2017-10-18IB/srp: Make CM timeout dependent on subnet timeoutBart Van Assche
2017-10-18IB/srp: Cache global rkeyBart Van Assche
2017-10-18IB/srp: Remove second argument of srp_destroy_qp()Bart Van Assche
2017-10-18IB/srp: Avoid that a cable pull can trigger a kernel crashBart Van Assche
2017-10-10IB/core: Simplify sa_path_set_[sd]lid() callsBart Van Assche
2017-07-24RDMA: Remove useless MODULE_VERSIONLeon Romanovsky