summaryrefslogtreecommitdiffstats
path: root/include/linux/bpf.h
Commit message (Expand)AuthorAgeFilesLines
* bpf: Sanitize the bpf_struct_ops tcp-cc nameMartin KaFai Lau2020-03-171-0/+1
* bpf: Reuse log from btf_prase_vmlinux() in btf_struct_ops_init()Martin KaFai Lau2020-01-291-2/+5
* bpf: Allow to resolve bpf trampoline and dispatcher in unwindJiri Olsa2020-01-251-1/+11
* bpf: Add BPF_FUNC_jiffies64Martin KaFai Lau2020-01-221-0/+1
* bpf: Introduce dynamic program extensionsAlexei Starovoitov2020-01-221-1/+9
* xdp: Use bulking for non-map XDP_REDIRECT and consolidate code pathsToke Høiland-Jørgensen2020-01-161-2/+11
* bpf: Add batch ops to all htab bpf mapYonghong Song2020-01-151-0/+3
* bpf: Add generic support for update and delete batch opsBrian Vazquez2020-01-151-0/+10
* bpf: Add generic support for lookup batch opBrian Vazquez2020-01-151-0/+5
* bpf: Introduce function-by-function verificationAlexei Starovoitov2020-01-101-1/+6
* bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau2020-01-091-2/+47
* bpf: Introduce BPF_PROG_TYPE_STRUCT_OPSMartin KaFai Lau2020-01-091-0/+30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-12-271-4/+76
|\
| * xdp: Make cpumap flush_list common for all map instancesBjörn Töpel2019-12-191-2/+2
| * xdp: Make devmap flush_list common for all map instancesBjörn Töpel2019-12-191-2/+2
| * bpf, x86: Align dispatcher branch targets to 16BBjörn Töpel2019-12-131-1/+1
| * bpf, xdp: Start using the BPF dispatcher for XDPBjörn Töpel2019-12-131-0/+15
| * bpf: Introduce BPF dispatcherBjörn Töpel2019-12-131-0/+56
| * bpf: Move trampoline JIT image allocation to a functionBjörn Töpel2019-12-131-0/+1
* | bpf: Fix missing prog untrack in release_mapsDaniel Borkmann2019-12-161-0/+2
* | bpf: Make BPF trampoline use register_ftrace_direct() APIAlexei Starovoitov2019-12-111-0/+1
|/
* bpf: Simplify __bpf_arch_text_poke poke type handlingDaniel Borkmann2019-11-241-8/+2
* bpf: Add poke dependency tracking for prog array mapsDaniel Borkmann2019-11-241-0/+12
* bpf: Add initial poke descriptor table for jit imagesDaniel Borkmann2019-11-241-0/+20
* bpf: Move owner type, jited info into array auxiliary dataDaniel Borkmann2019-11-241-7/+11
* bpf: Move bpf_free_used_maps into sleepable sectionDaniel Borkmann2019-11-241-0/+4
* bpf, x86: Generalize and extend bpf_arch_text_poke for direct jumpsDaniel Borkmann2019-11-241-0/+6
* bpf: Switch bpf_map_{area_alloc,area_mmapable_alloc}() to u64 sizeDaniel Borkmann2019-11-201-3/+3
* bpf: Add mmap() support for BPF_MAP_TYPE_ARRAYAndrii Nakryiko2019-11-181-3/+8
* bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko2019-11-181-8/+5
* bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko2019-11-181-5/+5
* bpf: Support attaching tracing BPF program to other BPF programsAlexei Starovoitov2019-11-151-0/+1
* bpf: Compare BTF types of functions arguments with actual typesAlexei Starovoitov2019-11-151-0/+8
* bpf: Annotate context typesAlexei Starovoitov2019-11-151-1/+10
* bpf: Fix race in btf_resolve_helper_id()Alexei Starovoitov2019-11-151-2/+3
* bpf: Introduce BPF trampolineAlexei Starovoitov2019-11-151-0/+105
* bpf: Add bpf_arch_text_poke() helperAlexei Starovoitov2019-11-151-0/+8
* xsk: Restructure/inline XSKMAP lookup/redirect/flushBjörn Töpel2019-11-021-25/+0
* bpf: Replace prog_raw_tp+btf_id with prog_tracingAlexei Starovoitov2019-10-311-0/+5
* bpf: Prepare btf_ctx_access for non raw_tp use caseMartin KaFai Lau2019-10-241-0/+5
* bpf: Check types of arguments passed into helpersAlexei Starovoitov2019-10-171-5/+13
* bpf: Add support for BTF pointers to x86 JITAlexei Starovoitov2019-10-171-0/+3
* bpf: Implement accurate raw_tp context access via BTFAlexei Starovoitov2019-10-171-1/+16
* bpf: Add attach_btf_id attribute to program loadAlexei Starovoitov2019-10-171-0/+1
* bpf: Align struct bpf_prog_statsEric Dumazet2019-10-111-1/+1
* bpf: add new BPF_BTF_GET_NEXT_ID syscall commandQuentin Monnet2019-08-201-0/+3
* bpf: export bpf_map_inc_not_zeroStanislav Fomichev2019-08-171-0/+2
* xdp: Add devmap_hash map type for looking up devices by hashed indexToke Høiland-Jørgensen2019-07-291-0/+7
* include/bpf.h: Remove map_insert_ctx() stubsToke Høiland-Jørgensen2019-07-291-10/+0
* bpf: implement getsockopt and setsockopt hooksStanislav Fomichev2019-06-271-0/+2