aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/ucma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-18RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEVJason Gunthorpe1-0/+23
2019-06-07ucma: Convert ctx_idr to XArrayMatthew Wilcox1-34/+24
2019-06-07ucma: Convert multicast_idr to XArrayMatthew Wilcox1-19/+11
2019-06-07RDMA/ucma: Use struct_size() helperGustavo A. R. Silva1-2/+1
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov1-1/+1
2019-02-08IB/cma: Define option to set ack timeout and pack tos_setDanit Goldberg1-0/+7
2018-10-16RDMA/ucma: Fix Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+3
2018-09-13ucma: fix a use-after-free in ucma_resolve_ip()Cong Wang1-0/+2
2018-09-04RDMA/ucma: check fd type in ucma_migrate_id()Jann Horn1-0/+6
2018-06-04infiniband: fix a possible use-after-free bugCong Wang1-1/+5
2018-04-23RDMA/ucma: Allow resolving address w/o specifying source addressRoland Dreier1-1/+1
2018-04-19RDMA/ucma: Check for a cm_id->device in all user calls that need itJason Gunthorpe1-12/+24
2018-04-16RDMA/ucma: ucma_context reference leak in error pathShamir Rabinovitch1-3/+3
2018-04-06Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-16/+24
2018-04-03RDMA/ucma: Don't allow setting RDMA_OPTION_IB_PATH without an RDMA deviceRoland Dreier1-0/+3
2018-03-29RDMA: Use u64_to_user_ptr everywhereJason Gunthorpe1-10/+10
2018-03-28RDMA/ucma: Introduce safer rdma_addr_size() variantsRoland Dreier1-17/+17
2018-03-27RDMA/ucma: Fix uABI structure layouts for 32/64 compatJason Gunthorpe1-2/+7
2018-03-27RDMA/ucma: Check that device exists prior to accessing itLeon Romanovsky1-2/+4
2018-03-27RDMA/ucma: Check that device is connected prior to access itLeon Romanovsky1-0/+5
2018-03-21RDMA/ucma: Correct option size check using optlenChien Tin Tung1-1/+1
2018-03-20RDMA/ucma: Ensure that CM_ID exists prior to access itLeon Romanovsky1-6/+9
2018-03-19RDMA/ucma: Fix use-after-free access in ucma_closeLeon Romanovsky1-0/+3
2018-03-15RDMA/ucma: Check AF family prior resolving addressLeon Romanovsky1-3/+7
2018-03-14Merge branch 'k.o/wip/dl-for-rc' into k.o/wip/dl-for-nextDoug Ledford1-1/+13
2018-03-14RDMA/ucma: Don't allow join attempts for unsupported AF familyLeon Romanovsky1-1/+7
2018-03-08RDMA/nldev: provide detailed CM_ID informationSteve Wise1-4/+4
2018-03-07RDMA/ucma: Check that user doesn't overflow QP stateLeon Romanovsky1-0/+3
2018-03-07RDMA/ucma: Limit possible option sizeLeon Romanovsky1-0/+3
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2018-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-9/+10
2018-01-19RDMA/ucma: Use rdma cm API to query GIDParav Pandit1-4/+4
2018-01-10RDMA/cma: Fix rdma_cm path querying for RoCEParav Pandit1-3/+4
2018-01-10RDMA/{cma, ucma}: Simplify and rename rdma_set_ib_pathsParav Pandit1-2/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-08-08IB/core: Convert ah_attr from OPA to IB when copying to userDasaratharaman Chandramouli1-4/+6
2017-05-01IB/SA: Add OPA path record typeDasaratharaman Chandramouli1-3/+19
2017-05-01IB/SA: Rename ib_sa_path_rec to sa_path_recDasaratharaman Chandramouli1-1/+1
2016-12-03infiniband: remove WARN that is not kernel bugLeon Romanovsky1-1/+4
2016-10-07IB/ucma: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+2
2016-08-03IB/core: Support for CMA multicast join flagsAlex Vesker1-4/+14
2016-04-28IB/security: Restrict use of the write() interfaceJason Gunthorpe1-0/+3
2016-03-03IB/core: trivial prink cleanup.Parav Pandit1-3/+3
2015-10-28IB/ucma: Take the network namespace from the processGuy Shapiro1-2/+3
2015-10-28IB/cma: Add support for network namespacesGuy Shapiro1-1/+2
2015-10-21IB/core: Remove smac and vlan id from qp_attr and ah_attrMatan Barak1-1/+0
2015-10-20IB/ucma: check workqueue allocation before usageSasha Levin1-1/+6
2015-08-30IB/ucma: HW Device hot-removal supportYishai Hadas1-11/+129
2015-08-28IB/ucma: Fix theoretical user triggered use-after-freeJason Gunthorpe1-3/+3
2015-07-14IB/core: Destroy multcast_idr on module exitJohannes Thumshirn1-0/+1