summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp
AgeCommit message (Expand)Author
2020-05-21IB/ipoib: Increase ipoib Datagram mode MTU's upper limitKaike Wan
2020-05-21IB/{rdmavt, hfi1}: Implement creation of accelerated UD QPsGary Leshner
2020-05-19rnbd/rtrs: Pass max segment size from blk user to the rdma libraryDanil Kipnis
2020-05-19RDMA/rtrs: server: Fix some error return codeWei Yongjun
2020-05-19RDMA/rtrs: client: Fix function return on successGustavo A. R. Silva
2020-05-19RDMA/rtrs: Fix a couple off by one bugs in rtrs_srv_rdma_done()Dan Carpenter
2020-05-19RDMA/rtrs: Fix some signedness bugs in error handlingDan Carpenter
2020-05-17RDMA/srpt: Fix disabling device managementKamal Heib
2020-05-17RDMA/srpt: Add a newline when printing parameter 'srpt_service_guid' by sysfsXiongfeng Wang
2020-05-17RDMA/rtrs: a bit of documentationJack Wang
2020-05-17RDMA/rtrs: include client and server modules into kernel compilationJack Wang
2020-05-17RDMA/rtrs: server: sysfs interface functionsJack Wang
2020-05-17RDMA/rtrs: server: statistics functionsJack Wang
2020-05-17RDMA/rtrs: server: main functionalityJack Wang
2020-05-17RDMA/rtrs: server: private header with server structs and functionsJack Wang
2020-05-17RDMA/rtrs: client: sysfs interface functionsJack Wang
2020-05-17RDMA/rtrs: client: statistics functionsJack Wang
2020-05-17RDMA/rtrs: client: main functionalityJack Wang
2020-05-17RDMA/rtrs: client: private header with client structs and functionsJack Wang
2020-05-17RDMA/rtrs: core: lib functions shared between client and server modulesJack Wang
2020-05-17RDMA/rtrs: private headers with rtrs protocol structs and helpersJack Wang
2020-05-17RDMA/rtrs: public interface header to establish RDMA connectionsJack Wang
2020-05-06RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe
2020-04-14RDMA: Remove a few extra calls to ib_get_client_data()Jason Gunthorpe
2020-04-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-03-27IB/hfi1: Get rid of a warningMauro Carvalho Chehab
2020-03-26IB/iser: Always check sig MR before putting it to the free poolSergey Gorenko
2020-03-06RDMA/ipoib: reject unsupported coalescing paramsJakub Kicinski
2020-03-04Merge tag 'v5.6-rc4' into rdma.git for-nextJason Gunthorpe
2020-02-27RDMA/opa_vnic: Delete driver versionLeon Romanovsky
2020-02-27RDMA/ipoib: Don't set constant driver versionLeon Romanovsky
2020-02-20RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-14scsi: Revert "RDMA/isert: Fix a recently introduced regression related to log...Bart Van Assche
2020-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-01-26Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2020-01-25IB/opa_vnic: Spelling correction of 'erorr' to 'error'Dillon Brock
2020-01-21scsi: RDMA/isert: Fix a recently introduced regression related to logoutBart Van Assche
2020-01-15IB/srp: Never use immediate data if it is disabled by a userSergey Gorenko
2020-01-03IB/iser: use true,false for bool variablezhengbin
2020-01-03RDMA/srpt: Remove unnecessary assertion in srpt_queue_responseAditya Pakki
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-11-25Merge branch 'ib-guids' into rdma.git for-nextJason Gunthorpe
2019-11-22IB/ipoib: Add ndo operation for getting VFs GUID attributesDanit Goldberg
2019-11-13RDMA/srpt: Report the SCSI residual to the initiatorBart Van Assche
2019-11-06Revert "RDMA/srpt: Postpone HCA removal until after configfs directory removal"Bart Van Assche
2019-10-28RDMA/srpt: Fix TPG creationBart Van Assche
2019-10-22infiniband: fix ulp/iser/iser_initiator.c kernel-doc warningsrd.dunlab@gmail.com