summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-09-10selftests: bpf: Test iterating a sockmapLorenz Bauer
2020-09-10net: Allow iterating sockmap and sockhashLorenz Bauer
2020-09-10net: sockmap: Remove unnecessary sk_fullsock checksLorenz Bauer
2020-09-10tools: bpftool: Include common options from separate fileQuentin Monnet
2020-09-10tools: bpftool: Print optional built-in features along with versionQuentin Monnet
2020-09-10selftests, bpftool: Add bpftool (and eBPF helpers) documentation buildQuentin Monnet
2020-09-10tools: bpftool: Log info-level messages when building bpftool man pagesQuentin Monnet
2020-09-10bpf: Remove duplicate headersChen Zhou
2020-09-09perf: Stop using deprecated bpf_program__title()Andrii Nakryiko
2020-09-09selftests/bpf: Fix test_sysctl_loop{1, 2} failure due to clang changeYonghong Song
2020-09-08selftests/bpf: Add test for map_ptr arithmeticYonghong Song
2020-09-08bpf: Permit map_ptr arithmetic with opcode add and offset 0Yonghong Song
2020-09-07tools, bpf: Synchronise BPF UAPI header with toolsQuentin Monnet
2020-09-07bpf: Fix formatting in documentation for BPF helpersQuentin Monnet
2020-09-07tools: bpftool: Fix formatting in bpftool-link documentationQuentin Monnet