aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-15bpf: Fix incorrect verifier simulation of ARSH under ALU32Daniel Borkmann2-5/+17
2020-01-06bpf: Fix passing modified ctx to ld/abs/ind instructionDaniel Borkmann1-2/+7
2020-01-06bpf: cgroup: prevent out-of-order release of cgroup bpfRoman Gushchin1-2/+9
2019-12-22bpf: Fix precision tracking for unbounded scalarsDaniel Borkmann1-21/+22
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-38/+92
2019-12-19bpf: Fix record_func_key to perform backtracking on r3Daniel Borkmann1-1/+7
2019-12-17bpf: Fix cgroup local storage prog trackingDaniel Borkmann3-15/+14
2019-12-16bpf: Fix missing prog untrack in release_mapsDaniel Borkmann2-16/+12
2019-12-11bpf: Make BPF trampoline use register_ftrace_direct() APIAlexei Starovoitov1-6/+58
2019-12-11bpf: Fix build in minimal configurations, againArnd Bergmann1-0/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya2-3/+3
2019-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-2/+8
2019-12-04bpf: Fix a bug when getting subprog 0 jited image in check_attach_btf_idYonghong Song1-1/+4
2019-12-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+4
2019-11-29bpf: Fix build in minimal configurationsAlexei Starovoitov1-0/+1
2019-11-27bpf: Fix static checker warningAlexei Starovoitov1-1/+3
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-11-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds12-313/+2267
2019-11-25Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds2-2/+2
2019-11-24bpf: Simplify __bpf_arch_text_poke poke type handlingDaniel Borkmann2-15/+5
2019-11-24bpf: Constant map key tracking for prog array pokesDaniel Borkmann1-9/+111
2019-11-24bpf: Add poke dependency tracking for prog array mapsDaniel Borkmann3-12/+200
2019-11-24bpf: Add initial poke descriptor table for jit imagesDaniel Borkmann1-0/+34
2019-11-24bpf: Move owner type, jited info into array auxiliary dataDaniel Borkmann4-21/+43
2019-11-24bpf: Move bpf_free_used_maps into sleepable sectionDaniel Borkmann2-20/+23
2019-11-24bpf: Provide better register bounds after jmp32 instructionsYonghong Song1-0/+19
2019-11-24xdp: Fix cleanup on map free for devmap_hash map typeToke Høiland-Jørgensen1-28/+46
2019-11-23Revert "bpf: Emit audit messages upon successful prog load and unload"Jakub Kicinski1-31/+0
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2019-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller10-135/+1184
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-19bpf: Make array_map_mmap staticYueHaibing1-1/+1
2019-11-18bpf: Add mmap() support for BPF_MAP_TYPE_ARRAYAndrii Nakryiko2-9/+148
2019-11-18bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko2-23/+12
2019-11-18bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko5-40/+27
2019-11-15bpf: Support attaching tracing BPF program to other BPF programsAlexei Starovoitov4-27/+147
2019-11-15bpf: Compare BTF types of functions arguments with actual typesAlexei Starovoitov3-3/+98
2019-11-15bpf: Annotate context typesAlexei Starovoitov3-6/+114
2019-11-15bpf: Fix race in btf_resolve_helper_id()Alexei Starovoitov2-6/+28
2019-11-15bpf: Introduce BPF trampolineAlexei Starovoitov6-8/+419
2019-11-15bpf: Add bpf_arch_text_poke() helperAlexei Starovoitov1-0/+6
2019-11-15bpf: Support doubleword alignment in bpf_jit_binary_allocIlya Leoshkevich1-0/+4
2019-11-12cgroup: use cgrp->kn->id as the cgroup IDTejun Heo2-2/+2
2019-11-12kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo2-2/+2
2019-11-11irq_work: Convert flags to atomic_tFrederic Weisbecker1-1/+1
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-4/+7
2019-11-07bpf: Add array support to btf_struct_accessMartin KaFai Lau1-29/+166