aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bpf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-25bpf: Allow to resolve bpf trampoline and dispatcher in unwindJiri Olsa1-1/+11
2020-01-22bpf: Add BPF_FUNC_jiffies64Martin KaFai Lau1-0/+1
2020-01-22bpf: Introduce dynamic program extensionsAlexei Starovoitov1-1/+9
2020-01-16xdp: Use bulking for non-map XDP_REDIRECT and consolidate code pathsToke Høiland-Jørgensen1-2/+11
2020-01-15bpf: Add batch ops to all htab bpf mapYonghong Song1-0/+3
2020-01-15bpf: Add generic support for update and delete batch opsBrian Vazquez1-0/+10
2020-01-15bpf: Add generic support for lookup batch opBrian Vazquez1-0/+5
2020-01-10bpf: Introduce function-by-function verificationAlexei Starovoitov1-1/+6
2020-01-09bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau1-2/+47
2020-01-09bpf: Introduce BPF_PROG_TYPE_STRUCT_OPSMartin KaFai Lau1-0/+30
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-4/+76
2019-12-19xdp: Make cpumap flush_list common for all map instancesBjörn Töpel1-2/+2
2019-12-19xdp: Make devmap flush_list common for all map instancesBjörn Töpel1-2/+2
2019-12-16bpf: Fix missing prog untrack in release_mapsDaniel Borkmann1-0/+2
2019-12-13bpf, x86: Align dispatcher branch targets to 16BBjörn Töpel1-1/+1
2019-12-13bpf, xdp: Start using the BPF dispatcher for XDPBjörn Töpel1-0/+15
2019-12-13bpf: Introduce BPF dispatcherBjörn Töpel1-0/+56
2019-12-13bpf: Move trampoline JIT image allocation to a functionBjörn Töpel1-0/+1
2019-12-11bpf: Make BPF trampoline use register_ftrace_direct() APIAlexei Starovoitov1-0/+1
2019-11-24bpf: Simplify __bpf_arch_text_poke poke type handlingDaniel Borkmann1-8/+2
2019-11-24bpf: Add poke dependency tracking for prog array mapsDaniel Borkmann1-0/+12
2019-11-24bpf: Add initial poke descriptor table for jit imagesDaniel Borkmann1-0/+20
2019-11-24bpf: Move owner type, jited info into array auxiliary dataDaniel Borkmann1-7/+11
2019-11-24bpf: Move bpf_free_used_maps into sleepable sectionDaniel Borkmann1-0/+4
2019-11-24bpf, x86: Generalize and extend bpf_arch_text_poke for direct jumpsDaniel Borkmann1-0/+6
2019-11-20bpf: Switch bpf_map_{area_alloc,area_mmapable_alloc}() to u64 sizeDaniel Borkmann1-3/+3
2019-11-18bpf: Add mmap() support for BPF_MAP_TYPE_ARRAYAndrii Nakryiko1-3/+8
2019-11-18bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko1-8/+5
2019-11-18bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko1-5/+5
2019-11-15bpf: Support attaching tracing BPF program to other BPF programsAlexei Starovoitov1-0/+1
2019-11-15bpf: Compare BTF types of functions arguments with actual typesAlexei Starovoitov1-0/+8
2019-11-15bpf: Annotate context typesAlexei Starovoitov1-1/+10
2019-11-15bpf: Fix race in btf_resolve_helper_id()Alexei Starovoitov1-2/+3
2019-11-15bpf: Introduce BPF trampolineAlexei Starovoitov1-0/+105
2019-11-15bpf: Add bpf_arch_text_poke() helperAlexei Starovoitov1-0/+8
2019-11-02xsk: Restructure/inline XSKMAP lookup/redirect/flushBjörn Töpel1-25/+0
2019-10-31bpf: Replace prog_raw_tp+btf_id with prog_tracingAlexei Starovoitov1-0/+5
2019-10-24bpf: Prepare btf_ctx_access for non raw_tp use caseMartin KaFai Lau1-0/+5
2019-10-17bpf: Check types of arguments passed into helpersAlexei Starovoitov1-5/+13
2019-10-17bpf: Add support for BTF pointers to x86 JITAlexei Starovoitov1-0/+3
2019-10-17bpf: Implement accurate raw_tp context access via BTFAlexei Starovoitov1-1/+16
2019-10-17bpf: Add attach_btf_id attribute to program loadAlexei Starovoitov1-0/+1
2019-10-11bpf: Align struct bpf_prog_statsEric Dumazet1-1/+1
2019-08-20bpf: add new BPF_BTF_GET_NEXT_ID syscall commandQuentin Monnet1-0/+3
2019-08-17bpf: export bpf_map_inc_not_zeroStanislav Fomichev1-0/+2
2019-07-29xdp: Add devmap_hash map type for looking up devices by hashed indexToke Høiland-Jørgensen1-0/+7
2019-07-29include/bpf.h: Remove map_insert_ctx() stubsToke Høiland-Jørgensen1-10/+0
2019-06-27bpf: implement getsockopt and setsockopt hooksStanislav Fomichev1-0/+2
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+25
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0