summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* {net, IB}/mlx5: Manage port association for multiport RoCEDaniel Jurgens2018-01-083-5/+9
* IB/core: Change roce_rescan_device to return voidDaniel Jurgens2018-01-083-10/+3
* RDMA/core: Add encode/decode FDR/EDR ratesHans Westgaard Ry2018-01-051-20/+36
* IB/core: Fix two kernel warnings triggered by rxe registrationBart Van Assche2018-01-032-7/+14
* RDMA/cma: Mark end of CMA ID messagesLeon Romanovsky2018-01-021-0/+1
* RDMA/nldev: Refactor setting the nldev handle to a common functionLeon Romanovsky2018-01-021-6/+14
* RDMA/core: Replace open-coded variant of put_deviceLeon Romanovsky2018-01-021-1/+1
* RDMA/netlink: Simplify code of autoload modulesLeon Romanovsky2018-01-021-5/+3
* Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...Jason Gunthorpe2017-12-277-14/+70
|\
| * IB/core: Verify that QP is security enabled in create and destroyMoni Shoua2017-12-272-1/+5
| * IB/uverbs: Fix command checking as part of ib_uverbs_ex_modify_qp()Moni Shoua2017-12-271-2/+2
| * RDMA/netlink: Fix general protection faultLeon Romanovsky2017-12-074-4/+4
| * IB/core: Don't enforce PKey security on SMI MADsDaniel Jurgens2017-12-071-2/+5
| * IB/core: Bound check alternate path port numberDaniel Jurgens2017-12-071-0/+6
| * IB/core: Only enforce security for InfiniBandDaniel Jurgens2017-12-011-4/+46
| * IB/core: Init subsys if compiled to vmlinuz-coreDmitry Monakhov2017-12-011-1/+1
| * RDMA/cma: Make sure that PSN is not over max allowedMoni Shoua2017-12-011-0/+1
* | infiniband: drop unknown function from core_priv.hRandy Dunlap2017-12-271-7/+0
* | IB/core: Make sure that PSN does not overflowMajd Dibbiny2017-12-271-0/+16
* | IB/core: Use rdma_cap_opa_mad to check for OPADon Hiatt2017-12-221-2/+1
* | IB/SA: Check dlid before SA agent queries for ClassPortInfoVenkata Sandeep Dhanalakota2017-12-221-0/+10
* | drivers: infiniband: remove duplicate includesPravin Shedge2017-12-222-3/+0
* | IB/cm: Refactor to avoid setting path record software only fieldsParav Pandit2017-12-181-48/+44
* | IB/{core, umad, cm}: Rename ib_init_ah_from_wc to ib_init_ah_attr_from_wcParav Pandit2017-12-183-12/+13
* | IB/{core, cm, cma, ipoib}: Rename ib_init_ah_from_path to ib_init_ah_attr_fro...Parav Pandit2017-12-183-9/+10
* | IB/cm: Fix sleeping while spin lock is heldParav Pandit2017-12-181-5/+6
* | IB/cm: Handle address handle attribute init errorParav Pandit2017-12-181-2/+5
* | IB/{cm, umad}: Handle av init errorParav Pandit2017-12-182-16/+28
* | IB/{core, ipoib}: Simplify ib_find_gid to search only for IB link layerParav Pandit2017-12-181-13/+3
* | RDMA/core: Avoid copying ifindex twiceParav Pandit2017-12-181-2/+0
* | RDMA/{core, cma}: Simplify rdma_translate_ipParav Pandit2017-12-182-10/+5
* | IB/core: Removed unused functionParav Pandit2017-12-181-23/+0
* | RDMA/core: Avoid redundant memcpy in rdma_addr_find_l2_eth_by_grhParav Pandit2017-12-181-5/+0
* | IB/core: Avoid exporting module internal ib_find_gid_by_filter()Parav Pandit2017-12-181-1/+0
* | IB/core: Refactor to avoid unnecessary check on GID lookup missParav Pandit2017-12-181-9/+6
* | IB/core: Avoid unnecessary type castParav Pandit2017-12-181-2/+1
* | RDMA/cma: Introduce and use helper functions to init workParav Pandit2017-12-181-28/+25
* | RDMA/cma: Avoid setting path record type twiceParav Pandit2017-12-181-5/+4
* | RDMA/cma: Simplify netdev checkParav Pandit2017-12-181-19/+16
* | RDMA/cma: Set default GID type as RoCE when resolving RoCE routeParav Pandit2017-12-181-3/+5
* | IB/umem: Fix use of npages/nmap fieldsArtemy Kovalyov2017-12-181-1/+1
* | IB/cm: Add debug prints to ib_cmDaniel Jurgens2017-12-181-0/+51
* | IB/core: Fix memory leak in cm_req_handler error flowsMatan Barak2017-12-181-2/+3
* | RDMA/cma: Use correct size when writing netlink statsParav Pandit2017-12-181-1/+1
* | IB/core: Avoid exporting module internal functionParav Pandit2017-12-182-19/+4
* | IB/core: Depend on IPv6 stack to resolve link local address for RoCEv2Parav Pandit2017-12-181-5/+11
* | IB/{core/cm}: Fix generating a return AH for RoCEEParav Pandit2017-12-182-97/+63
* | RDMA/iwpm: Fix uninitialized error code in iwpm_send_mapinfo()Geert Uytterhoeven2017-12-131-0/+1
* | IB/core: Use PTR_ERR_OR_ZERO()Gomonovych, Vasyl2017-12-111-4/+1
* | IB/CM: Change sgid to IB GID when handling CM requestDon Hiatt2017-12-111-2/+36