summaryrefslogtreecommitdiff
path: root/kernel/bpf/core.c
AgeCommit message (Expand)Author
2022-07-29bpf: Make sure mac_header was set before using itEric Dumazet
2022-07-12bpf: Stop caching subprog index in the bpf_pseudo_func insnMartin KaFai Lau
2022-06-14bpf: Fix probe read error in ___bpf_prog_run()Menglong Dong
2021-10-26bpf: Fix potential race in tail call compatibility checkToke Høiland-Jørgensen
2021-10-22bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer
2021-09-28bpf: Exempt CAP_BPF from checks against bpf_jit_limitLorenz Bauer
2021-08-19bpf: Undo off-by-one in interpreter tail call count limitDaniel Borkmann
2021-08-17bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-10bpf, core: Fix kernel-doc notationRandy Dunlap
2021-08-02bpf: Fix off-by-one in tail call count limitingJohan Almbladh
2021-07-29bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann
2021-07-09bpf: Track subprog poke descriptors correctly and fix use-after-freeJohn Fastabend
2021-06-17bpf: Fix up register-based shifts in interpreter to silence KUBSANDaniel Borkmann
2021-04-03bpf: Remove unused parameter from ___bpf_prog_runHe Fengqing
2021-03-26bpf: Support bpf program calling kernel functionMartin KaFai Lau
2021-03-26bpf: Simplify freeing logic in linfo and jited_linfoMartin KaFai Lau
2021-03-18bpf: Fix fexit trampoline.Alexei Starovoitov
2021-03-04bpf: Explicitly zero-extend R0 after 32-bit cmpxchgBrendan Jackman
2021-02-22bpf: Clear percpu pointers in bpf_prog_clone_free()Cong Wang
2021-02-11bpf: Clear per_cpu pointers during bpf_prog_reallocAlexei Starovoitov
2021-02-11bpf: Add per-program recursion prevention mechanismAlexei Starovoitov
2021-02-11bpf: Optimize program statsAlexei Starovoitov
2021-01-14bpf: Add bitwise atomic instructionsBrendan Jackman
2021-01-14bpf: Pull out a macro for interpreting atomic ALU operationsBrendan Jackman
2021-01-14bpf: Add instructions for atomic_[cmp]xchgBrendan Jackman
2021-01-14bpf: Add BPF_FETCH field / create atomic_fetch_add instructionBrendan Jackman
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman
2021-01-12bpf: Support BPF ksym variables in kernel modulesAndrii Nakryiko
2020-12-02bpf: Eliminate rlimit-based memory accounting for bpf progsRoman Gushchin
2020-12-02bpf: Memcg-based memory accounting for bpf progsRoman Gushchin
2020-11-18bpf: Add bpf_ktime_get_coarse_ns helperDmitrii Banshchikov
2020-10-29bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSEArd Biesheuvel
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-09-29bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attachToke Høiland-Jørgensen
2020-09-28bpf: Add bpf_seq_printf_btf helperAlan Maguire
2020-09-28bpf: Add bpf_snprintf_btf helperAlan Maguire
2020-09-17bpf, x64: rework pro/epilogue and tailcall handling in JITMaciej Fijalkowski
2020-09-17bpf: rename poke descriptor's 'ip' member to 'tailcall_target'Maciej Fijalkowski
2020-09-15bpf: Mutex protect used_maps array and countYiFei Zhu
2020-09-10objtool: Rename frame.h -> objtool.hJulien Thierry
2020-08-07bpf: Delete repeated words in commentsRandy Dunlap
2020-07-25bpf: Make cgroup storages shared between programs on the same cgroupYiFei Zhu
2020-07-17bpf, netns: Handle multiple link attachmentsJakub Sitnicki
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