summaryrefslogtreecommitdiff
path: root/include/linux/bpf.h
AgeCommit message (Expand)Author
2019-11-24bpf: Simplify __bpf_arch_text_poke poke type handlingDaniel Borkmann
2019-11-24bpf: Add poke dependency tracking for prog array mapsDaniel Borkmann
2019-11-24bpf: Add initial poke descriptor table for jit imagesDaniel Borkmann
2019-11-24bpf: Move owner type, jited info into array auxiliary dataDaniel Borkmann
2019-11-24bpf: Move bpf_free_used_maps into sleepable sectionDaniel Borkmann
2019-11-24bpf, x86: Generalize and extend bpf_arch_text_poke for direct jumpsDaniel Borkmann
2019-11-20bpf: Switch bpf_map_{area_alloc,area_mmapable_alloc}() to u64 sizeDaniel Borkmann
2019-11-18bpf: Add mmap() support for BPF_MAP_TYPE_ARRAYAndrii Nakryiko
2019-11-18bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko
2019-11-18bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko
2019-11-15bpf: Support attaching tracing BPF program to other BPF programsAlexei Starovoitov
2019-11-15bpf: Compare BTF types of functions arguments with actual typesAlexei Starovoitov
2019-11-15bpf: Annotate context typesAlexei Starovoitov
2019-11-15bpf: Fix race in btf_resolve_helper_id()Alexei Starovoitov
2019-11-15bpf: Introduce BPF trampolineAlexei Starovoitov
2019-11-15bpf: Add bpf_arch_text_poke() helperAlexei Starovoitov
2019-11-02xsk: Restructure/inline XSKMAP lookup/redirect/flushBjörn Töpel
2019-10-31bpf: Replace prog_raw_tp+btf_id with prog_tracingAlexei Starovoitov
2019-10-24bpf: Prepare btf_ctx_access for non raw_tp use caseMartin KaFai Lau
2019-10-17bpf: Check types of arguments passed into helpersAlexei Starovoitov
2019-10-17bpf: Add support for BTF pointers to x86 JITAlexei Starovoitov
2019-10-17bpf: Implement accurate raw_tp context access via BTFAlexei Starovoitov
2019-10-17bpf: Add attach_btf_id attribute to program loadAlexei Starovoitov
2019-10-11bpf: Align struct bpf_prog_statsEric Dumazet
2019-08-20bpf: add new BPF_BTF_GET_NEXT_ID syscall commandQuentin Monnet
2019-08-17bpf: export bpf_map_inc_not_zeroStanislav Fomichev
2019-07-29xdp: Add devmap_hash map type for looking up devices by hashed indexToke Høiland-Jørgensen
2019-07-29include/bpf.h: Remove map_insert_ctx() stubsToke Høiland-Jørgensen
2019-06-27bpf: implement getsockopt and setsockopt hooksStanislav Fomichev
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-14sysctl: define proc_do_static_key()Eric Dumazet
2019-06-15bpf: Fix build error without CONFIG_INETYueHaibing
2019-06-10bpf: Allow bpf_map_lookup_elem() on an xskmapJonathan Lemon
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-31bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin
2019-05-31bpf: rework memlock-based memory accounting for mapsRoman Gushchin
2019-05-31bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin
2019-05-31bpf: Create BPF_PROG_CGROUP_INET_EGRESS_RUN_ARRAYbrakmo
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner
2019-05-29bpf: remove __rcu annotations from bpf_prog_arrayStanislav Fomichev
2019-05-24bpf: verifier: insert zero extension according to analysis resultJiong Wang
2019-05-14bpf: add map_lookup_elem_sys_only for lookups from syscall sideDaniel Borkmann
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-27bpf: Introduce bpf sk local storageMartin KaFai Lau
2019-04-26bpf: add writable context for raw tracepointsMatt Mullins
2019-04-25bpf: Fix preempt_enable_no_resched() abusePeter Zijlstra
2019-04-12bpf: Introduce bpf_strtol and bpf_strtoul helpersAndrey Ignatov
2019-04-12bpf: Introduce ARG_PTR_TO_{INT,LONG} arg typesAndrey Ignatov
2019-04-11bpf: fix missing bpf_check_uarg_tail_zero in BPF_PROG_TEST_RUNStanislav Fomichev