aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bpf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-14sysctl: define proc_do_static_key()Eric Dumazet1-1/+0
2019-06-15bpf: Fix build error without CONFIG_INETYueHaibing1-7/+24
2019-06-10bpf: Allow bpf_map_lookup_elem() on an xskmapJonathan Lemon1-0/+8
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+1
2019-05-31bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin1-1/+1
2019-05-31bpf: rework memlock-based memory accounting for mapsRoman Gushchin1-1/+4
2019-05-31bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin1-3/+7
2019-05-31bpf: Create BPF_PROG_CGROUP_INET_EGRESS_RUN_ARRAYbrakmo1-0/+50
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner1-4/+1
2019-05-29bpf: remove __rcu annotations from bpf_prog_arrayStanislav Fomichev1-6/+6
2019-05-24bpf: verifier: insert zero extension according to analysis resultJiong Wang1-0/+1
2019-05-14bpf: add map_lookup_elem_sys_only for lookups from syscall sideDaniel Borkmann1-0/+1
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-04-27bpf: Introduce bpf sk local storageMartin KaFai Lau1-0/+2
2019-04-26bpf: add writable context for raw tracepointsMatt Mullins1-0/+2
2019-04-25bpf: Fix preempt_enable_no_resched() abusePeter Zijlstra1-1/+1
2019-04-12bpf: Introduce bpf_strtol and bpf_strtoul helpersAndrey Ignatov1-0/+2
2019-04-12bpf: Introduce ARG_PTR_TO_{INT,LONG} arg typesAndrey Ignatov1-0/+2
2019-04-11bpf: fix missing bpf_check_uarg_tail_zero in BPF_PROG_TEST_RUNStanislav Fomichev1-8/+28