summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/bpf_lsm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-171-1/+1
|\
| * bpf: Fix typo in kernel/bpf/bpf_lsm.cShuyi Cheng2021-06-161-1/+1
* | bpf: Fix BPF_LSM kconfig symbol dependencyDaniel Borkmann2021-05-251-0/+2
|/
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-291-6/+2
|\
| * bpf: Avoid old-style declaration warningsArnd Bergmann2021-03-241-2/+2
| * bpf: Enable task local storage for tracing programsSong Liu2021-02-261-4/+0
* | lsm: separate security_task_getsecid() into subjective and objective variantsPaul Moore2021-03-221-1/+2
|/
* 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-251-1/+20
* bpf: Use tracing helpers for lsm programsJiri Olsa2020-06-011-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