summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
2020-09-30bpf: Introduce BPF_F_PRESERVE_ELEMS for perf event arraySong Liu1-2/+17
2020-09-30bpf, net: Rework cookie generator as per-cpu oneDaniel Borkmann1-1/+1
2020-09-29bpf: Fix context type resolving for extension programsToke Høiland-Jørgensen1-1/+8
2020-09-29bpf: Support attaching freplace programs to multiple attach pointsToke Høiland-Jørgensen2-16/+126
2020-09-29bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attachToke Høiland-Jørgensen7-253/+289
2020-09-29bpf/preload: Make sure Makefile cleans up after itself, and add .gitignoreToke Høiland-Jørgensen2-0/+6
2020-09-28bpf: Add bpf_seq_printf_btf helperAlan Maguire2-2/+3
2020-09-28bpf: Bump iter seq size to support BTF representation of large data structuresAlan Maguire1-2/+2
2020-09-28bpf: Add bpf_snprintf_btf helperAlan Maguire2-0/+5
2020-09-28bpf: Move to generic BTF show support, apply it to seq files/stringsAlan Maguire1-102/+905
2020-09-28bpf: Provide function to get vmlinux BTF informationAlan Maguire1-6/+12
2020-09-28bpf: verifier: refactor check_attach_btf_id()Toke Høiland-Jørgensen2-87/+118
2020-09-28bpf: change logging calls from verbose() to bpf_log() and use log pointerToke Høiland-Jørgensen2-28/+28
2020-09-28bpf: disallow attaching modify_return tracing functions to other BPF programsToke Høiland-Jørgensen1-0/+5
2020-09-28bpf: sockmap: Enable map_update_elem from bpf_iterLorenz Bauer1-1/+1
2020-09-28bpf, cpumap: Remove rcpu pointer from cpu_map_build_skb signatureLorenzo Bianconi1-3/+2
2020-09-28bpf: Enable BPF_PROG_TEST_RUN for raw_tracepointSong Liu1-1/+1
2020-09-25bpf, verifier: Remove redundant var_off.value ops in scalar known reg casesJohn Fastabend1-4/+2
2020-09-25bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau1-2/+2
2020-09-25bpf: Enable bpf_skc_to_* sock casting helper to networking prog typeMartin KaFai Lau1-2/+32
2020-09-25bpf: Move the PTR_TO_BTF_ID check to check_reg_type()Martin KaFai Lau1-29/+31
2020-09-23Revert "bpf: Fix potential call bpf_link_free() in atomic context"Alexei Starovoitov1-2/+6
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller9-235/+510
2020-09-23bpf: Explicitly size compatible_reg_typesLorenz Bauer1-2/+1
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-12/+7
2020-09-21bpf: Use a table to drive helper arg type checksLorenz Bauer1-74/+109
2020-09-21bpf: Hoist type checking for nullable arg typesLorenz Bauer1-34/+30
2020-09-21bpf: Check ARG_PTR_TO_SPINLOCK register type in check_func_argLorenz Bauer1-14/+14
2020-09-21bpf: Set meta->raw_mode for pointers close to useLorenz Bauer1-1/+5
2020-09-21bpf: Make context access check genericLorenz Bauer1-3/+4
2020-09-21bpf: Make reference tracking genericLorenz Bauer1-16/+10
2020-09-21bpf: Make BTF pointer type checking genericLorenz Bauer1-18/+20
2020-09-21bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer4-43/+27
2020-09-21bpf: Check scalar or invalid register in check_helper_mem_accessLorenz Bauer1-13/+11
2020-09-21btf: Make btf_set_contains take a const pointerLorenz Bauer1-1/+1
2020-09-21bpf: Fix potential call bpf_link_free() in atomic contextMuchun Song1-6/+2
2020-09-19bpf: Use hlist_add_head_rcu when linking to local_storageMartin KaFai Lau1-1/+1
2020-09-17bpf: Add abnormal return checks.Alexei Starovoitov1-19/+48
2020-09-17bpf: allow for tailcalls in BPF subprograms for x64 JITMaciej Fijalkowski1-4/+17
2020-09-17bpf, x64: rework pro/epilogue and tailcall handling in JITMaciej Fijalkowski3-7/+51
2020-09-17bpf: Limit caller's stack depth 256 for subprogs with tailcallsMaciej Fijalkowski1-0/+29
2020-09-17bpf: rename poke descriptor's 'ip' member to 'tailcall_target'Maciej Fijalkowski2-9/+11
2020-09-17bpf: propagate poke descriptors to subprogramsMaciej Fijalkowski1-3/+63
2020-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-12/+7
2020-09-15bpf: Add BPF_PROG_BIND_MAP syscallYiFei Zhu1-0/+63
2020-09-15bpf: Mutex protect used_maps array and countYiFei Zhu2-8/+23
2020-09-15bpf: Fix a rcu warning for bpffs map pretty-printYonghong Song1-1/+3
2020-09-08bpf: Permit map_ptr arithmetic with opcode add and offset 0Yonghong Song1-0/+4
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-6/+6
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+1