summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/bpf_lsm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpf: Drop disabled LSM hooks from the sleepable setMikko Ylinen2021-01-261-0/+12
* bpf: Add a BPF helper for getting the IMA hash of an inodeKP Singh2020-11-261-0/+26
* bpf: Add bpf_bprm_opts_set helperKP Singh2020-11-181-0/+26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-11-141-0/+88
|\
| * bpf: Augment the set of sleepable LSM hooksKP Singh2020-11-131-0/+81
| * bpf: Implement task local storageKP Singh2020-11-061-0/+4
| * bpf: Allow LSM programs to use bpf spin locksKP Singh2020-11-061-0/+4
* | bpf: Update verification logic for LSM programsKP Singh2020-11-061-3/+7
|/
* bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau2020-09-251-2/+2
* bpf: Allow local storage to be used from LSM programsKP Singh2020-08-261-1/+20
* bpf: Use tracing helpers for lsm programsJiri Olsa2020-06-021-1/+1
* bpf: lsm: Implement attach, detach and executionKP Singh2020-03-301-0/+23
* bpf: lsm: Provide attachment points for BPF LSM programsKP Singh2020-03-301-0/+14
* bpf: Introduce BPF_PROG_TYPE_LSMKP Singh2020-03-301-0/+17