aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/ucma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-08RDMA/nldev: provide detailed CM_ID informationSteve Wise1-4/+4
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
2015-07-14IB/ucma: Fix lockdep warning in ucma_lock_filesHaggai Eran1-2/+2
2015-05-20IB/core: Change rdma_protocol_iboe to roceIra Weiny1-1/+1
2015-05-18IB/Verbs: Use management helper rdma_cap_ib_sa()Michael Wang1-1/+1
2015-05-18IB/Verbs: Reform route related part in IB-core cmaMichael Wang1-19/+6
2015-02-17IB/core: When marshaling ucma path from user-space, clear unused fieldsIlya Nelkenbaum1-0/+3
2014-01-18IB/cma: IBoE (RoCE) IP-based GID addressingMoni Shoua1-14/+4
2013-11-17Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', 'nes', 'ocrdma', 'qib' and 'srp' into for-nextRoland Dreier1-1/+1
2013-11-16IB/ucma: Convert use of typedef ctl_table to struct ctl_tableJoe Perches1-1/+1
2013-11-11RDMA/ucma: Discard events for IDs not yet claimed by user spaceSean Hefty1-1/+1
2013-06-20RDMA/ucma: Allow user space to specify AF_IB when joining multicastSean Hefty1-11/+44
2013-06-20RDMA/ucma: Allow user space to pass AF_IB into resolveSean Hefty1-1/+29
2013-06-20RDMA/ucma: Allow user space to bind to AF_IBSean Hefty1-1/+26
2013-06-20RDMA/ucma: Name changes to indicate only IP addresses supportedSean Hefty1-30/+30
2013-06-20RDMA/ucma: Add ability to query GID addressesSean Hefty1-0/+50
2013-06-20RDMA/ucma: Support querying when IB paths are not reversibleSean Hefty1-0/+35
2013-06-20RDMA/ucma: Support querying for AF_IB addressesSean Hefty1-2/+74
2013-06-20RDMA/cma: Set qkey for AF_IBSean Hefty1-3/+5
2013-02-27IB/core: convert to idr_alloc()Tejun Heo1-24/+8
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+5
2012-09-30IB/core: Remove unused variables in ucm/ucmaDotan Barak1-1/+0
2012-09-26switch simple cases of fget_light to fdgetAl Viro1-6/+6
2012-09-26switch infinibarf users of fget() to fget_light()Al Viro1-3/+3
2012-08-13RDMA/ucma.c: Fix for events with wrong context on iWARPTatyana Nikolova1-1/+1
2012-07-27RDMA/ucma: Convert open-coded equivalent to memdup_user()Roland Dreier1-12/+7
2012-07-08RDMA/cma: Allow user to restrict listens to bound address familySean Hefty1-0/+7
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman1-7/+1
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman1-2/+2
2012-03-05RDMA/ucma: Fix AB-BA deadlockHefty, Sean1-19/+18