summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Prevent mmap()'ing read-only maps as writableAndrii Nakryiko2020-05-201-3/+14
* bpf: Fix error return code in map_lookup_and_delete_elem()Wei Yongjun2020-04-301-1/+3
* bpf: Make bpf_link_fops staticZou Wei2020-04-241-1/+1
* bpf: Fix leak in LINK_UPDATE and enforce empty old_prog_fdAndrii Nakryiko2020-04-241-2/+9
* bpf: Prevent re-mmap()'ing BPF map as writable for initially r/o mappingAndrii Nakryiko2020-04-141-9/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-301-115/+215
|\
| * bpf: Implement bpf_prog replacement for an active bpf_cgroup_linkAndrii Nakryiko2020-03-301-0/+55
| * bpf: Implement bpf_link-based cgroup BPF program attachmentAndrii Nakryiko2020-03-301-9/+55
| * bpf: lsm: Implement attach, detach and executionKP Singh2020-03-301-18/+39
| * bpf: Remove unused vairable 'bpf_xdp_link_lops'YueHaibing2020-03-261-1/+0
| * bpf: Factor out attach_type to prog_type mapping for attach/detachAndrii Nakryiko2020-03-261-87/+66
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2020-03-291-14/+20
|\ \
| * | bpf: Explicitly memset some bpf info structures declared on the stackGreg Kroah-Hartman2020-03-201-2/+4
| * | bpf: Explicitly memset the bpf_attr structureGreg Kroah-Hartman2020-03-201-1/+2
| * | bpf: Sanitize the bpf_struct_ops tcp-cc nameMartin KaFai Lau2020-03-171-11/+14
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-251-0/+5
|\| | | |/ |/|
| * bpf: Do not allow map_freeze in struct_ops mapMartin KaFai Lau2020-03-051-0/+5
* | bpf: Abstract away entire bpf_link clean up procedureAndrii Nakryiko2020-03-131-7/+11
* | bpf: Add bpf_link_new_file that doesn't install FDAndrii Nakryiko2020-03-111-34/+88
* | bpf: Introduce BPF_MODIFY_RETURNKP Singh2020-03-041-0/+1
* | bpf: Introduce pinnable bpf_link abstractionAndrii Nakryiko2020-03-021-42/+181
* | bpf: INET_DIAG support in bpf_sk_storageMartin KaFai Lau2020-02-271-0/+15
* | bpf: Replace open coded recursion prevention in sys_bpf()Thomas Gleixner2020-02-241-19/+8
|/
* bpf: Introduce dynamic program extensionsAlexei Starovoitov2020-01-221-3/+12
* bpf: Fix memory leaks in generic update/delete batch opsBrian Vazquez2020-01-201-11/+19
* bpf: Remove set but not used variable 'first_key'YueHaibing2020-01-161-2/+0
* bpf: Add batch ops to all htab bpf mapYonghong Song2020-01-151-1/+8
* bpf: Add generic support for update and delete batch opsBrian Vazquez2020-01-151-0/+115
* bpf: Add generic support for lookup batch opBrian Vazquez2020-01-151-4/+156
* bpf: Add bpf_map_{value_size, update_value, map_copy_value} functionsBrian Vazquez2020-01-151-128/+152
* bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau2020-01-091-17/+35
* bpf: Introduce BPF_PROG_TYPE_STRUCT_OPSMartin KaFai Lau2020-01-091-6/+11
* bpf: Support replacing cgroup-bpf program in MULTI modeAndrey Ignatov2019-12-191-2/+2
* bpf, xdp: Start using the BPF dispatcher for XDPBjörn Töpel2019-12-131-8/+18
* bpf: Emit audit messages upon successful prog load and unloadDaniel Borkmann2019-12-111-0/+33
* bpf: Add poke dependency tracking for prog array mapsDaniel Borkmann2019-11-241-6/+14
* bpf: Move owner type, jited info into array auxiliary dataDaniel Borkmann2019-11-241-10/+6
* bpf: Move bpf_free_used_maps into sleepable sectionDaniel Borkmann2019-11-241-20/+0
* Revert "bpf: Emit audit messages upon successful prog load and unload"Jakub Kicinski2019-11-231-31/+0
* bpf: Switch bpf_map_{area_alloc,area_mmapable_alloc}() to u64 sizeDaniel Borkmann2019-11-201-4/+7
* bpf: Emit audit messages upon successful prog load and unloadDaniel Borkmann2019-11-201-0/+31
* bpf: Add mmap() support for BPF_MAP_TYPE_ARRAYAndrii Nakryiko2019-11-181-3/+96
* bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko2019-11-181-21/+9
* bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko2019-11-181-29/+22
* bpf: Support attaching tracing BPF program to other BPF programsAlexei Starovoitov2019-11-151-4/+15
* bpf: Compare BTF types of functions arguments with actual typesAlexei Starovoitov2019-11-151-0/+1
* bpf: Annotate context typesAlexei Starovoitov2019-11-151-2/+2
* bpf: Introduce BPF trampolineAlexei Starovoitov2019-11-151-4/+49
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-11-021-3/+3
|\
| * bpf: Replace prog_raw_tp+btf_id with prog_tracingAlexei Starovoitov2019-10-311-3/+3