aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-08RDMA/rxe: Set wqe->status correctly if an unexpected response is receivedBart Van Assche1-0/+1
2018-08-08iw_cxgb4: pass window scale in flowc work requestPotnuri Bharat Teja2-24/+28
2018-08-08RDMA/mlx5: Fix shift overflow in mlx5_ib_create_wqLeon Romanovsky1-1/+3
2018-08-07IB/ucm: Initialize sgid request GID attribute pointerParav Pandit1-4/+1
2018-08-05Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe8-27/+39
2018-08-05Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+54
2018-08-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-5/+54
2018-08-02IB/ipoib: Consolidate checking of the proposed child interfaceJason Gunthorpe2-28/+52
2018-08-02IB/ipoib: Maintain the child_intfs list from ndo_init/uninitJason Gunthorpe3-26/+16
2018-08-02IB/ipoib: Do not remove child devices from within the ndo_uninitJason Gunthorpe3-11/+30
2018-08-02IB/ipoib: Get rid of the sysfs_mutexJason Gunthorpe4-48/+65
2018-08-02RDMA/netdev: Use priv_destructor for netdev cleanupJason Gunthorpe4-76/+105
2018-08-02IB/ipoib: Move init code to ndo_initJason Gunthorpe4-119/+114
2018-08-02IB/ipoib: Move all uninit code into ndo_uninitJason Gunthorpe3-32/+34
2018-08-02IB/ipoib: Use cancel_delayed_work_sync for neigh-clean taskErez Shitrit2-24/+10
2018-08-02IB/ipoib: Get rid of IPOIB_FLAG_GOING_DOWNJason Gunthorpe4-13/+18
2018-08-02iw_cxgb4: Support FW write completion WRPotnuri Bharat Teja4-2/+183
2018-08-02iw_cxgb4: RDMA write with immediate supportPotnuri Bharat Teja4-15/+79
2018-08-02rdma/cxgb4: fix some info leaksDan Carpenter1-4/+3
2018-08-02RDMA/hns: Support flush cqe for hip08 in kernel spaceYixian Liu4-20/+240
2018-08-02scsi: target: srp, vscsi, sbp, qla: use target_remove_sessionMike Christie1-2/+1
2018-08-02scsi: target: rename target_alloc_sessionMike Christie1-3/+3
2018-08-01IB/IPoIB: Set ah valid flag in multicast send flowDenis Drozdov1-0/+1
2018-08-01IB/uverbs: Allow all DESTROY commands to succeed after disassociateJason Gunthorpe3-14/+62
2018-08-01IB/uverbs: Do not block disassociate during write()Jason Gunthorpe2-12/+11
2018-08-01IB/uverbs: Do not pass struct ib_device to the ioctl methodsJason Gunthorpe9-90/+75
2018-08-01IB/uverbs: Do not pass struct ib_device to the write based methodsJason Gunthorpe3-83/+80
2018-08-01IB/uverbs: Lower the test for ongoing disassociationJason Gunthorpe1-0/+11
2018-08-01IB/uverbs: Allow uobject allocation to work concurrently with disassociateJason Gunthorpe1-11/+26
2018-08-01IB/uverbs: Allow RDMA_REMOVE_DESTROY to work concurrently with disassociateJason Gunthorpe3-23/+57
2018-08-01IB/uverbs: Convert 'bool exclusive' into an enumJason Gunthorpe1-37/+57
2018-08-01IB/uverbs: Consolidate uobject destructionJason Gunthorpe1-129/+122
2018-08-01IB/uverbs: Make the write path destroy methods use the same flow as ioctlJason Gunthorpe2-86/+44
2018-08-01IB/uverbs: Remove rdma_explicit_destroy() from the ioctl methodsJason Gunthorpe3-22/+32
2018-07-31RDMA: Fix return code check in rdma_set_cq_moderationKamal Heib2-2/+2
2018-07-31rdma/cxgb4: Simplify a structure initializationBart Van Assche1-1/+1
2018-07-31rdma/cxgb4: Fix SRQ endianness annotationsBart Van Assche1-1/+2
2018-07-31rdma/cxgb4: Remove a set-but-not-used variableBart Van Assche1-2/+0
2018-07-30RDMA/core: Prefix _ib to IB/RoCE specific functionsParav Pandit1-18/+19
2018-07-30RDMA/core: Simplify gid type check in cma_acquire_dev()Parav Pandit1-9/+3
2018-07-30RDMA/core: Avoid holding lock while initializing fields on stackParav Pandit1-22/+14
2018-07-30RDMA/core: Return bool instead of intParav Pandit1-10/+13
2018-07-30RDMA/cma: Get rid of 1 bit booleanParav Pandit1-2/+2
2018-07-30RDMA/cma: Constify path record, ib_cm_event, listen_id pointersParav Pandit4-35/+48
2018-07-30RDMA/core: Constify dst_addr argumentParav Pandit2-9/+9
2018-07-30RDMA/cma: Simplify rdma_resolve_addr() error flowParav Pandit1-10/+4
2018-07-30RDMA/cma: Initialize resource type in __rdma_create_id()Parav Pandit1-1/+1
2018-07-30RDMA/hns: Program the tclass and flow label into the hardwareLijun Ou4-10/+13
2018-07-30RDMA/hns: Use macro instead of magic numberLijun Ou2-2/+5
2018-07-30RDMA/hns: Modify qp will return errno when qp type is illegalLijun Ou1-0/+1