summaryrefslogtreecommitdiffstats
path: root/kernel/bpf (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-1641-650/+4706
|\
| * bpf: Fix register equivalence tracking.Alexei Starovoitov2020-10-151-13/+25
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-10-138-59/+397
| |\
| | * bpf: Allow for map-in-map with dynamic inner array map entriesDaniel Borkmann2020-10-113-11/+18
| | * bpf: Track spill/fill of bounded scalars.Yonghong Song2020-10-091-1/+15
| | * bpf: Propagate scalar ranges through register assignments.Alexei Starovoitov2020-10-091-0/+50
| | * kernel/bpf/verifier: Fix build when NET is not enabledRandy Dunlap2020-10-071-0/+4
| | * bpf: Use raw_spin_trylock() for pcpu_freelist_push/pop in NMISong Liu2020-10-062-5/+97
| | * bpf, verifier: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-10-051-2/+2
| | * bpf: Deref map in BPF_PROG_BIND_MAP when it's already usedStanislav Fomichev2020-10-031-1/+3
| | * bpf: Introducte bpf_this_cpu_ptr()Hao Luo2020-10-032-3/+22
| | * bpf: Introduce bpf_per_cpu_ptr()Hao Luo2020-10-033-13/+79
| | * bpf: Introduce pseudo_btf_idHao Luo2020-10-022-28/+112
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-091-4/+4
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-061-3/+3
| |\ \ \ | | |_|/ | |/| |
| * | | bpf: Introduce BPF_F_PRESERVE_ELEMS for perf event arraySong Liu2020-10-011-2/+17
| * | | bpf, net: Rework cookie generator as per-cpu oneDaniel Borkmann2020-09-301-1/+1
| * | | bpf: Fix context type resolving for extension programsToke Høiland-Jørgensen2020-09-291-1/+8
| * | | bpf: Support attaching freplace programs to multiple attach pointsToke Høiland-Jørgensen2020-09-292-16/+126
| * | | bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attachToke Høiland-Jørgensen2020-09-297-253/+289
| * | | bpf/preload: Make sure Makefile cleans up after itself, and add .gitignoreToke Høiland-Jørgensen2020-09-292-0/+6
| * | | bpf: Add bpf_seq_printf_btf helperAlan Maguire2020-09-292-2/+3
| * | | bpf: Bump iter seq size to support BTF representation of large data structuresAlan Maguire2020-09-291-2/+2
| * | | bpf: Add bpf_snprintf_btf helperAlan Maguire2020-09-292-0/+5
| * | | bpf: Move to generic BTF show support, apply it to seq files/stringsAlan Maguire2020-09-291-102/+905
| * | | bpf: Provide function to get vmlinux BTF informationAlan Maguire2020-09-291-6/+12
| * | | bpf: verifier: refactor check_attach_btf_id()Toke Høiland-Jørgensen2020-09-292-87/+118
| * | | bpf: change logging calls from verbose() to bpf_log() and use log pointerToke Høiland-Jørgensen2020-09-292-28/+28
| * | | bpf: disallow attaching modify_return tracing functions to other BPF programsToke Høiland-Jørgensen2020-09-291-0/+5
| * | | bpf: sockmap: Enable map_update_elem from bpf_iterLorenz Bauer2020-09-291-1/+1
| * | | bpf, cpumap: Remove rcpu pointer from cpu_map_build_skb signatureLorenzo Bianconi2020-09-281-3/+2
| * | | bpf: Enable BPF_PROG_TEST_RUN for raw_tracepointSong Liu2020-09-281-1/+1
| * | | bpf, verifier: Remove redundant var_off.value ops in scalar known reg casesJohn Fastabend2020-09-261-4/+2
| * | | bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau2020-09-251-2/+2
| * | | bpf: Enable bpf_skc_to_* sock casting helper to networking prog typeMartin KaFai Lau2020-09-251-2/+32
| * | | bpf: Move the PTR_TO_BTF_ID check to check_reg_type()Martin KaFai Lau2020-09-251-29/+31
| * | | Revert "bpf: Fix potential call bpf_link_free() in atomic context"Alexei Starovoitov2020-09-241-2/+6
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-239-235/+510
| |\ \ \
| | * | | bpf: Explicitly size compatible_reg_typesLorenz Bauer2020-09-231-2/+1
| | * | | bpf: Use a table to drive helper arg type checksLorenz Bauer2020-09-221-74/+109
| | * | | bpf: Hoist type checking for nullable arg typesLorenz Bauer2020-09-221-34/+30
| | * | | bpf: Check ARG_PTR_TO_SPINLOCK register type in check_func_argLorenz Bauer2020-09-221-14/+14
| | * | | bpf: Set meta->raw_mode for pointers close to useLorenz Bauer2020-09-221-1/+5
| | * | | bpf: Make context access check genericLorenz Bauer2020-09-221-3/+4
| | * | | bpf: Make reference tracking genericLorenz Bauer2020-09-221-16/+10
| | * | | bpf: Make BTF pointer type checking genericLorenz Bauer2020-09-221-18/+20
| | * | | bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer2020-09-224-43/+27
| | * | | bpf: Check scalar or invalid register in check_helper_mem_accessLorenz Bauer2020-09-221-13/+11
| | * | | btf: Make btf_set_contains take a const pointerLorenz Bauer2020-09-221-1/+1
| | * | | bpf: Fix potential call bpf_link_free() in atomic contextMuchun Song2020-09-211-6/+2