summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | bpftool: Support dumping BTF VAR's "extern" linkageAndrii Nakryiko2021-04-231-1/+3
| | * | selftests/bpf: Add docs target as all dependencyJiri Olsa2021-04-201-1/+2
| | * | bpf/selftests: Add bpf_get_task_stack retval bounds test_progDave Marchevsky2021-04-192-0/+28
| | * | bpf/selftests: Add bpf_get_task_stack retval bounds verifier testDave Marchevsky2021-04-191-0/+43
| | * | selftests/bpf: Add a series of tests for bpf_snprintfFlorent Revest2021-04-193-0/+218
| | * | libbpf: Introduce a BPF_SNPRINTF helper macroFlorent Revest2021-04-191-0/+18
| | * | libbpf: Initialize the bpf_seq_printf parameters array field by fieldFlorent Revest2021-04-191-11/+29
| | * | bpf: Add a bpf_snprintf helperFlorent Revest2021-04-191-0/+28
| | * | bpftool: Fix a clang compilation warningYonghong Song2021-04-151-1/+1
| | * | selftests/bpf: Silence clang compilation warningsYonghong Song2021-04-153-4/+9
| | * | selftests/bpf: Fix test_cpp compilation failure with clangYonghong Song2021-04-151-1/+1
| | * | tools: Allow proper CC/CXX/... override with LLVM=1 in Makefile.includeYonghong Song2021-04-151-2/+10
| | * | selftests: Set CC to clang in lib.mk if LLVM is setYonghong Song2021-04-151-0/+4
| | * | libbpf: Remove unused field.Alexei Starovoitov2021-04-151-14/+1
| | * | tools/testing: Remove unused variablezuoqilin2021-04-141-1/+1
| | * | selftests/bpf: Fix the ASSERT_ERR_PTR macroFlorent Revest2021-04-141-1/+1
| | * | selftests/bpf: Add tests for target information in bpf_link info queriesToke Høiland-Jørgensen2021-04-131-14/+44
| | * | bpf: Return target info when a tracing bpf_link is queriedToke Høiland-Jørgensen2021-04-131-0/+2
| | * | libbpf: Clarify flags in ringbuf helpersPedro Tammela2021-04-121-0/+16
| | * | bpf: Sync bpf headers in tooling infrastuctureDaniel Borkmann2021-04-121-5/+32
| | * | selftests/bpf: ringbuf_multi: Test bpf_map__set_inner_map_fdYauheni Kaliuta2021-04-082-0/+25
| | * | selftests/bpf: ringbuf_multi: Use runtime page sizeYauheni Kaliuta2021-04-082-4/+20
| | * | libbpf: Add bpf_map__inner_map APIAndrii Nakryiko2021-04-083-0/+12
| | * | selftests/bpf: ringbuf: Use runtime page sizeYauheni Kaliuta2021-04-082-5/+13
| | * | selftests/bpf: mmap: Use runtime page sizeYauheni Kaliuta2021-04-082-7/+19
| | * | selftests/bpf: Pass page size from userspace in map_ptrYauheni Kaliuta2021-04-082-4/+15
| | * | selftests/bpf: Pass page size from userspace in sockopt_skYauheni Kaliuta2021-04-082-6/+6
| | * | selftests/bpf: test_progs/sockopt_sk: Convert to use BPF skeletonYauheni Kaliuta2021-04-081-48/+17
| | * | selftests/bpf: test_progs/sockopt_sk: Remove versionYauheni Kaliuta2021-04-081-1/+0
| | * | libbpf: Fix KERNEL_VERSION macroHengqi Chen2021-04-051-1/+1
| | * | bpf: selftests: Specify CONFIG_DYNAMIC_FTRACE in the testing configMartin KaFai Lau2021-04-031-0/+2
| | * | libbpf: Remove redundant semi-colonYang Yingliang2021-04-031-1/+1
| | * | bpf, selftests: test_maps generating unrecognized data sectionJohn Fastabend2021-04-031-12/+0
| * | | selftests/net: bump timeout to 5 minutesPo-Hsu Lin2021-04-232-0/+3
| * | | selftests: mptcp: add a test case for MSG_PEEKYonglong Li2021-04-232-8/+69
| * | | selftests: mlxsw: Fix mausezahn invocation in ERSPAN scale testPetr Machata2021-04-232-3/+19
| * | | selftests: mlxsw: Increase the tolerance of backlog buildupPetr Machata2021-04-231-2/+2
| * | | selftests: mlxsw: Return correct error code in resource scale testsDanielle Ratson2021-04-232-2/+6
| * | | selftests: mlxsw: Remove a redundant if statement in tc_flower_scale testDanielle Ratson2021-04-231-5/+1
| * | | selftests: mlxsw: Remove a redundant if statement in port_scale testDanielle Ratson2021-04-231-5/+1
| * | | selftests: net: mirror_gre_vlan_bridge_1q: Make an FDB entry staticPetr Machata2021-04-231-1/+1
| * | | selftests: mlxsw: sch_red_ets: Test proper counter cleaning in ETSPetr Machata2021-04-201-0/+7
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-04-191-1/+151
| |\ \ \
| | * | | selftests: fib_tests: Add test cases for interaction with manglingIdo Schimmel2021-04-181-1/+151
| * | | | selftests: fib_nexthops: Test large scale nexthop flushingIdo Schimmel2021-04-191-0/+15
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-1712-47/+26
| |\ \ \ \
| * | | | | selftests: mptcp: add packet mark test caseFlorian Westphal2021-04-163-2/+299
| | |/ / / | |/| | |
| * | | | self-tests: add veth testsPaolo Abeni2021-04-112-0/+178
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-0923-77/+257
| |\ \ \ \
| * | | | | tc-testing: add simple action test to verify batch change cleanupVlad Buslov2021-04-081-0/+29