summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-16Merge branch 'sleepable uprobe support'Alexei Starovoitov
2022-06-16selftests/bpf: add tests for sleepable (uk)probesDelyan Kratunov
2022-06-16libbpf: add support for sleepable uprobe programsDelyan Kratunov
2022-06-16bpf: allow sleepable uprobe programs to attachDelyan Kratunov
2022-06-16bpf: implement sleepable uprobes by chaining gpsDelyan Kratunov
2022-06-16bpf: move bpf_prog to bpf.hDelyan Kratunov
2022-06-17libbpf: Fix internal USDT address translation logic for shared librariesAndrii Nakryiko
2022-06-15samples/bpf: Check detach prog exist or not in xdp_fwdZhengchao Shao
2022-06-14selftests/bpf: Avoid skipping certain subtestsYonghong Song
2022-06-14selftests/bpf: Fix test_varlen verification failure with latest llvmYonghong Song
2022-06-14bpftool: Do not check return value from libbpf_set_strict_mode()Quentin Monnet
2022-06-14Revert "bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK"Quentin Monnet
2022-06-14bpf, arm: Remove unused function emit_a32_alu_r()YueHaibing
2022-06-14libbpf: Fix an unsigned < 0 bugYonghong Song
2022-06-14bpf: Fix spelling in bpf_verifier.hHongyi Lu
2022-06-11Merge branch 'Optimize performance of update hash-map when free is zero'Alexei Starovoitov
2022-06-11selftest/bpf/benchs: Add bpf_map benchmarkFeng Zhou
2022-06-11bpf: avoid grabbing spin_locks of all cpus when no free elemsFeng Zhou
2022-06-09libbpf: Fix uprobe symbol file offset calculation logicAndrii Nakryiko
2022-06-09bpf, docs: Fix typo "BFP_ALU" to "BPF_ALU"Kosuke Fujimoto
2022-06-09bpftool: Fix bootstrapping during a cross compilationShahab Vahedi
2022-06-07Merge branch 'bpf: Add 64bit enum value support'Alexei Starovoitov
2022-06-07docs/bpf: Update documentation for BTF_KIND_ENUM64 supportYonghong Song
2022-06-07selftests/bpf: Add a test for enum64 value relocationsYonghong Song
2022-06-07selftests/bpf: Test BTF_KIND_ENUM64 for deduplicationYonghong Song
2022-06-07selftests/bpf: Add BTF_KIND_ENUM64 unit testsYonghong Song
2022-06-07selftests/bpf: Test new enum kflag and enum64 API functionsYonghong Song
2022-06-07selftests/bpf: Fix selftests failureYonghong Song
2022-06-07bpftool: Add btf enum64 supportYonghong Song
2022-06-07libbpf: Add enum64 relocation supportYonghong Song
2022-06-07libbpf: Add enum64 support for bpf linkingYonghong Song
2022-06-07libbpf: Add enum64 sanitizationYonghong Song
2022-06-07libbpf: Add enum64 support for btf_dumpYonghong Song
2022-06-07libbpf: Add enum64 deduplication supportYonghong Song
2022-06-07libbpf: Add enum64 parsing and new enum64 public APIYonghong Song
2022-06-07libbpf: Refactor btf__add_enum() for future code sharingYonghong Song
2022-06-07libbpf: Fix an error in 64bit relocation value computationYonghong Song
2022-06-07libbpf: Permit 64bit relocation valueYonghong Song
2022-06-07bpf: Add btf enum64 supportYonghong Song
2022-06-03selftests/bpf: Add drv mode testing for xdpingHangbin Liu
2022-06-03libbpf: Fix is_pow_of_2Yuze Chi
2022-06-03selftests/bpf: Fix tc_redirect_dtimeMartin KaFai Lau
2022-06-03bpf, test_run: Remove unnecessary prog type checksDaniel Xu
2022-06-03libbpf: Fix a couple of typosDaniel Müller
2022-06-02bpf, sockmap: Fix sk->sk_forward_alloc warn_on in sk_stream_kill_queuesWang Yufen
2022-06-02sample: bpf: xdp_router_ipv4: Allow the kernel to send arp requestsLorenzo Bianconi
2022-06-02libbpf: Fix determine_ptr_size() guessingDouglas Raillard
2022-06-02bpf: Fix KASAN use-after-free Read in compute_effective_progsTadeusz Struk
2022-06-02bpftool: Check for NULL ptr of btf in codegen_assertsMichael Mullin
2022-06-02selftests/bpf: Fix test_run logic in fexit_stress.cYuntao Wang