summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)AuthorLines
2019-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-2/+8
2019-12-04bpf: Fix a bug when getting subprog 0 jited image in check_attach_btf_idYonghong Song-1/+4
2019-12-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2019-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-1/+4
2019-11-29bpf: Fix build in minimal configurationsAlexei Starovoitov-0/+1
2019-11-27bpf: Fix static checker warningAlexei Starovoitov-1/+3
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2019-11-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-313/+2267
2019-11-25Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds-2/+2
2019-11-24bpf: Simplify __bpf_arch_text_poke poke type handlingDaniel Borkmann-15/+5
2019-11-24bpf: Constant map key tracking for prog array pokesDaniel Borkmann-9/+111
2019-11-24bpf: Add poke dependency tracking for prog array mapsDaniel Borkmann-12/+200
2019-11-24bpf: Add initial poke descriptor table for jit imagesDaniel Borkmann-0/+34
2019-11-24bpf: Move owner type, jited info into array auxiliary dataDaniel Borkmann-21/+43
2019-11-24bpf: Move bpf_free_used_maps into sleepable sectionDaniel Borkmann-20/+23
2019-11-24bpf: Provide better register bounds after jmp32 instructionsYonghong Song-0/+19
2019-11-24xdp: Fix cleanup on map free for devmap_hash map typeToke Høiland-Jørgensen-28/+46
2019-11-23Revert "bpf: Emit audit messages upon successful prog load and unload"Jakub Kicinski-31/+0
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+3
2019-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-135/+1184
2019-11-20bpf: Switch bpf_map_{area_alloc,area_mmapable_alloc}() to u64 sizeDaniel Borkmann-4/+7
2019-11-20bpf: Emit audit messages upon successful prog load and unloadDaniel Borkmann-0/+31
2019-11-19bpf: Make array_map_mmap staticYueHaibing-1/+1
2019-11-18bpf: Add mmap() support for BPF_MAP_TYPE_ARRAYAndrii Nakryiko-9/+148
2019-11-18bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko-23/+12
2019-11-18bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko-40/+27
2019-11-15bpf: Support attaching tracing BPF program to other BPF programsAlexei Starovoitov-27/+147
2019-11-15bpf: Compare BTF types of functions arguments with actual typesAlexei Starovoitov-3/+98
2019-11-15bpf: Annotate context typesAlexei Starovoitov-6/+114
2019-11-15bpf: Fix race in btf_resolve_helper_id()Alexei Starovoitov-6/+28
2019-11-15bpf: Introduce BPF trampolineAlexei Starovoitov-8/+419
2019-11-15bpf: Add bpf_arch_text_poke() helperAlexei Starovoitov-0/+6
2019-11-15bpf: Support doubleword alignment in bpf_jit_binary_allocIlya Leoshkevich-0/+4
2019-11-12cgroup: use cgrp->kn->id as the cgroup IDTejun Heo-2/+2
2019-11-12kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo-2/+2
2019-11-11irq_work: Convert flags to atomic_tFrederic Weisbecker-1/+1
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-4/+7
2019-11-07bpf: Add array support to btf_struct_accessMartin KaFai Lau-29/+166
2019-11-06bpf: Account for insn->off when doing bpf_probe_read_kernelMartin KaFai Lau-1/+1
2019-11-07bpf, offload: Unlock on error in bpf_offload_dev_create()Dan Carpenter-1/+3
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-96/+73
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-13/+53
2019-11-02bpf: Switch BPF probe insns to bpf_probe_read_kernelDaniel Borkmann-4/+5
2019-11-02xsk: Restructure/inline XSKMAP lookup/redirect/flushBjörn Töpel-48/+0
2019-11-02bpf: Implement map_gen_lookup() callback for XSKMAPMaciej Fijalkowski-0/+17
2019-11-02xsk: Store struct xdp_sock as a flexible array member of the XSKMAPBjörn Töpel-32/+23
2019-10-31bpf: Change size to u64 for bpf_map_{area_alloc, charge_init}()Björn Töpel-2/+5
2019-10-31bpf: Replace prog_raw_tp+btf_id with prog_tracingAlexei Starovoitov-13/+27
2019-10-31bpf: Fix bpf jit kallsym accessAlexei Starovoitov-3/+0