summaryrefslogtreecommitdiff
path: root/kernel/bpf/core.c
AgeCommit message (Expand)Author
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig
2020-06-01bpf: Fix spelling in comment explaining ARG1 in ___bpf_prog_runChris Packham
2020-05-15bpf: Implement CAP_BPFAlexei Starovoitov
2020-05-08crypto: lib/sha1 - rename "sha" to "sha1"Eric Biggers
2020-04-26bpf: add bpf_ktime_get_boot_ns()Maciej Żenczykowski
2020-04-26bpf: Fix missing bpf_base_func_proto in cgroup_base_func_proto for CGROUP_NET=nStanislav Fomichev
2020-03-27bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor idDaniel Borkmann
2020-03-13bpf: Add bpf_ksym_add/del functionsJiri Olsa
2020-03-13bpf: Add prog flag to struct bpf_ksym objectJiri Olsa
2020-03-13bpf: Add bpf_ksym_find functionJiri Olsa
2020-03-13bpf: Move ksym_tnode to bpf_ksymJiri Olsa
2020-03-13bpf: Move lnode list node to struct bpf_ksymJiri Olsa
2020-03-13bpf: Add name to struct bpf_ksymJiri Olsa
2020-03-13bpf: Add struct bpf_ksymJiri Olsa
2020-03-12bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira
2020-01-22bpf: Add BPF_FUNC_jiffies64Martin KaFai Lau
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-12-19bpf: Remove unnecessary assertion on fp_oldAditya Pakki
2019-12-17bpf: Fix cgroup local storage prog trackingDaniel Borkmann
2019-12-16bpf: Fix missing prog untrack in release_mapsDaniel Borkmann
2019-12-11bpf, x86, arm64: Enable jit by default when not built as always-onDaniel 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-15bpf: Support attaching tracing BPF program to other BPF programsAlexei Starovoitov
2019-11-15bpf: Introduce BPF trampolineAlexei Starovoitov
2019-11-15bpf: Add bpf_arch_text_poke() helperAlexei Starovoitov
2019-11-15bpf: Support doubleword alignment in bpf_jit_binary_allocIlya Leoshkevich
2019-11-06bpf: Account for insn->off when doing bpf_probe_read_kernelMartin KaFai Lau
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-02bpf: Switch BPF probe insns to bpf_probe_read_kernelDaniel Borkmann
2019-10-31bpf: Fix bpf jit kallsym accessAlexei Starovoitov
2019-10-22bpf: Fix use after free in subprog's jited symbol removalDaniel Borkmann
2019-10-17bpf: Add support for BTF pointers to x86 JITAlexei Starovoitov
2019-10-17bpf: Add support for BTF pointers to interpreterAlexei Starovoitov
2019-08-26bpf: handle 32-bit zext during constant blindingNaveen N. Rao
2019-07-18bpf: Disable GCC -fgcse optimization for ___bpf_prog_run()Josh Poimboeuf
2019-07-18Merge branch 'x86/debug' into core/urgentThomas Gleixner
2019-07-09bpf: Fix ORC unwinding in non-JIT BPF codeJosh Poimboeuf
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-27bpf: implement getsockopt and setsockopt hooksStanislav Fomichev
2019-06-26bpf: fix BPF_ALU32 | BPF_ARSH on BE archesJiong Wang
2019-06-25xdp: Add tracepoint for bulk XDP_TXToshiaki Makita
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-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner