aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-07IB/core: Add more fields to IPv6 flow specificationMaor Gottlieb1-0/+4
2016-10-07IB/uverbs: Add support to extend flow steering specificationsMaor Gottlieb1-25/+73
2016-10-07IB/uverbs: Expose RSS related capabilitiesYishai Hadas1-0/+17
2016-09-23IB/core: rename pd->local_mr to pd->__internal_mrChristoph Hellwig1-1/+1
2016-06-23IB/core: Add IPv6 support to flow steeringMaor Gottlieb1-0/+9
2016-06-23IB/uverbs: Extend create QP to get RWQ indirection tableYishai Hadas1-12/+63
2016-06-23IB/uverbs: Introduce RWQ Indirection tableYishai Hadas1-0/+210
2016-06-23IB/uverbs: Add WQ supportYishai Hadas1-0/+243
2016-05-18IB/core: Do not require CAP_NET_ADMIN for packet sniffingChristoph Lameter1-2/+1
2016-05-13IB/core: Add Scatter FCS create flagMajd Dibbiny1-1/+2
2016-05-13IB/core: Add extended device capability flagsMajd Dibbiny1-0/+5
2016-03-21IB/{core, ulp} Support above 32 possible device capability flagsLeon Romanovsky1-1/+1
2016-03-21IB/core: Replace setting the zero values in ib_uverbs_ex_query_deviceLeon Romanovsky1-12/+3
2016-03-16Merge branches 'mlx4', 'mlx5' and 'ocrdma' into k.o/for-4.6Doug Ledford1-1/+15
2016-03-03IB/{core, mlx5}: Fix input len in vendor part of create_qp/srqMajd Dibbiny1-3/+6
2016-03-01IB/core: Add vendor's specific data to alloc mwMatan Barak1-1/+7
2016-02-29IB/core: Add don't trap flag to flow creationMarina Varshaver1-0/+8
2015-12-23IB/core: Add cross-channel supportLeon Romanovsky1-1/+4
2015-12-23IB: remove the write-only usecnt field from struct ib_mrChristoph Hellwig1-6/+0
2015-12-23IB: remove in-kernel support for memory windowsChristoph Hellwig1-2/+2
2015-12-22IB/core: Avoid calling ib_query_deviceOr Gerlitz1-19/+4
2015-12-07IB/core: use RCU for uverbs id lookupMike Marciniszyn1-5/+7
2015-12-07IB/core: Fix user mode post wr corruptionMike Marciniszyn1-5/+10
2015-10-28Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford1-61/+82
2015-10-21IB/core: Remove smac and vlan id from qp_attr and ah_attrMatan Barak1-1/+0
2015-10-21IB/core: Use GID table in AH creation and dmac resolutionMatan Barak1-1/+1
2015-10-21IB/core: Allow setting create flags in QP init attributeEran Ben Elisha1-1/+1
2015-10-21IB/core: Extend ib_uverbs_create_qpEran Ben Elisha1-65/+189
2015-10-21IB/core: avoid 32-bit warningArnd Bergmann1-1/+1
2015-10-08IB: split struct ib_send_wrChristoph Hellwig1-61/+82
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