summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* RDMA/uverbs: Use UVERBS_ATTR_MIN_SIZE correctly and uniformlyJason Gunthorpe2018-07-042-14/+5Star
* RDMA/uverbs: Remove UA_FLAGSJason Gunthorpe2018-07-049-87/+94
* RDMA/uverbs: Get rid of the & in method specificationsJason Gunthorpe2018-07-048-293/+353
* RDMA/uverbs: Simplify UVERBS_OBJECT and _TREE family of macrosJason Gunthorpe2018-07-044-36/+22Star
* RDMA/uverbs: Simplify method definition macrosJason Gunthorpe2018-07-046-23/+20Star
* RDMA/uverbs: Simplify UVERBS_ATTR family of macrosJason Gunthorpe2018-07-045-67/+61Star
* RDMA/uverbs: Split UVERBS_ATTR_FLOW_ACTION_ESP_HANDLEJason Gunthorpe2018-07-041-4/+8
* RDMA/uverbs: Store the specs_root in the struct ib_uverbs_deviceJason Gunthorpe2018-07-045-27/+27
* Merge branch 'mlx5-dump-fill-mkey' into rdma.git for-nextJason Gunthorpe2018-07-043-0/+32
|\
| * IB/mlx5: Expose dump and fill memory keyYonatan Cohen2018-07-041-0/+16
| * net/mlx5: Limit scope of dump_fill_mkey functionYonatan Cohen2018-07-042-0/+16
* | RDMA/bnxt_re: Fix a bunch of off by one bugs in qplib_fp.cDan Carpenter2018-07-041-6/+6
* | RDMA/bnxt_re: Fix a couple off by one bugsDan Carpenter2018-07-041-2/+2
* | IB/core: type promotion bug in rdma_rw_init_one_mr()Dan Carpenter2018-07-041-1/+1
* | RDMA/i40w: Hold read semaphore while looking after VMALeon Romanovsky2018-07-041-0/+2
* | IB/mlx4: Test port number before querying type.Tarick Bedeir2018-07-041-1/+1
* | vmw_pvrdma: Release netdev when vmxnet3 module is removedNeil Horman2018-07-031-2/+37
* | IB/mlx5: Fix GRE flow specificationMaor Gottlieb2018-07-031-1/+1
* | IB/hfi1: Remove incorrect call to do_interrupt callbackMichael J. Ruhl2018-07-031-7/+9
* | IB/hfi1: Set in_use_ctxts bits for user ctxts onlyMichael J. Ruhl2018-07-033-7/+12
* | ib_srpt: Fix a use-after-free in __srpt_close_all_ch()Bart Van Assche2018-07-031-2/+2
* | ib_srpt: Fix a use-after-free in srpt_close_ch()Bart Van Assche2018-07-031-2/+1Star
* | IB/mlx5: Remove set-but-not-used variablesBart Van Assche2018-07-032-5/+0Star
* | IB/srp: Remove driver version and release data informationBart Van Assche2018-07-031-3/+0Star
* | IB: Improve uverbs_cleanup_ucontext algorithmYishai Hadas2018-06-2910-103/+141
* | IB/srpt: Support HCAs with more than two portsBart Van Assche2018-06-292-5/+4Star
* | IB/iser: set can_queue earlier to allow setting higher queue depthSagi Grimberg2018-06-291-9/+3Star
* | IB/rxe: don't clear the tx queue on every transferVijay Immanuel2018-06-291-10/+7Star
* | IB/cm: Remove now useless rcu_lock in dst_fetch_haJason Gunthorpe2018-06-291-7/+5Star
* | RDMA/mlx5: Don't leak UARs in case of free failsLeon Romanovsky2018-06-291-13/+5Star
* | RDMA/vmw_pvrdma: Delete unused functionYuval Shaia2018-06-271-5/+0Star
* | IB/core: Check for rdma_protocol_ib only after validating port_numJason Gunthorpe2018-06-271-8/+11
* | IB/mlx4: Create slave AH's directlyJason Gunthorpe2018-06-263-25/+59
* | RDMA/uverbs: Remove redundant checkLeon Romanovsky2018-06-261-3/+0Star
* | RDMA/umem: Don't check for a negative return value of dma_map_sg_attrs()Leon Romanovsky2018-06-261-1/+1
* | RDMA/uverbs: Don't overwrite NULL pointer with ZERO_SIZE_PTRLeon Romanovsky2018-06-261-1/+4
* | RDMA/verbs: Drop kernel variant of destroy_flowLeon Romanovsky2018-06-253-16/+8Star
* | RDMA/verbs: Drop kernel variant of create_flowLeon Romanovsky2018-06-251-17/+0Star
* | RDMA/uverbs: Check existence of create_flow callbackJason Gunthorpe2018-06-251-0/+5
* | IB/usnic: Update with bug fixes from core codeJason Gunthorpe2018-06-253-14/+33
* | IB/mlx4: Add support for drain SQ & RQYishai Hadas2018-06-253-6/+152
* | IB/mlx5: Add support for drain SQ & RQYishai Hadas2018-06-253-7/+150
* | RDMA/core: Remove unused ib cache functionsJason Gunthorpe2018-06-251-68/+0Star
* | IB/cm: Use sgid_attr from the AVParav Pandit2018-06-251-14/+6Star
* | IB/cm: Replace members of sa_path_rec with 'struct sgid_attr *'Parav Pandit2018-06-255-64/+94
* | IB/cm: Pass the sgid_attr through various eventsParav Pandit2018-06-252-2/+7
* | IB/cm: Keep track of the sgid_attr that created the cm idParav Pandit2018-06-251-26/+41
* | IB: Make init_ah_attr_grh_fields set sgid_attrParav Pandit2018-06-254-14/+21
* | IB: Make ib_init_ah_from_mcmember set sgid_attrParav Pandit2018-06-252-15/+27
* | IB: Make ib_init_ah_attr_from_wc set sgid_attrParav Pandit2018-06-253-54/+60