aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-29RDMA/iwpm: Properly mark end of NL messagesShiraz Saleem2-0/+13
2017-09-25IB/core: Fix qp_sec use after free accessParav Pandit1-1/+3
2017-09-25IB/core: Fix typo in the name of the tag-matching cap structLeon Romanovsky1-7/+7
2017-09-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-2/+2
2017-09-22IB/core: Fix for core panicAlex Estrin1-2/+2
2017-09-09Merge tag 'nfsd-4.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+24
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso2-3/+3
2017-09-08RDMA/netlink: clean up message validity array initializerLinus Torvalds1-6/+5
2017-09-08RDAM/netlink: Fix out-of-bound access while checking message validityLeon Romanovsky1-3/+4
2017-09-05rdma core: Add rdma_rw_mr_payload()Chuck Lever1-0/+24
2017-09-03Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds29-578/+2718
2017-08-31IB/umem: update to new mmu_notifier semanticJérôme Glisse1-19/+0
2017-08-31IB/core: Expose ioctl interface through experimental KconfigMatan Barak2-0/+8
2017-08-31IB/core: Assign root to all driversMatan Barak2-0/+19
2017-08-31IB/core: Add completion queue (cq) object actionsMatan Barak1-1/+137
2017-08-31IB/core: Add legacy driver's user-dataMatan Barak1-0/+40
2017-08-31IB/core: Explicitly destroy an object while keeping uobjectMatan Barak1-0/+35
2017-08-31IB/core: Add uverbs merge trees functionalityMatan Barak2-1/+667
2017-08-31IB/core: Add DEVICE object and root tree structureMatan Barak1-0/+17
2017-08-31IB/core: Declare an object instead of declaring only type attributesMatan Barak1-64/+48
2017-08-31IB/core: Add new ioctl interfaceMatan Barak4-1/+416
2017-08-31IB/core: Add might_sleep() annotation to ib_init_ah_from_wc()Roland Dreier1-0/+2
2017-08-31IB/cm: Fix sleeping in atomic when RoCE is usedRoland Dreier1-19/+44
2017-08-30IB/core: Add support to finalize objects in one transactionMatan Barak2-1/+61
2017-08-30IB/core: Add a generic way to execute an operation on a uobjectMatan Barak2-0/+75
2017-08-29IB/uverbs: Expose XRQ capabilitiesArtemy Kovalyov1-0/+10
2017-08-29IB/uverbs: Add new SRQ type IB_SRQT_TMArtemy Kovalyov1-1/+5
2017-08-29IB/core: Separate CQ handle in SRQ contextArtemy Kovalyov2-17/+26
2017-08-24Merge branch 'mellanox' into k.o/for-nextDoug Ledford7-135/+77
2017-08-24IB: Avoid ib_modify_port() failure for RoCE devicesSelvin Xavier1-4/+7
2017-08-24RDMA/core: Refactor get link layer wrapperLeon Romanovsky1-9/+5
2017-08-24RDMA/core: Delete BUG() from unreachable flowLeon Romanovsky1-13/+7
2017-08-24RDMA/(core, ulp): Convert register/unregister event handler to be voidLeon Romanovsky4-35/+12
2017-08-24IB/uverbs: Introduce and use helper functions to copy ah attributesParav Pandit1-76/+51
2017-08-24IB/cma: Fix erroneous validation of supported default GID typeLeon Romanovsky1-2/+2
2017-08-24Merge branch 'k.o/for-4.13-rc' into k.o/for-nextDoug Ledford2-5/+13
2017-08-24IB/core: Avoid accessing non-allocated memory when inferring port typeNoa Osherovich2-5/+13
2017-08-22rdma: Autoload netlink client modulesJason Gunthorpe5-0/+18
2017-08-22rdma: Allow demand loading of NETLINK_RDMAJason Gunthorpe1-0/+3
2017-08-22IB/hfi1: Determine 9B/16B L2 header type based on Address handleDon Hiatt2-6/+18
2017-08-22IB/core: Fix input len in multiple user verbsAmrani, Ram1-30/+40
2017-08-22RDMA/uverbs: Initialize cq_context appropriatelyBharat Potnuri1-1/+1
2017-08-18Add OPA extended LID supportHiatt, Don3-8/+9
2017-08-18Merge branch 'k.o/for-4.13-rc' into k.o/for-nextDoug Ledford5-21/+54
2017-08-18Merge branch 'misc' into k.o/for-nextDoug Ledford4-5/+5
2017-08-18RDMA/uverbs: Initialize cq_context appropriatelyBharat Potnuri1-1/+1
2017-08-18iwcm: Don't allocate iwcm workqueue with WQ_MEM_RECLAIMSagi Grimberg1-1/+1
2017-08-18cm: Don't allocate ib_cm workqueue with WQ_MEM_RECLAIMSagi Grimberg1-1/+1
2017-08-18RDMA/core: make ib_device.add method optionalSagi Grimberg1-2/+2
2017-08-16IB/uverbs: Fix NULL pointer dereference during device removalMaor Gottlieb1-1/+1