aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-18Merge branch 'for-next-early' into for-nextDoug Ledford12-151/+135
2017-10-18IB/core: Fix use workqueue without WQ_MEM_RECLAIMParav Pandit1-1/+1
2017-10-18IB/core: Fix unable to change lifespan entry for hw_countersParav Pandit1-1/+15
2017-10-18IB: Let ib_core resolve destination mac addressParav Pandit1-3/+5
2017-10-18IB/core: Introduce and use rdma_create_user_ahParav Pandit3-12/+40
2017-10-18RDMA/uverbs: Make the code in ib_uverbs_cmd_verbs() less confusingBart Van Assche1-10/+3
2017-10-14RDMA/iwcm: Remove a set-but-not-used variableBart Van Assche1-3/+0
2017-10-14RDMA/cma: Avoid triggering undefined behaviorBart Van Assche1-4/+7
2017-10-14IB/cm: Suppress gcc 7 fall-through complaintsBart Van Assche1-0/+1
2017-10-10IB/core: remove redundant check on prot_sg_cntColin Ian King1-14/+10
2017-10-10IB/core: Simplify sa_path_set_[sd]lid() callsBart Van Assche2-19/+17
2017-10-04IB/core: Do not warn on lid conversions for OPADon Hiatt1-1/+10
2017-09-29RDMA/iwpm: Properly mark end of NL messagesShiraz Saleem2-0/+13
2017-09-27IB/uverbs: clean up INIT_UDATA() macro usageArnd Bergmann2-80/+67
2017-09-27IB/uverbs: clean up INIT_UDATA_BUF_OR_NULL usageArnd Bergmann3-20/+20
2017-09-27IB/core: fix spelling mistake: "aceess" -> "access"Colin Ian King1-1/+1
2017-09-25IB/core: Fix qp_sec use after free accessParav Pandit1-1/+3
2017-09-25IB/core: Fix typo in the name of the tag-matching cap structLeon Romanovsky1-7/+7
2017-09-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-2/+2
2017-09-22IB/core: Fix for core panicAlex Estrin1-2/+2
2017-09-09Merge tag 'nfsd-4.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+24
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso2-3/+3
2017-09-08RDMA/netlink: clean up message validity array initializerLinus Torvalds1-6/+5
2017-09-08RDAM/netlink: Fix out-of-bound access while checking message validityLeon Romanovsky1-3/+4
2017-09-05rdma core: Add rdma_rw_mr_payload()Chuck Lever1-0/+24
2017-09-03Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds29-578/+2718