summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorDaniel Jurgens <danielj@mellanox.com>2017-05-19 15:48:58 +0300
committerPaul Moore <paul@paul-moore.com>2017-05-23 12:28:02 -0400
commitab861dfca1652aa09b26b7aa2899feb29b33dfd9 (patch)
treef67494faf93d675ed39ffd4e19c755c4f50d0251 /tools/perf/scripts/python/bin
parentcfc4d882d41780d93471066d57d4630995427b29 (diff)
downloadkernel-ab861dfca1652aa09b26b7aa2899feb29b33dfd9.tar.gz
selinux: Add IB Port SMP access vector
Add a type for Infiniband ports and an access vector for subnet management packets. Implement the ib_port_smp hook to check that the caller has permission to send and receive SMPs on the end port specified by the device name and port. Add interface to query the SID for a IB port, which walks the IB_PORT ocontexts to find an entry for the given name and port. Signed-off-by: Daniel Jurgens <danielj@mellanox.com> Reviewed-by: James Morris <james.l.morris@oracle.com> Acked-by: Doug Ledford <dledford@redhat.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
pv4/ip_input.c?h=linux-6.12.y&id=efe6aaca67a0229a195f493d142102c864b41dde'>net: ipv4: fix list processing on L3 slave devicesEdward Cree 2018-07-05net: ipv4: fix drop handling in ip_list_rcv() and ip_list_rcv_finish()Edward Cree 2018-07-04net: ipv4: listify ip_rcv_finishEdward Cree 2018-07-04net: ipv4: listified version of ip_rcvEdward Cree 2018-03-22net: Make ip_ra_chain per struct netKirill Tkhai 2017-10-01IPv4: early demux can return an error codePaolo Abeni