summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/ucma.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/ucma: Introduce safer rdma_addr_size() variantsRoland Dreier2018-03-281-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-151-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-101-3/+4
| * RDMA/{cma, ucma}: Simplify and rename rdma_set_ib_pathsParav Pandit2018-01-101-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-031-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-211-1/+0
* IB/ucma: check workqueue allocation before usageSasha Levin2015-10-201-1/+6
* IB/ucma: HW Device hot-removal supportYishai Hadas2015-08-301-11/+129
* IB/ucma: Fix theoretical user triggered use-after-freeJason Gunthorpe2015-08-281-3/+3
* IB/core: Destroy multcast_idr on module exitJohannes Thumshirn2015-07-141-0/+1
* IB/ucma: Fix lockdep warning in ucma_lock_filesHaggai Eran2015-07-141-2/+2
* IB/core: Change rdma_protocol_iboe to roceIra Weiny2015-05-201-1/+1
* IB/Verbs: Use management helper rdma_cap_ib_sa()Michael Wang2015-05-181-1/+1
* IB/Verbs: Reform route related part in IB-core cmaMichael Wang2015-05-181-19/+6
* IB/core: When marshaling ucma path from user-space, clear unused fieldsIlya Nelkenbaum2015-02-171-0/+3
* IB/cma: IBoE (RoCE) IP-based GID addressingMoni Shoua2014-01-181-14/+4
*-. Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', ...Roland Dreier2013-11-171-1/+1
|\ \
| | * IB/ucma: Convert use of typedef ctl_table to struct ctl_tableJoe Perches2013-11-161-1/+1
| |/
* / RDMA/ucma: Discard events for IDs not yet claimed by user spaceSean Hefty2013-11-111-1/+1
|/
* RDMA/ucma: Allow user space to specify AF_IB when joining multicastSean Hefty2013-06-201-11/+44
* RDMA/ucma: Allow user space to pass AF_IB into resolveSean Hefty2013-06-201-1/+29
* RDMA/ucma: Allow user space to bind to AF_IBSean Hefty2013-06-201-1/+26
* RDMA/ucma: Name changes to indicate only IP addresses supportedSean Hefty2013-06-201-30/+30
* RDMA/ucma: Add ability to query GID addressesSean Hefty2013-06-201-0/+50
* RDMA/ucma: Support querying when IB paths are not reversibleSean Hefty2013-06-201-0/+35
* RDMA/ucma: Support querying for AF_IB addressesSean Hefty2013-06-201-2/+74
* RDMA/cma: Set qkey for AF_IBSean Hefty2013-06-201-3/+5
* IB/core: convert to idr_alloc()Tejun Heo2013-02-271-24/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-5/+5
|\