summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/ucma.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEVJason Gunthorpe2019-06-191-0/+23
* ucma: Convert ctx_idr to XArrayMatthew Wilcox2019-06-071-34/+24Star
* ucma: Convert multicast_idr to XArrayMatthew Wilcox2019-06-071-19/+11Star
* RDMA/ucma: Use struct_size() helperGustavo A. R. Silva2019-06-071-2/+1Star
* *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-061-1/+1
* IB/cma: Define option to set ack timeout and pack tos_setDanit Goldberg2019-02-091-0/+7
* RDMA/ucma: Fix Spectre v1 vulnerabilityGustavo A. R. Silva2018-10-161-0/+3
* ucma: fix a use-after-free in ucma_resolve_ip()Cong Wang2018-09-131-0/+2
* RDMA/ucma: check fd type in ucma_migrate_id()Jann Horn2018-09-041-0/+6
* infiniband: fix a possible use-after-free bugCong Wang2018-06-041-1/+5
* RDMA/ucma: Allow resolving address w/o specifying source addressRoland Dreier2018-04-231-1/+1
* RDMA/ucma: Check for a cm_id->device in all user calls that need itJason Gunthorpe2018-04-201-12/+24
* RDMA/ucma: ucma_context reference leak in error pathShamir Rabinovitch2018-04-161-3/+3
* Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-071-16/+24
|\
| * RDMA/ucma: Don't allow setting RDMA_OPTION_IB_PATH without an RDMA deviceRoland Dreier2018-04-041-0/+3
| * RDMA: Use u64_to_user_ptr everywhereJason Gunthorpe2018-03-291-10/+10
| * RDMA/ucma: Fix uABI structure layouts for 32/64 compatJason Gunthorpe2018-03-271-2/+7
| * Merge branch 'k.o/wip/dl-for-rc' into k.o/wip/dl-for-nextDoug Ledford2018-03-151-1/+13
| |\
| * | RDMA/nldev: provide detailed CM_ID informationSteve Wise2018-03-081-4/+4
* | | RDMA/ucma: Introduce safer rdma_addr_size() variantsRoland Dreier2018-03-291-17/+17
* | | RDMA/ucma: Check that device exists prior to accessing itLeon Romanovsky2018-03-271-2/+4
* | | RDMA/ucma: Check that device is connected prior to access itLeon Romanovsky2018-03-271-0/+5
* | | RDMA/ucma: Correct option size check using optlenChien Tin Tung2018-03-211-1/+1
* | | RDMA/ucma: Ensure that CM_ID exists prior to access itLeon Romanovsky2018-03-201-6/+9
* | | RDMA/ucma: Fix use-after-free access in ucma_closeLeon Romanovsky2018-03-191-0/+3
* | | RDMA/ucma: Check AF family prior resolving addressLeon Romanovsky2018-03-161-3/+7
| |/ |/|
* | RDMA/ucma: Don't allow join attempts for unsupported AF familyLeon Romanovsky2018-03-141-1/+7
* | RDMA/ucma: Check that user doesn't overflow QP stateLeon Romanovsky2018-03-071-0/+3
* | RDMA/ucma: Limit possible option sizeLeon Romanovsky2018-03-071-0/+3
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-01-311-9/+10
|\
| * RDMA/ucma: Use rdma cm API to query GIDParav Pandit2018-01-191-4/+4
| * RDMA/cma: Fix rdma_cm path querying for RoCEParav Pandit2018-01-111-3/+4
| * RDMA/{cma, ucma}: Simplify and rename rdma_set_ib_pathsParav Pandit2018-01-111-2/+2
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
|/
* IB/core: Convert ah_attr from OPA to IB when copying to userDasaratharaman Chandramouli2017-08-081-4/+6
* IB/SA: Add OPA path record typeDasaratharaman Chandramouli2017-05-011-3/+19
* IB/SA: Rename ib_sa_path_rec to sa_path_recDasaratharaman Chandramouli2017-05-011-1/+1
* infiniband: remove WARN that is not kernel bugLeon Romanovsky2016-12-031-1/+4
* IB/ucma: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-10-071-1/+2
* IB/core: Support for CMA multicast join flagsAlex Vesker2016-08-041-4/+14
* IB/security: Restrict use of the write() interfaceJason Gunthorpe2016-04-281-0/+3
* IB/core: trivial prink cleanup.Parav Pandit2016-03-031-3/+3
* IB/ucma: Take the network namespace from the processGuy Shapiro2015-10-281-2/+3
* IB/cma: Add support for network namespacesGuy Shapiro2015-10-281-1/+2
* IB/core: Remove smac and vlan id from qp_attr and ah_attrMatan Barak2015-10-221-1/+0Star
* IB/ucma: check workqueue allocation before usageSasha Levin2015-10-201-1/+6
* IB/ucma: HW Device hot-removal supportYishai Hadas2015-08-311-11/+129
* IB/ucma: Fix theoretical user triggered use-after-freeJason Gunthorpe2015-08-291-3/+3
* IB/core: Destroy multcast_idr on module exitJohannes Thumshirn2015-07-141-0/+1