aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/bpf/syscall.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-26bpf: Remove unused vairable 'bpf_xdp_link_lops'YueHaibing1-1/+0
2020-03-26bpf: Factor out attach_type to prog_type mapping for attach/detachAndrii Nakryiko1-87/+66
2020-03-13bpf: Abstract away entire bpf_link clean up procedureAndrii Nakryiko1-7/+11
2020-03-11bpf: Add bpf_link_new_file that doesn't install FDAndrii Nakryiko1-34/+88
2020-03-04bpf: Introduce BPF_MODIFY_RETURNKP Singh1-0/+1
2020-03-02bpf: Introduce pinnable bpf_link abstractionAndrii Nakryiko1-42/+181
2020-02-27bpf: INET_DIAG support in bpf_sk_storageMartin KaFai Lau1-0/+15
2020-02-24bpf: Replace open coded recursion prevention in sys_bpf()Thomas Gleixner1-19/+8
2020-01-22bpf: Introduce dynamic program extensionsAlexei Starovoitov1-3/+12
2020-01-20bpf: Fix memory leaks in generic update/delete batch opsBrian Vazquez1-11/+19
2020-01-16bpf: Remove set but not used variable 'first_key'YueHaibing1-2/+0
2020-01-15bpf: Add batch ops to all htab bpf mapYonghong Song1-1/+8
2020-01-15bpf: Add generic support for update and delete batch opsBrian Vazquez1-0/+115
2020-01-15bpf: Add generic support for lookup batch opBrian Vazquez1-4/+156
2020-01-15bpf: Add bpf_map_{value_size, update_value, map_copy_value} functionsBrian Vazquez1-128/+152
2020-01-09bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau1-17/+35
2020-01-09bpf: Introduce BPF_PROG_TYPE_STRUCT_OPSMartin KaFai Lau1-6/+11
2019-12-19bpf: Support replacing cgroup-bpf program in MULTI modeAndrey Ignatov1-2/+2
2019-12-13bpf, xdp: Start using the BPF dispatcher for XDPBjörn Töpel1-8/+18
2019-12-11bpf: Emit audit messages upon successful prog load and unloadDaniel Borkmann1-0/+33
2019-11-24bpf: Add poke dependency tracking for prog array mapsDaniel Borkmann1-6/+14
2019-11-24bpf: Move owner type, jited info into array auxiliary dataDaniel Borkmann1-10/+6
2019-11-24bpf: Move bpf_free_used_maps into sleepable sectionDaniel Borkmann1-20/+0
2019-11-23Revert "bpf: Emit audit messages upon successful prog load and unload"Jakub Kicinski1-31/+0
2019-11-20bpf: Switch bpf_map_{area_alloc,area_mmapable_alloc}() to u64 sizeDaniel Borkmann1-4/+7
2019-11-20bpf: Emit audit messages upon successful prog load and unloadDaniel Borkmann1-0/+31
2019-11-18bpf: Add mmap() support for BPF_MAP_TYPE_ARRAYAndrii Nakryiko1-3/+96
2019-11-18bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko1-21/+9
2019-11-18bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko1-29/+22
2019-11-15bpf: Support attaching tracing BPF program to other BPF programsAlexei Starovoitov1-4/+15
2019-11-15bpf: Compare BTF types of functions arguments with actual typesAlexei Starovoitov1-0/+1
2019-11-15bpf: Annotate context typesAlexei Starovoitov1-2/+2
2019-11-15bpf: Introduce BPF trampolineAlexei Starovoitov1-4/+49
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-3/+3
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-11/+20
2019-10-31bpf: Replace prog_raw_tp+btf_id with prog_tracingAlexei Starovoitov1-3/+3
2019-10-24bpf: Prepare btf_ctx_access for non raw_tp use caseMartin KaFai Lau1-3/+1
2019-10-22bpf: Fix use after free in bpf_get_prog_nameDaniel Borkmann1-1/+1
2019-10-22bpf: Fix use after free in subprog's jited symbol removalDaniel Borkmann1-11/+20
2019-10-18bpf: Fix bpf_attr.attach_btf_id checkAlexei Starovoitov1-6/+11
2019-10-17bpf: Attach raw_tp program with BTF via type nameAlexei Starovoitov1-23/+47
2019-10-17bpf: Add attach_btf_id attribute to program loadAlexei Starovoitov1-4/+14
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-3/+18
2019-08-28bpf: introduce verifier internal test flagAlexei Starovoitov1-0/+1
2019-08-24bpf: fix use after free in prog symbol exposureDaniel Borkmann1-12/+18
2019-08-20bpf: add new BPF_BTF_GET_NEXT_ID syscall commandQuentin Monnet1-0/+4
2019-08-17bpf: export bpf_map_inc_not_zeroStanislav Fomichev1-3/+13
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-43/+79
2019-07-03Merge branch 'timers/vdso' into timers/coreThomas Gleixner1-0/+8
2019-06-27bpf: implement getsockopt and setsockopt hooksStanislav Fomichev1-0/+19