summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* IB/uverbs: Add modify ESP flow_actionMatan Barak2018-04-041-5/+92
* IB/uverbs: Add action_handle flow steering specificationMatan Barak2018-04-043-8/+100
* IB/uverbs: Add flow_action create and destroy verbsMatan Barak2018-04-044-2/+363
* IB/uverbs: Refactor kern_spec_to_ib_spec_filterMatan Barak2018-04-042-16/+37
* IB/uverbs: Add enum attribute type to ioctl() interfaceMatan Barak2018-04-041-9/+30
* RDMA: Use ib_gid_attr during GID modificationParav Pandit2018-04-041-3/+2Star
* IB/core: Refactor GID modify code for RoCEParav Pandit2018-04-042-234/+268
* IB/core: Simplify ib_query_gid to always refer to cacheParav Pandit2018-04-042-14/+5Star
* RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit2018-04-041-1/+3
* RDMA/ucma: Don't allow setting RDMA_OPTION_IB_PATH without an RDMA deviceRoland Dreier2018-04-041-0/+3
* RDMA/cma: Move rdma_cm_state to cma_priv.hParav Pandit2018-03-291-0/+14
* IB/addr: Constify dst_entry pointerParav Pandit2018-03-291-5/+7
* RDMA: Use u64_to_user_ptr everywhereJason Gunthorpe2018-03-293-20/+20
* RDMA/nldev: Provide netdevice name and indexLeon Romanovsky2018-03-291-5/+26
* RDMA/CMA: Add rdma_port_space to UAPISteve Wise2018-03-291-15/+17
* IB/core: Refer to RoCE port property to decide building cacheParav Pandit2018-03-281-2/+2
* IB/core: Search GID only for IB link layerParav Pandit2018-03-281-1/+1
* IB/core: Refer to RoCE port property instead of GID table propertyParav Pandit2018-03-281-1/+1
* IB/core: Generate GID change event regardless of RoCE GID table propertyParav Pandit2018-03-281-7/+5Star
* IB/cm: Block processing alternate path handling RoCE Rx cm messagesParav Pandit2018-03-281-0/+14
* IB/core: Protect against concurrent access to hardware statsMark Bloch2018-03-271-6/+28
* RDMA/ucma: Fix uABI structure layouts for 32/64 compatJason Gunthorpe2018-03-271-2/+7
* IB/cma: Resolve route only while receiving CM requestsParav Pandit2018-03-233-0/+11
* IB/core: Refer to RoCE port property instead of GID table propertyParav Pandit2018-03-221-1/+1
* RDMA/restrack: Remove ambiguity in resource track clean logicLeon Romanovsky2018-03-221-1/+44
* IB/uverbs: Enable ioctl() uAPI by default for new verbsMatan Barak2018-03-192-4/+2Star
* IB/uverbs: Move ioctl path of create_cq and destroy_cq to a new fileMatan Barak2018-03-194-177/+215
* IB/uverbs: Expose parsing tree of all common objects to providersMatan Barak2018-03-192-14/+35
* IB/uverbs: Safely extend existing attributesMatan Barak2018-03-193-11/+37
* IB/uverbs: Enable compact representation of uverbs_attr_specMatan Barak2018-03-191-2/+2
* IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak2018-03-191-1/+4
* IB/uverbs: Move to new headers and make naming consistentMatan Barak2018-03-193-144/+153
* IB/core: Use rdma_is_port_valid()Parav Pandit2018-03-191-3/+2Star
* IB/core: Set speed string to SDR for invalid active ratesHonggang Li2018-03-191-0/+1
* RDMA/restrack: Don't rely on uninitialized variable in restrack_add flowLeon Romanovsky2018-03-161-1/+3
* IB/core: Move rdma_addr_find_l2_eth_by_grh to core_priv.hParav Pandit2018-03-151-0/+5
* IB/cm: Introduce and use helper function to get cm_port from pathParav Pandit2018-03-151-4/+13
* IB/core: Refactor ib_init_ah_attr_from_path() for RoCEParav Pandit2018-03-151-96/+103
* IB/cm: Add and use a helper function to add cm_id's to the port listParav Pandit2018-03-151-10/+21
* IB/core: Remove rdma_resolve_ip_route() as exported symbolParav Pandit2018-03-152-1/+6
* IB/cma: Use rdma_protocol_roce() and remove cma_protocol_roce_dev_port()Parav Pandit2018-03-151-12/+3Star
* IB/core: Honor port_num while resolving GID for IB link layerParav Pandit2018-03-151-14/+12Star
* IB/core: Honor return status of ib_init_ah_from_mcmember()Parav Pandit2018-03-151-4/+8
* IB/{core, ipoib}: Simplify ib_find_gid() for unused ndevParav Pandit2018-03-151-2/+1Star
* IB/core: Fix comments of GID query functionsParav Pandit2018-03-151-2/+29
* Merge branch 'k.o/wip/dl-for-rc' into k.o/wip/dl-for-nextDoug Ledford2018-03-156-32/+46
|\
| * RDMA/ucma: Don't allow join attempts for unsupported AF familyLeon Romanovsky2018-03-141-1/+7
| * RDMA/ucma: Fix access to non-initialized CM_ID objectLeon Romanovsky2018-03-141-0/+3
| * RDMA/core: Do not use invalid destination in determining port reuseTatyana Nikolova2018-03-141-5/+7
| * RDMA/ucma: Check that user doesn't overflow QP stateLeon Romanovsky2018-03-071-0/+3