summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/security.c
Commit message (Expand)AuthorAgeFilesLines
* IB/core: Removed port validity check from ib_get_cached_subnet_prefixAnand Khoje2021-06-211-5/+2
* RDMA/core: Fix incorrect print format specifierWenpeng Liang2021-06-211-1/+1
* RDMA: Support more than 255 rdma portsMark Bloch2021-03-261-4/+4
* RDMA/core: Ensure security pkey modify is not lostMike Marciniszyn2020-03-241-8/+3
* RDMA/core: Fix pkey and port assignment in get_new_ppsMaor Gottlieb2020-02-281-4/+8
* RDMA/core: Fix use of logical OR in get_new_ppsNathan Chancellor2020-02-191-1/+1
* RDMA/core: Fix protection fault in get_pkey_idx_qp_listLeon Romanovsky2020-02-131-15/+9
* IB/core: Fix wrong iterating on portsMohamad Heib2019-10-041-1/+1
* RDMA/device: Consolidate ib_device per_port data into one placeJason Gunthorpe2019-02-191-13/+11
* RDMA: Add and use rdma_for_each_portJason Gunthorpe2019-02-191-4/+7
* RDMA/device: Ensure that security memory is always freedJason Gunthorpe2019-02-081-3/+1
* IB/core: Don't register each MAD agent for LSM notifierDaniel Jurgens2019-02-081-22/+28
* IB/core: Fix potential memory leak while creating MAD agentsDaniel Jurgens2019-02-081-2/+6
* IB/core: Unregister notifier before freeing MAD securityDaniel Jurgens2019-02-081-1/+2
* RDMA: Start use ib_device_opsKamal Heib2018-12-121-4/+4
* RDMA/core: Use dev_name instead of ibdev->nameJason Gunthorpe2018-09-261-4/+3
* IB/core: Use CONFIG_SECURITY_INFINIBAND to compile out security codeParav Pandit2018-05-011-4/+0
* Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...Jason Gunthorpe2017-12-271-6/+54
|\
| * IB/core: Verify that QP is security enabled in create and destroyMoni Shoua2017-12-271-0/+3
| * IB/core: Don't enforce PKey security on SMI MADsDaniel Jurgens2017-12-071-2/+5
| * IB/core: Only enforce security for InfiniBandDaniel Jurgens2017-12-011-4/+46
* | IB/core: Avoid exporting module internal functionParav Pandit2017-12-181-6/+4
|/
* IB/core: Only maintain real QPs in the security listsDaniel Jurgens2017-11-131-23/+28
* IB/core: Avoid unnecessary return value checkParav Pandit2017-11-131-11/+4
* IB/core: Fix qp_sec use after free accessParav Pandit2017-09-251-1/+3
* IB/core: Fix uninitialized variable use in check_qp_port_pkey_settingsDaniel Jurgens2017-07-071-8/+12
* IB/core: Enforce security on management datagramsDaniel Jurgens2017-05-231-0/+92
* IB/core: Enforce PKey security on QPsDaniel Jurgens2017-05-231-0/+613