aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-03IB/uverbs: reject invalid or unknown opcodesChristoph Hellwig1-1/+9
2015-08-30IB/uverbs: Explicitly pass ib_dev to uverbs commandsYishai Hadas1-33/+70
2015-08-30IB/uverbs: Fix reference counting usage of event filesYishai Hadas1-10/+1
2015-08-30IB/core: Make ib_dealloc_pd return voidJason Gunthorpe1-6/+16
2015-08-30IB/core: Guarantee that a local_dma_lkey is availableJason Gunthorpe1-0/+1
2015-06-12IB/core: Pass hardware specific data in query_deviceMatan Barak1-1/+1
2015-06-12IB/core: Add timestamp_mask and hca_core_clock to query_deviceMatan Barak1-0/+14
2015-06-12IB/core: Extend ib_uverbs_create_cqMatan Barak1-35/+135
2015-06-12IB/core: Change provider's API of create_cq to be extendibleMatan Barak1-2/+4
2015-02-20Merge branches 'core', 'cxgb4', 'iser', 'mlx4', 'mlx5', 'ocrdma', 'odp', 'qib' and 'srp' into for-nextRoland Dreier1-41/+108
2015-02-18IB/core: Add on demand paging caps to ib_uverbs_ex_query_deviceHaggai Eran1-1/+19
2015-02-18IB/core: Add support for extended query device capsEli Cohen1-41/+90
2015-02-17IB/core: Fix deadlock on uverbs modify_qp error flowMoshe Lazer1-4/+5
2015-02-06Revert "IB/core: Add support for extended query device caps"Yann Droneaud1-96/+41
2014-12-15IB/core: Implement support for MMU notifiers regarding on demand paging regionsHaggai Eran1-0/+17
2014-12-15IB/core: Add support for on demand paging regionsShachar Raindel1-0/+5
2014-12-15IB/core: Add flags for on demand paging supportSagi Grimberg1-0/+25
2014-12-15IB/core: Add support for extended query device capsEli Cohen1-41/+83
2014-10-14IB/core: Clear AH attr variable to prevent garbage dataDevesh Sharma1-0/+2
2014-08-01IB/core: Add user MR re-registration supportMatan Barak1-0/+93
2014-01-19IB/core: Resolve Ethernet L2 addresses when modifying QPOr Gerlitz1-0/+4
2013-12-20IB/uverbs: Check input length in flow steering uverbsYann Droneaud1-0/+6
2013-12-20IB/uverbs: Set error code when fail to consume all flow_spec itemsYann Droneaud1-0/+1
2013-12-20IB/uverbs: Check reserved fields in create_flowYann Droneaud1-0/+7
2013-12-20IB/uverbs: Check comp_mask in destroy_flowYann Droneaud1-0/+3
2013-11-17Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', 'nes', 'ocrdma', 'qib' and 'srp' into for-nextRoland Dreier1-60/+49
2013-11-17IB/core: Re-enable create_flow/destroy_flow uverbsMatan Barak1-4/+0
2013-11-17IB/core: extended command: an improved infrastructure for uverbs commandsYann Droneaud1-30/+26
2013-11-17IB/core: Make uverbs flow structure use names like verbs onesYann Droneaud1-6/+6
2013-11-17IB/core: Rename 'flow' structs to match other uverbs structsYann Droneaud1-7/+7
2013-11-17IB/core: clarify overflow/underflow checks on ib_create/destroy_flowMatan Barak1-17/+15
2013-11-15IB/core: Encorce MR access rights rules on kernel consumersEli Cohen1-7/+3
2013-11-08IB/core: Pass imm_data from ib_uverbs_send_wr to ib_send_wr correctlyLatchesar Ionkov1-0/+3
2013-10-21IB/core: Temporarily disable create_flow/destroy_flow uverbsYann Droneaud1-0/+4
2013-09-03Merge branches 'cxgb4', 'flowsteer', 'ipoib', 'iser', 'mlx4', 'ocrdma' and 'qib' into for-nextRoland Dreier1-2/+248
2013-09-02IB/core: Better checking of userspace values for receive flow steeringMatan Barak1-1/+15
2013-08-28IB/core: Export ib_create/destroy_flow through uverbsHadar Hen Zion1-0/+214
2013-08-13IB/core: Fixes to XRC reference counting in uverbsYishai Hadas1-2/+20
2013-07-08IB/uverbs: Use get_unused_fd_flags(O_CLOEXEC) instead of get_unused_fd()Roland Dreier1-2/+2
2013-02-27IB/core: convert to idr_alloc()Tejun Heo1-9/+8
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-21IB/uverbs: Implement memory windows support in uverbsShani Michaeli1-0/+121
2012-09-26switch simple cases of fget_light to fdgetAl Viro1-9/+9
2012-09-26switch infinibarf users of fget() to fget_light()Al Viro1-9/+4
2012-05-21Merge branches 'core', 'cxgb4', 'ipath', 'iser', 'lockdep', 'mlx4', 'nes', 'ocrdma', 'qib' and 'raw-qp' into for-linusRoland Dreier1-48/+60
2012-05-08IB/core: Add raw packet QP typeOr Gerlitz1-0/+3
2012-05-08IB/uverbs: Lock SRQ / CQ / PD objects in a consistent orderRoland Dreier1-31/+35
2012-05-08IB/uverbs: Make lockdep output more readableRoland Dreier1-17/+22
2012-01-27RDMA/core: Fix kernel panic by always initializing qp->usecntBernd Schubert1-0/+1