aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-22drivers: infiniband: remove duplicate includesPravin Shedge2-3/+0
2017-12-18IB/cm: Refactor to avoid setting path record software only fieldsParav Pandit1-48/+44
2017-12-18IB/{core, umad, cm}: Rename ib_init_ah_from_wc to ib_init_ah_attr_from_wcParav Pandit3-12/+13
2017-12-18IB/{core, cm, cma, ipoib}: Rename ib_init_ah_from_path to ib_init_ah_attr_from_pathParav Pandit3-9/+10
2017-12-18IB/cm: Fix sleeping while spin lock is heldParav Pandit1-5/+6
2017-12-18IB/cm: Handle address handle attribute init errorParav Pandit1-2/+5
2017-12-18IB/{cm, umad}: Handle av init errorParav Pandit2-16/+28
2017-12-18IB/{core, ipoib}: Simplify ib_find_gid to search only for IB link layerParav Pandit1-13/+3
2017-12-18RDMA/core: Avoid copying ifindex twiceParav Pandit1-2/+0
2017-12-18RDMA/{core, cma}: Simplify rdma_translate_ipParav Pandit2-10/+5
2017-12-18IB/core: Removed unused functionParav Pandit1-23/+0
2017-12-18RDMA/core: Avoid redundant memcpy in rdma_addr_find_l2_eth_by_grhParav Pandit1-5/+0
2017-12-18IB/core: Avoid exporting module internal ib_find_gid_by_filter()Parav Pandit1-1/+0
2017-12-18IB/core: Refactor to avoid unnecessary check on GID lookup missParav Pandit1-9/+6
2017-12-18IB/core: Avoid unnecessary type castParav Pandit1-2/+1
2017-12-18RDMA/cma: Introduce and use helper functions to init workParav Pandit1-28/+25
2017-12-18RDMA/cma: Avoid setting path record type twiceParav Pandit1-5/+4
2017-12-18RDMA/cma: Simplify netdev checkParav Pandit1-19/+16
2017-12-18RDMA/cma: Set default GID type as RoCE when resolving RoCE routeParav Pandit1-3/+5
2017-12-18IB/umem: Fix use of npages/nmap fieldsArtemy Kovalyov1-1/+1
2017-12-18IB/cm: Add debug prints to ib_cmDaniel Jurgens1-0/+51
2017-12-18IB/core: Fix memory leak in cm_req_handler error flowsMatan Barak1-2/+3
2017-12-18RDMA/cma: Use correct size when writing netlink statsParav Pandit1-1/+1
2017-12-18IB/core: Avoid exporting module internal functionParav Pandit2-19/+4
2017-12-18IB/core: Depend on IPv6 stack to resolve link local address for RoCEv2Parav Pandit1-5/+11
2017-12-18IB/{core/cm}: Fix generating a return AH for RoCEEParav Pandit2-97/+63
2017-12-13RDMA/iwpm: Fix uninitialized error code in iwpm_send_mapinfo()Geert Uytterhoeven1-0/+1
2017-12-11IB/core: Use PTR_ERR_OR_ZERO()Gomonovych, Vasyl1-4/+1
2017-12-11IB/CM: Change sgid to IB GID when handling CM requestDon Hiatt1-2/+36
2017-11-29IB/core: disable memory registration of filesystem-dax vmasDan Williams1-1/+1
2017-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds20-350/+392
2017-11-14Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-4/+4
2017-11-13RDMA/core: Rename kernel modify_cq to better describe its usageLeon Romanovsky2-3/+3
2017-11-13IB/uverbs: Add CQ moderation capability to query_deviceYonatan Cohen1-0/+9
2017-11-13IB/uverbs: Allow CQ moderation with modify CQYonatan Cohen3-0/+44
2017-11-13IB/core: Only maintain real QPs in the security listsDaniel Jurgens1-23/+28
2017-11-13RDMA/core: Make function rdma_copy_addr return voidYuval Shaia2-19/+16
2017-11-13RDMA/core: avoid uninitialized variable warning in create_udataArnd Bergmann1-11/+10
2017-11-13IB/core: Convert OPA AH to IB for Extended LIDs onlyDon Hiatt1-2/+1
2017-11-13IB/core: Avoid unnecessary return value checkParav Pandit1-11/+4
2017-11-10IB/core: Add PCI write end padding flags for WQ and QPNoa Osherovich1-1/+2
2017-11-10IB/core: Avoid crash on pkey enforcement failed in received MADsParav Pandit1-1/+2
2017-11-10RDMA/umem: Avoid partial declaration of non-static functionLeon Romanovsky3-110/+73
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-01Merge branch 'k.o/for-rc' into k.o/for-nextDoug Ledford1-1/+12
2017-10-31RDMA/nldev: Enforce device index check for port callbackLeon Romanovsky1-1/+3
2017-10-25RDMA/netlink: OOPs in rdma_nl_rcv_msg() from misinterpreted flagMichael J. Ruhl1-1/+12
2017-10-25IB/cm: Fix memory corruption in handling CM requestParav Pandit1-4/+7
2017-10-19RDMA/cma: make config_item_type constBhumika Goyal1-4/+4