summaryrefslogtreecommitdiff
path: root/kernel/bpf/core.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-07bpf: Delete repeated words in commentsRandy Dunlap1-1/+1
2020-07-26bpf: Make cgroup storages shared between programs on the same cgroupYiFei Zhu1-12/+0
2020-07-18bpf, netns: Handle multiple link attachmentsJakub Sitnicki1-0/+55
2020-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-2/+8
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig1-3/+3
2020-06-02bpf: Fix spelling in comment explaining ARG1 in ___bpf_prog_runChris Packham1-1/+1
2020-05-15bpf: Implement CAP_BPFAlexei Starovoitov1-1/+1
2020-05-08crypto: lib/sha1 - rename "sha" to "sha1"Eric Biggers1-9/+9
2020-04-26bpf: add bpf_ktime_get_boot_ns()Maciej Żenczykowski1-0/+1
2020-04-26bpf: Fix missing bpf_base_func_proto in cgroup_base_func_proto for CGROUP_NET=nStanislav Fomichev1-0/+5
2020-03-28bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor idDaniel Borkmann1-0/+1
2020-03-13bpf: Add bpf_ksym_add/del functionsJiri Olsa1-14/+19
2020-03-13bpf: Add prog flag to struct bpf_ksym objectJiri Olsa1-11/+11
2020-03-13bpf: Add bpf_ksym_find functionJiri Olsa1-7/+15
2020-03-13bpf: Move ksym_tnode to bpf_ksymJiri Olsa1-14/+10
2020-03-13bpf: Move lnode list node to struct bpf_ksymJiri Olsa1-11/+11
2020-03-13bpf: Add name to struct bpf_ksymJiri Olsa1-3/+6
2020-03-13bpf: Add struct bpf_ksymJiri Olsa1-16/+12
2020-03-13bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira1-0/+1
2020-01-23bpf: Add BPF_FUNC_jiffies64Martin KaFai Lau1-0/+1
2019-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-4/+2
2019-12-20bpf: Remove unnecessary assertion on fp_oldAditya Pakki1-2/+0
2019-12-17bpf: Fix cgroup local storage prog trackingDaniel Borkmann1-2/+1
2019-12-16bpf: Fix missing prog untrack in release_mapsDaniel Borkmann1-4/+10
2019-12-12bpf, x86, arm64: Enable jit by default when not built as always-onDaniel Borkmann1-2/+2
2019-11-25bpf: Add poke dependency tracking for prog array mapsDaniel Borkmann1-2/+7
2019-11-25bpf: Add initial poke descriptor table for jit imagesDaniel Borkmann1-0/+34
2019-11-25bpf: Move owner type, jited info into array auxiliary dataDaniel Borkmann1-6/+5
2019-11-25bpf: Move bpf_free_used_maps into sleepable sectionDaniel Borkmann1-0/+23
2019-11-16bpf: Support attaching tracing BPF program to other BPF programsAlexei Starovoitov1-0/+2
2019-11-16bpf: Introduce BPF trampolineAlexei Starovoitov1-0/+1
2019-11-16bpf: Add bpf_arch_text_poke() helperAlexei Starovoitov1-0/+6
2019-11-16bpf: Support doubleword alignment in bpf_jit_binary_allocIlya Leoshkevich1-0/+4
2019-11-07bpf: Account for insn->off when doing bpf_probe_read_kernelMartin KaFai Lau1-1/+1
2019-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-7/+5
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-11-02bpf: Switch BPF probe insns to bpf_probe_read_kernelDaniel Borkmann1-4/+5
2019-10-31bpf: Fix bpf jit kallsym accessAlexei Starovoitov1-3/+0
2019-10-22bpf: Fix use after free in subprog's jited symbol removalDaniel Borkmann1-1/+1
2019-10-17bpf: Add support for BTF pointers to x86 JITAlexei Starovoitov1-1/+19
2019-10-17bpf: Add support for BTF pointers to interpreterAlexei Starovoitov1-0/+19
2019-08-27bpf: handle 32-bit zext during constant blindingNaveen N. Rao1-2/+6
2019-07-18bpf: Disable GCC -fgcse optimization for ___bpf_prog_run()Josh Poimboeuf1-1/+1
2019-07-18Merge branch 'x86/debug' into core/urgentThomas Gleixner1-2/+1
2019-07-09bpf: Fix ORC unwinding in non-JIT BPF codeJosh Poimboeuf1-2/+1
2019-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2019-06-28bpf: implement getsockopt and setsockopt hooksStanislav Fomichev1-0/+9
2019-06-26bpf: fix BPF_ALU32 | BPF_ARSH on BE archesJiong Wang1-2/+2
2019-06-25xdp: Add tracepoint for bulk XDP_TXToshiaki Makita1-0/+1
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0