summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2021-12-18selftests: mptcp: try to set mptcp ulp mode in different sk statesFlorian Westphal2-66/+51
2021-12-18bpftool: Reimplement large insn size limit feature probingAndrii Nakryiko1-3/+23
2021-12-18selftests/bpf: Add libbpf feature-probing API selftestsAndrii Nakryiko2-0/+126
2021-12-18libbpf: Rework feature-probing APIsAndrii Nakryiko3-54/+236
2021-12-17bpf: Right align verifier states in verifier logs.Christy Lee1-77/+92
2021-12-17bpf: Only print scratched registers and stack slots to verifier logs.Christy Lee1-15/+15
2021-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski37-124/+854
2021-12-17Merge tag 'net-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds14-16/+421
2021-12-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski9-3/+353
2021-12-16bpf, selftests: Fix racing issue in btf_skc_cls_ingress testMartin KaFai Lau1-2/+14
2021-12-16selftest/bpf: Add a test that reads various addresses.Alexei Starovoitov2-0/+32
2021-12-16selftests/bpf: Enable cross-building with clangJean-Philippe Brucker1-4/+4
2021-12-16tools/runqslower: Enable cross-building with clangJean-Philippe Brucker1-2/+2
2021-12-16bpftool: Enable cross-building with clangJean-Philippe Brucker1-6/+7
2021-12-16tools/libbpf: Enable cross-building with clangJean-Philippe Brucker1-1/+2
2021-12-16tools/resolve_btfids: Support cross-building the kernel with clangJean-Philippe Brucker1-0/+1
2021-12-16tools: Help cross-building with clangJean-Philippe Brucker1-1/+12
2021-12-16bpf, selftests: Add test case trying to taint map value pointerDaniel Borkmann1-0/+23
2021-12-15selftests: mlxsw: vxlan: Remove IPv6 test caseAmit Cohen1-18/+0
2021-12-15libbpf: Avoid reading past ELF data section end when copying licenseAndrii Nakryiko1-1/+4
2021-12-15bpf, selftests: Update test case for atomic cmpxchg on r0 with pointerDaniel Borkmann1-2/+65
2021-12-15bpf, selftests: Add test case for atomic fetch on spilled pointerDaniel Borkmann2-0/+117
2021-12-15libbpf: Mark bpf_object__find_program_by_title API deprecated.Kui-Feng Lee1-0/+1
2021-12-15tools/perf: Stop using bpf_object__find_program_by_title API.Kui-Feng Lee1-1/+12
2021-12-15selftests/bpf: Stop using bpf_object__find_program_by_title API.Kui-Feng Lee10-67/+104
2021-12-15selftests/bpf: Remove explicit setrlimit(RLIMIT_MEMLOCK) in main selftestsAndrii Nakryiko8-24/+3
2021-12-15libbpf: Auto-bump RLIMIT_MEMLOCK if kernel needs it for BPFAndrii Nakryiko6-39/+143
2021-12-14libbpf: Add sane strncpy alternative and use it internallyAndrii Nakryiko6-19/+31
2021-12-14libbpf: Fix potential uninit memory readAndrii Nakryiko1-0/+1
2021-12-14selftests/bpf: Fix OOB write in test_verifierKumar Kartikeya Dwivedi1-1/+1
2021-12-14selftests: mlxsw: Add a test case for MAC profiles consolidationDanielle Ratson1-0/+30
2021-12-14libbpf: Add doc comments for bpf_program__(un)pin()Grant Seltzer1-0/+24
2021-12-14selftests/bpf: Fix segfault in bpf_tcp_caJean-Philippe Brucker1-4/+3
2021-12-13selftests/bpf: Add tests for get_func_[arg|ret|arg_cnt] helpersJiri Olsa2-0/+167
2021-12-13bpf: Add get_func_[arg|ret|arg_cnt] helpersJiri Olsa1-0/+28
2021-12-13selftests/bpf: Add test to access int ptr argument in tracing programJiri Olsa1-0/+12
2021-12-13selftest/net/forwarding: declare NETIFS p9 p10Hangbin Liu1-0/+2
2021-12-13selftests/net: expand gro with two machine testWillem de Bruijn1-14/+24
2021-12-13selftests/net: toeplitz: fix udp optionWillem de Bruijn1-1/+1
2021-12-13libbpf: Don't validate TYPE_ID relo's original imm valueAndrii Nakryiko1-5/+14
2021-12-13selftests/bpf: Remove last bpf_create_map_xattr from test_verifierAndrii Nakryiko1-9/+5
2021-12-12selftests: Fix IPv6 address bind testsDavid Ahern1-3/+11
2021-12-12selftests: Fix raw socket bind tests with VRFDavid Ahern1-1/+2
2021-12-12selftests: Add duplicate config only for MD5 VRF testsDavid Ahern1-6/+20
2021-12-12selftests: icmp_redirect: pass xfail=0 to log_test()Po-Hsu Lin1-1/+1
2021-12-12selftests/bpf: Add test cases for bpf_strncmp()Hou Tao2-0/+221
2021-12-12selftests/bpf: Add benchmark for bpf_strncmp() helperHou Tao5-1/+232
2021-12-12selftests/bpf: Fix checkpatch error on empty function parameterHou Tao6-33/+34
2021-12-12bpf: Add bpf_strncmp helperHou Tao1-0/+11
2021-12-12libbpf: Fix gen_loader assumption on number of programs.Alexei Starovoitov1-2/+3