aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-02IB/ipoib: drop useless LIST_HEADJulia Lawall1-1/+0
2018-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds9-143/+396
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-9/+1
2018-12-22RDMA/srpt: Use kmem_cache_free() instead of kfree()Wei Yongjun1-1/+1
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman3-6/+6
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman2-2/+2
2018-12-19RDMA/srpt: Add support for immediate dataBart Van Assche2-49/+189
2018-12-19RDMA/srpt: Rework the srpt_alloc_srq() error pathBart Van Assche1-4/+6
2018-12-19RDMA/srpt: Remove driver version and release dateBart Van Assche1-5/+2
2018-12-19RDMA/srpt: Make kernel-doc headers completeBart Van Assche1-1/+4
2018-12-19RDMA/srpt: Join split stringsBart Van Assche1-17/+12
2018-12-19RDMA/srpt: Improve coding style conformanceBart Van Assche2-6/+6
2018-12-19RDMA/srpt: Fix a use-after-free in the channel release codeBart Van Assche1-5/+13
2018-12-19RDMA/srp: Add support for immediate dataBart Van Assche2-14/+89
2018-12-19RDMA/srp: Rework handling of the maximum information unit lengthBart Van Assche2-14/+29
2018-12-19RDMA/srp: Move srp_rdma_ch.max_ti_iu_len declarationBart Van Assche1-1/+2
2018-12-19RDMA/srp: Propagate ib_post_send() failures to the SCSI mid-layerBart Van Assche1-0/+1
2018-12-19RDMA/srp: Handle large SCSI CDBs correctlyBart Van Assche2-6/+19
2018-12-19RDMA/srp: Document srp_parse_in() argumentsBart Van Assche1-0/+3
2018-12-19include/scsi/srp.h: Add support for immediate dataBart Van Assche1-0/+5
2018-12-19include/scsi/srp.h: Move response flag definitions into this fileBart Van Assche1-4/+0
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig2-2/+0
2018-12-12RDMA: Start use ib_device_opsKamal Heib4-10/+12
2018-12-11Merge tag 'v4.20-rc6' into rdma.git for-nextJason Gunthorpe1-4/+3
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+3
2018-12-06net: core: dev: Add extack argument to dev_change_flags()Petr Machata1-3/+3
2018-11-28scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp1-1/+0
2018-11-28scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp1-6/+1
2018-11-21IB/core: Make function ib_fmr_pool_unmap return voidYuval Shaia1-4/+1
2018-11-21IB/srpt: Drop pointless static qualifier in srpt_make_tpg()Yue Haibing1-1/+1
2018-11-21iser: set sector for ambiguous mr status errorsSagi Grimberg1-4/+3
2018-10-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds10-42/+86
2018-10-17ib_srp: Remove WARN_ON in srp_terminate_io()Hannes Reinecke1-9/+0
2018-10-16IB/ipoib: Clear IPCB before icmp_sendDenis Drozdov1-2/+6
2018-10-16Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe1-3/+3
2018-10-10RDMA/netdev: Fix netlink support in IPoIBDenis Drozdov4-65/+108
2018-10-10RDMA/netdev: Hoist alloc_netdev_mqs out of the driverDenis Drozdov1-13/+8
2018-09-30IB/hfi1: Ensure ucast_dlid access doesnt exceed boundsDennis Dalessandro1-1/+2
2018-09-28IB/iser: Fix possible NULL deref at iser_inv_desc()Israel Rukshin1-5/+13
2018-09-26RDMA/ulp: Use dev_name instead of ibdev->nameJason Gunthorpe6-23/+29
2018-09-19IB/srp: Avoid that sg_reset -d ${srp_device} triggers an infinite loopBart Van Assche1-3/+3
2018-09-13IB/ipoib: Log sysfs 'dev_id' accesses from userspaceArseny Maslennikov1-0/+31
2018-09-13IB/ipoib: Use dev_port to expose network interface port numbersArseny Maslennikov1-0/+2
2018-09-06IB/ipoib: Ensure that MTU isn't less than minimum permittedMuhammad Sammar1-1/+2
2018-09-05Merge branch 'uverbs_dev_cleanups' into rdma.git for-nextJason Gunthorpe1-0/+2
2018-09-05IB/srp: Remove unnecessary unlikely()Igor Stoppa1-1/+1
2018-09-05IB/ipoib: Avoid a race condition between start_xmit and cm_rep_handlerAaron Knister1-0/+2
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe3-10/+7
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-7/+4
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2