summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-21bpf: Check ARG_PTR_TO_SPINLOCK register type in check_func_argLorenz Bauer
2020-09-21bpf: Set meta->raw_mode for pointers close to useLorenz Bauer
2020-09-21bpf: Make context access check genericLorenz Bauer
2020-09-21bpf: Make reference tracking genericLorenz Bauer
2020-09-21bpf: Make BTF pointer type checking genericLorenz Bauer
2020-09-21bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer
2020-09-21btf: Add BTF_ID_LIST_SINGLE macroLorenz Bauer
2020-09-21bpf: Check scalar or invalid register in check_helper_mem_accessLorenz Bauer
2020-09-21btf: Make btf_set_contains take a const pointerLorenz Bauer
2020-09-21bpf: Fix potential call bpf_link_free() in atomic contextMuchun Song
2020-09-19bpf: Use hlist_add_head_rcu when linking to local_storageMartin KaFai Lau
2020-09-19samples/bpf: Fix test_map_in_map on s390Ilya Leoshkevich
2020-09-19selftests/bpf: Fix endianness issue in test_sockopt_skIlya Leoshkevich
2020-09-18selftests/bpf: Fix endianness issue in sk_assignIlya Leoshkevich
2020-09-17selftests/bpf: Add tailcall_bpf2bpf testsMaciej Fijalkowski
2020-09-17bpf: Add abnormal return checks.Alexei Starovoitov
2020-09-17bpf: allow for tailcalls in BPF subprograms for x64 JITMaciej Fijalkowski
2020-09-17bpf, x64: rework pro/epilogue and tailcall handling in JITMaciej Fijalkowski
2020-09-17bpf: Limit caller's stack depth 256 for subprogs with tailcallsMaciej Fijalkowski
2020-09-17bpf: rename poke descriptor's 'ip' member to 'tailcall_target'Maciej Fijalkowski
2020-09-17bpf: propagate poke descriptors to subprogramsMaciej Fijalkowski
2020-09-17bpf, x64: use %rcx instead of %rax for tail call retpolinesMaciej Fijalkowski
2020-09-15selftests/bpf: Merge most of test_btf into test_progsAndrii Nakryiko
2020-09-15Merge branch 'bpf_metadata'Alexei Starovoitov
2020-09-15selftests/bpf: Test load and dump metadata with btftool and skelYiFei Zhu
2020-09-15bpftool: Support dumping metadataYiFei Zhu
2020-09-15libbpf: Add BPF_PROG_BIND_MAP syscall and use it on .rodata sectionYiFei Zhu
2020-09-15bpf: Add BPF_PROG_BIND_MAP syscallYiFei Zhu
2020-09-15bpf: Mutex protect used_maps array and countYiFei Zhu
2020-09-14libbpf: Fix a compilation error with xsk.c for ubuntu 16.04Yonghong Song
2020-09-14bpftool: Fix build failureYonghong Song
2020-09-14xsk: Fix refcount warning in xp_dma_mapMagnus Karlsson
2020-09-14samples/bpf: Add quiet option to xdpsockMagnus Karlsson
2020-09-14samples/bpf: Fix possible deadlock in xdpsockMagnus Karlsson
2020-09-14samples/bpf: Fix one packet sending in xdpsockMagnus Karlsson
2020-09-14s390/bpf: Fix multiple tail callsIlya Leoshkevich
2020-09-10Merge branch 'improve-bpf-tcp-cc-init'Alexei Starovoitov
2020-09-10tcp: Simplify tcp_set_congestion_control() load=false caseNeal Cardwell
2020-09-10tcp: simplify _bpf_setsockopt(): Remove flags argumentNeal Cardwell
2020-09-10tcp: simplify tcp_set_congestion_control(): Always reinitializeNeal Cardwell
2020-09-10tcp: Simplify EBPF TCP_CONGESTION to always init CCNeal Cardwell
2020-09-10tcp: Only init congestion control if not initialized alreadyNeal Cardwell
2020-09-10tools: bpftool: Automate generation for "SEE ALSO" sections in man pagesQuentin Monnet
2020-09-10bpf: Fix comment for helper bpf_current_task_under_cgroup()Song Liu
2020-09-10selftests/bpf: Define string const as global for test_sysctl_prog.cYonghong Song
2020-09-10selftests/bpf: Fix test_ksyms on non-SMP kernelsIlya Leoshkevich
2020-09-10bpf: Plug hole in struct bpf_sk_lookup_kernLorenz Bauer
2020-09-10tools: bpftool: Add "inner_map" to "bpftool map create" outer mapsQuentin Monnet
2020-09-10tools: bpftool: Keep errors for map-of-map dumps if distinct from ENOENTQuentin Monnet
2020-09-10tools: bpftool: Clean up function to dump map entryQuentin Monnet