aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/security.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-19RDMA/device: Consolidate ib_device per_port data into one placeJason Gunthorpe1-13/+11
2019-02-19RDMA: Add and use rdma_for_each_portJason Gunthorpe1-4/+7
2019-02-08RDMA/device: Ensure that security memory is always freedJason Gunthorpe1-3/+1
2019-02-08IB/core: Don't register each MAD agent for LSM notifierDaniel Jurgens1-22/+28
2019-02-08IB/core: Fix potential memory leak while creating MAD agentsDaniel Jurgens1-2/+6
2019-02-08IB/core: Unregister notifier before freeing MAD securityDaniel Jurgens1-1/+2
2018-12-12RDMA: Start use ib_device_opsKamal Heib1-4/+4
2018-09-26RDMA/core: Use dev_name instead of ibdev->nameJason Gunthorpe1-4/+3
2018-05-01IB/core: Use CONFIG_SECURITY_INFINIBAND to compile out security codeParav Pandit1-4/+0
2017-12-27Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.gitJason Gunthorpe1-6/+54
2017-12-27IB/core: Verify that QP is security enabled in create and destroyMoni Shoua1-0/+3
2017-12-18IB/core: Avoid exporting module internal functionParav Pandit1-6/+4
2017-12-07IB/core: Don't enforce PKey security on SMI MADsDaniel Jurgens1-2/+5
2017-12-01IB/core: Only enforce security for InfiniBandDaniel Jurgens1-4/+46
2017-11-13IB/core: Only maintain real QPs in the security listsDaniel Jurgens1-23/+28
2017-11-13IB/core: Avoid unnecessary return value checkParav Pandit1-11/+4
2017-09-25IB/core: Fix qp_sec use after free accessParav Pandit1-1/+3
2017-07-07IB/core: Fix uninitialized variable use in check_qp_port_pkey_settingsDaniel Jurgens1-8/+12
2017-05-23IB/core: Enforce security on management datagramsDaniel Jurgens1-0/+92
2017-05-23IB/core: Enforce PKey security on QPsDaniel Jurgens1-0/+613