summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* RDMA/netlink: Fix locking around __ib_get_device_by_indexLeon Romanovsky2018-01-023-20/+54
* 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
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-11-1520-350/+392
|\
| * RDMA/core: Rename kernel modify_cq to better describe its usageLeon Romanovsky2017-11-132-3/+3
| * IB/uverbs: Add CQ moderation capability to query_deviceYonatan Cohen2017-11-131-0/+9
| * IB/uverbs: Allow CQ moderation with modify CQYonatan Cohen2017-11-133-0/+44
| * IB/core: Only maintain real QPs in the security listsDaniel Jurgens2017-11-131-23/+28
| * RDMA/core: Make function rdma_copy_addr return voidYuval Shaia2017-11-132-19/+16Star
| * RDMA/core: avoid uninitialized variable warning in create_udataArnd Bergmann2017-11-131-11/+10Star
| * IB/core: Convert OPA AH to IB for Extended LIDs onlyDon Hiatt2017-11-131-2/+1Star
| * IB/core: Avoid unnecessary return value checkParav Pandit2017-11-131-11/+4Star
| * IB/core: Add PCI write end padding flags for WQ and QPNoa Osherovich2017-11-101-1/+2
| * IB/core: Avoid crash on pkey enforcement failed in received MADsParav Pandit2017-11-101-1/+2
| * RDMA/umem: Avoid partial declaration of non-static functionLeon Romanovsky2017-11-103-110/+73Star
| * Merge branch 'k.o/for-rc' into k.o/for-nextDoug Ledford2017-11-011-1/+12
| |\
| * | IB/cm: Fix memory corruption in handling CM requestParav Pandit2017-10-251-4/+7
| * | Merge branch 'for-next-early' into for-nextDoug Ledford2017-10-1812-151/+135Star
| |\ \
| | * | RDMA/uverbs: Make the code in ib_uverbs_cmd_verbs() less confusingBart Van Assche2017-10-181-10/+3Star
| | * | RDMA/iwcm: Remove a set-but-not-used variableBart Van Assche2017-10-151-3/+0Star
| | * | RDMA/cma: Avoid triggering undefined behaviorBart Van Assche2017-10-151-4/+7
| | * | IB/cm: Suppress gcc 7 fall-through complaintsBart Van Assche2017-10-151-0/+1
| | * | IB/core: remove redundant check on prot_sg_cntColin Ian King2017-10-101-14/+10Star
| | * | IB/core: Simplify sa_path_set_[sd]lid() callsBart Van Assche2017-10-102-19/+17Star
| | * | IB/core: Do not warn on lid conversions for OPADon Hiatt2017-10-041-1/+10
| | * | IB/uverbs: clean up INIT_UDATA() macro usageArnd Bergmann2017-09-272-80/+67Star
| | * | IB/uverbs: clean up INIT_UDATA_BUF_OR_NULL usageArnd Bergmann2017-09-273-20/+20
| | * | IB/core: fix spelling mistake: "aceess" -> "access"Colin Ian King2017-09-271-1/+1
| * | | IB/core: Fix use workqueue without WQ_MEM_RECLAIMParav Pandit2017-10-181-1/+1
| * | | IB/core: Fix unable to change lifespan entry for hw_countersParav Pandit2017-10-181-1/+15
| * | | IB: Let ib_core resolve destination mac addressParav Pandit2017-10-181-3/+5
| * | | IB/core: Introduce and use rdma_create_user_ahParav Pandit2017-10-183-12/+40
* | | | Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds2017-11-141-4/+4
|\ \ \ \
| * | | | RDMA/cma: make config_item_type constBhumika Goyal2017-10-191-4/+4
| |/ / /
* | | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-021-0/+1
|\ \ \ \
| * | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| |/ / /
* | | / RDMA/nldev: Enforce device index check for port callbackLeon Romanovsky2017-10-311-1/+3
| |_|/ |/| |
* | | RDMA/netlink: OOPs in rdma_nl_rcv_msg() from misinterpreted flagMichael J. Ruhl2017-10-251-1/+12
|/ /
* | RDMA/iwpm: Properly mark end of NL messagesShiraz Saleem2017-09-292-0/+13
* | IB/core: Fix qp_sec use after free accessParav Pandit2017-09-251-1/+3
* | IB/core: Fix typo in the name of the tag-matching cap structLeon Romanovsky2017-09-251-7/+7
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-09-231-2/+2
|\
| * IB/core: Fix for core panicAlex Estrin2017-09-221-2/+2
* | Merge tag 'nfsd-4.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-09-091-0/+24
|\ \