summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/ucma.c
AgeCommit message (Expand)Author
2018-11-10RDMA/ucma: Fix Spectre v1 vulnerabilityGustavo A. R. Silva
2018-10-13ucma: fix a use-after-free in ucma_resolve_ip()Cong Wang
2018-10-10RDMA/ucma: check fd type in ucma_migrate_id()Jann Horn
2018-08-06infiniband: fix a possible use-after-free bugCong Wang
2018-05-30RDMA/ucma: Correct option size check using optlenChien Tin Tung
2018-05-16RDMA/ucma: Allow resolving address w/o specifying source addressRoland Dreier
2018-04-24RDMA/ucma: Don't allow setting RDMA_OPTION_IB_PATH without an RDMA deviceRoland Dreier
2018-04-08RDMA/ucma: Introduce safer rdma_addr_size() variantsRoland Dreier
2018-04-08RDMA/ucma: Don't allow join attempts for unsupported AF familyLeon Romanovsky
2018-04-08RDMA/ucma: Check that device exists prior to accessing itLeon Romanovsky
2018-04-08RDMA/ucma: Check that device is connected prior to access itLeon Romanovsky
2018-04-08RDMA/ucma: Ensure that CM_ID exists prior to access itLeon Romanovsky
2018-04-08RDMA/ucma: Fix use-after-free access in ucma_closeLeon Romanovsky
2018-04-08RDMA/ucma: Check AF family prior resolving addressLeon Romanovsky
2018-03-18RDMA/ucma: Check that user doesn't overflow QP stateLeon Romanovsky
2018-03-18RDMA/ucma: Limit possible option sizeLeon Romanovsky
2016-05-04IB/security: Restrict use of the write() interfaceJason Gunthorpe
2015-10-28IB/ucma: Take the network namespace from the processGuy Shapiro
2015-10-28IB/cma: Add support for network namespacesGuy Shapiro
2015-10-21IB/core: Remove smac and vlan id from qp_attr and ah_attrMatan Barak
2015-10-20IB/ucma: check workqueue allocation before usageSasha Levin
2015-08-30IB/ucma: HW Device hot-removal supportYishai Hadas
2015-08-28IB/ucma: Fix theoretical user triggered use-after-freeJason Gunthorpe
2015-07-14IB/core: Destroy multcast_idr on module exitJohannes Thumshirn
2015-07-14IB/ucma: Fix lockdep warning in ucma_lock_filesHaggai Eran
2015-05-20IB/core: Change rdma_protocol_iboe to roceIra Weiny
2015-05-18IB/Verbs: Use management helper rdma_cap_ib_sa()Michael Wang
2015-05-18IB/Verbs: Reform route related part in IB-core cmaMichael Wang
2015-02-17IB/core: When marshaling ucma path from user-space, clear unused fieldsIlya Nelkenbaum
2014-01-18IB/cma: IBoE (RoCE) IP-based GID addressingMoni Shoua
2013-11-17Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', ...Roland Dreier
2013-11-16IB/ucma: Convert use of typedef ctl_table to struct ctl_tableJoe Perches
2013-11-11RDMA/ucma: Discard events for IDs not yet claimed by user spaceSean Hefty
2013-06-20RDMA/ucma: Allow user space to specify AF_IB when joining multicastSean Hefty
2013-06-20RDMA/ucma: Allow user space to pass AF_IB into resolveSean Hefty
2013-06-20RDMA/ucma: Allow user space to bind to AF_IBSean Hefty
2013-06-20RDMA/ucma: Name changes to indicate only IP addresses supportedSean Hefty
2013-06-20RDMA/ucma: Add ability to query GID addressesSean Hefty
2013-06-20RDMA/ucma: Support querying when IB paths are not reversibleSean Hefty
2013-06-20RDMA/ucma: Support querying for AF_IB addressesSean Hefty
2013-06-20RDMA/cma: Set qkey for AF_IBSean Hefty
2013-02-27IB/core: convert to idr_alloc()Tejun Heo
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-09-30IB/core: Remove unused variables in ucm/ucmaDotan Barak
2012-09-26switch simple cases of fget_light to fdgetAl Viro
2012-09-26switch infinibarf users of fget() to fget_light()Al Viro
2012-08-13RDMA/ucma.c: Fix for events with wrong context on iWARPTatyana Nikolova
2012-07-27RDMA/ucma: Convert open-coded equivalent to memdup_user()Roland Dreier
2012-07-08RDMA/cma: Allow user to restrict listens to bound address familySean Hefty
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman