summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
...
| * 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/+2
| * 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/+3
| * IB/core: Honor port_num while resolving GID for IB link layerParav Pandit2018-03-151-14/+12
| * 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/+1
| * 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-146-32/+46
| |\
| * | drivers/infiniband/core/verbs.c: fix build with gcc-4.4.4Andrew Morton2018-03-141-1/+2
| * | RDMA/verbs: Simplify modify QP checkLeon Romanovsky2018-03-141-12/+8
| * | RDMA/uverbs: Ensure validity of current QP state valueLeon Romanovsky2018-03-141-0/+7
| * | RDMA/nldev: provide detailed PD informationSteve Wise2018-03-081-0/+57
| * | RDMA/nldev: provide detailed MR informationSteve Wise2018-03-084-13/+84
| * | RDMA/nldev: provide detailed CQ informationSteve Wise2018-03-081-0/+52
| * | RDMA/nldev: provide detailed CM_ID informationSteve Wise2018-03-085-38/+158
| * | RDMA/CM: move rdma_id_private to cma_priv.hSteve Wise2018-03-082-40/+80
| * | RDMA/nldev: common resource dumpit functionSteve Wise2018-03-081-18/+43
| * | RDMA/restrack: clean up res_to_dev()Steve Wise2018-03-081-19/+5
| * | RDMA/core: Avoid that ib_drain_qp() triggers an out-of-bounds stack accessBart Van Assche2018-03-061-3/+8
| * | RDMA/iwpm: Delete an error message for a failed memory allocation in iwpm_cre...Markus Elfring2018-02-281-3/+2
| * | IB/uverbs: Tidy uverbs_uobject_addJason Gunthorpe2018-02-281-9/+4
| * | RDMA/verbs: Return proper error code for not supported system callLeon Romanovsky2018-02-221-23/+23
| * | RDMA/uverbs: Reduce number of command header flags checksLeon Romanovsky2018-02-221-9/+2
| * | RDMA/uverbs: Replace user's types with kernel's typesLeon Romanovsky2018-02-221-5/+5
| * | RDMA/uverbs: Refactor the header validation logicLeon Romanovsky2018-02-221-43/+47
| * | RDMa/uverbs: Copy ex_hdr outside of SRCU read lockLeon Romanovsky2018-02-221-7/+6
| * | RDMA/uverbs: Move uncontext check before SRCU read lockLeon Romanovsky2018-02-221-11/+4
| * | RDMA/uverbs: Properly check command supported maskLeon Romanovsky2018-02-221-12/+6
| * | RDMA/uverbs: Refactor command header processingLeon Romanovsky2018-02-221-30/+32
| * | RDMA/uverbs: Unify return values of not supported commandLeon Romanovsky2018-02-221-12/+4
| * | RDMA/uverbs: Return not supported error code for unsupported commandsLeon Romanovsky2018-02-221-1/+1
| * | RDMA/uverbs: Fail as early as possible if not enough header data was providedLeon Romanovsky2018-02-221-6/+7
| * | RDMA/uverbs: Refactor flags checks and update return valueLeon Romanovsky2018-02-221-4/+6
| * | RDMA/uverbs: Update sizeof usersLeon Romanovsky2018-02-221-5/+5
| * | RDMA/uverbs: Convert command mask validity check function to be boolLeon Romanovsky2018-02-221-4/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-013-22/+53
|\ \ \
| * | | RDMA/ucma: Introduce safer rdma_addr_size() variantsRoland Dreier2018-03-282-17/+33
| * | | RDMA/ucma: Check that device exists prior to accessing itLeon Romanovsky2018-03-271-2/+4
| * | | RDMA/ucma: Check that device is connected prior to access itLeon Romanovsky2018-03-271-0/+5
| * | | RDMA/rdma_cm: Fix use after free race with process_one_reqJason Gunthorpe2018-03-271-0/+9
| * | | RDMA/ucma: Correct option size check using optlenChien Tin Tung2018-03-211-1/+1
| * | | RDMA/restrack: Move restrack_clean to be symmetrical to restrack_initLeon Romanovsky2018-03-211-2/+1
* | | | net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai2018-03-291-0/+2