summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-03-22libbpf: Rename RELO_EXTERN_VAR/FUNC.Alexei Starovoitov
2023-03-22selftests/xsk: add xdp populate metadata testTushar Vyavahare
2023-03-20net: skbuff: move the fields BPF cares about directly next to the offset markerJakub Kicinski
2023-03-20net: skbuff: rename __pkt_vlan_present_offset to __mono_tc_offsetJakub Kicinski
2023-03-20libbpf: Explicitly call write to append content to fileLiu Pan
2023-03-20selftest/bpf: Add a test case for ld_imm64 copy logic.Alexei Starovoitov
2023-03-20libbpf: Fix ld_imm64 copy logic for ksym in light skeleton.Alexei Starovoitov
2023-03-17selftests/bpf: Add --json-summary option to test_progsManu Bretelle
2023-03-17selftests/bpf: Add test for bpf_ksym_exists().Alexei Starovoitov
2023-03-17libbpf: Introduce bpf_ksym_exists() macro.Alexei Starovoitov
2023-03-17libbpf: Fix relocation of kfunc ksym in ld_imm64 insn.Alexei Starovoitov
2023-03-16selftests/bpf: fix "metadata marker" getting overwritten by the netstackAlexander Lobakin
2023-03-16bpf: Remove bpf_cpumask_kptr_get() kfuncDavid Vernet
2023-03-16bpf/selftests: Test using global cpumask kptr with RCUDavid Vernet
2023-03-16libbpf: Ignore warnings about "inefficient alignment"Daniel Müller
2023-03-16selftests/bpf: Fix a fd leak in an error path in network_helpers.cMartin KaFai Lau
2023-03-16selftests/bpf: Use ASSERT_EQ instead ASSERT_OK for testing memcmp resultMartin KaFai Lau
2023-03-15bpf/selftests: Test fentry attachment to shadowed functionsViktor Malik
2023-03-14selftests/bpf: Fix trace_virtqueue_add_sgs test issue with LLVM 17.Alexei Starovoitov
2023-03-14selftests/bpf: robustify test_xdp_do_redirect with more payload magicsAlexander Lobakin
2023-03-13selftests/bpf: Add various tests to check helper access into ptr_to_btf_id.Alexei Starovoitov
2023-03-13selftests/bpf: use canonical ftrace pathRoss Zwisler
2023-03-13bpf: use canonical ftrace pathRoss Zwisler
2023-03-10selftests/bpf: Add local kptr stashing testDave Marchevsky
2023-03-10selftests/bpf: Add local-storage-create benchmarkMartin KaFai Lau
2023-03-10selftests/bpf: Check freeing sk->sk_local_storage with sk_local_storage->smap...Martin KaFai Lau
2023-03-10selftests/bpf: Replace CHECK with ASSERT in test_local_storageMartin KaFai Lau
2023-03-10bpf/selftests: Fix send_signal tracepoint testsDavid Vernet
2023-03-10selftests/bpf: make BPF compiler flags stricterAndrii Nakryiko
2023-03-10selftests/bpf: fix lots of silly mistakes pointed out by compilerAndrii Nakryiko
2023-03-10selftests/bpf: add __sink() macro to fake variable consumptionAndrii Nakryiko
2023-03-10selftests/bpf: prevent unused variable warning in bpf_for()Andrii Nakryiko
2023-03-09selftests/bpf: Workaround verification failure for fexit_bpf2bpf/func_replace...Yonghong Song
2023-03-09selftests/bpf: Improve error logs in XDP compliance test toolLorenzo Bianconi
2023-03-09selftests/bpf: Use ifname instead of ifindex in XDP compliance test toolLorenzo Bianconi
2023-03-09bpf: Fix a typo for BPF_F_ANY_ALIGNMENT in bpf.hMichael Weiß
2023-03-09selftests/bpf: Fix flaky fib_lookup testMartin KaFai Lau
2023-03-08selftests/bpf: implement and test custom testmod_seq iteratorAndrii Nakryiko
2023-03-08selftests/bpf: add number iterator testsAndrii Nakryiko
2023-03-08selftests/bpf: add iterators testsAndrii Nakryiko
2023-03-08selftests/bpf: add bpf_for_each(), bpf_for(), and bpf_repeat() macrosAndrii Nakryiko
2023-03-08bpf: implement numbers iteratorAndrii Nakryiko
2023-03-08selftests/bpf: Fix IMA testRoberto Sassu
2023-03-07libbpf: USDT arm arg parsing supportPuranjay Mohan
2023-03-07libbpf: Refactor parse_usdt_arg() to re-use codePuranjay Mohan
2023-03-07libbpf: Fix theoretical u32 underflow in find_cd() functionDaniel Müller
2023-03-06Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-03-06selftests/bpf: Add test for legacy/perf kprobe/uprobe attach modeMenglong Dong
2023-03-06selftests/bpf: Split test_attach_probe into multi subtestsMenglong Dong
2023-03-06libbpf: Add support to set kprobe/uprobe attach modeMenglong Dong