aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
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-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds6-6/+15
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-12-07RDMA/netlink: Fix general protection faultLeon Romanovsky4-4/+4
2017-12-07IB/core: Don't enforce PKey security on SMI MADsDaniel Jurgens1-2/+5
2017-12-07IB/core: Bound check alternate path port numberDaniel Jurgens1-0/+6
2017-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-5/+48
2017-12-01IB/core: Only enforce security for InfiniBandDaniel Jurgens1-4/+46
2017-12-01IB/core: Init subsys if compiled to vmlinuz-coreDmitry Monakhov1-1/+1
2017-12-01RDMA/cma: Make sure that PSN is not over max allowedMoni Shoua1-0/+1
2017-11-29IB/core: disable memory registration of filesystem-dax vmasDan Williams1-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro4-10/+10
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