aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-06bpf: Account for insn->off when doing bpf_probe_read_kernelMartin KaFai Lau1-1/+1
2019-11-07bpf, offload: Unlock on error in bpf_offload_dev_create()Dan Carpenter1-1/+3
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-96/+73
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-13/+53
2019-11-02bpf: Switch BPF probe insns to bpf_probe_read_kernelDaniel Borkmann1-4/+5
2019-11-02xsk: Restructure/inline XSKMAP lookup/redirect/flushBjörn Töpel1-48/+0
2019-11-02bpf: Implement map_gen_lookup() callback for XSKMAPMaciej Fijalkowski1-0/+17
2019-11-02xsk: Store struct xdp_sock as a flexible array member of the XSKMAPBjörn Töpel1-32/+23
2019-10-31bpf: Change size to u64 for bpf_map_{area_alloc, charge_init}()Björn Töpel1-2/+5
2019-10-31bpf: Replace prog_raw_tp+btf_id with prog_tracingAlexei Starovoitov2-13/+27
2019-10-31bpf: Fix bpf jit kallsym accessAlexei Starovoitov1-3/+0