summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-11-0221-223/+1010
|\
| * bpf, testing: Add selftest to read/write sockaddr from user spaceDaniel Borkmann2019-11-022-0/+104
| * bpf, testing: Convert prog tests to probe_read_{user, kernel}{, _str} helperDaniel Borkmann2019-11-024-52/+57
| * bpf: Add probe_read_{user, kernel} and probe_read_{user, kernel}_str helpersDaniel Borkmann2019-11-021-40/+82
| * selftests: Add tests for automatic map pinningToke Høiland-Jørgensen2019-11-023-0/+257
| * libbpf: Add auto-pinning of maps when loading BPF objectsToke Høiland-Jørgensen2019-11-023-9/+156
| * libbpf: Move directory creation into _pin() functionsToke Høiland-Jørgensen2019-11-021-27/+34
| * libbpf: Store map pin path and status in struct bpf_mapToke Høiland-Jørgensen2019-11-023-41/+134
| * libbpf: Fix error handling in bpf_map__reuse_fd()Toke Høiland-Jørgensen2019-11-021-4/+10
| * Revert "selftests: bpf: Don't try to read files without read permission"Jakub Kicinski2019-11-011-1/+1
| * libbpf: Add support for prog_tracingAlexei Starovoitov2019-10-317-28/+71
| * selftests/bpf: Test narrow load from bpf_sysctl.writeIlya Leoshkevich2019-10-301-0/+23
| * libbpf: Don't use kernel-side u32 type in xsk.cAndrii Nakryiko2019-10-291-4/+4
| * libbpf: Fix off-by-one error in ELF sanity checkAndrii Nakryiko2019-10-281-1/+1
| * libbpf: Fix compatibility for kernels without need_wakeupMagnus Karlsson2019-10-281-12/+71
| * selftests/bpf: Restore $(OUTPUT)/test_stub.o ruleIlya Leoshkevich2019-10-281-0/+3
| * selftest/bpf: Use -m{little, big}-endian for clangIlya Leoshkevich2019-10-281-6/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-0225-50/+125
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-11-015-2/+29
| |\ \
| | * | selftests: bpf: Skip write only files in debugfsJakub Kicinski2019-11-011-0/+5
| | * | selftests: net: reuseport_dualstack: fix uninitalized parameterWei Wang2019-11-011-1/+2
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-10-261-1/+1
| | |\ \
| | | * | selftests/bpf: More compatible nc options in test_tc_edtJiri Benc2019-10-181-1/+1
| | * | | selftests: fib_tests: add more tests for metric updatePaolo Abeni2019-10-261-0/+21
| | * | | selftests: Make l2tp.sh executableDavid Ahern2019-10-221-0/+0
| * | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-10-2712-17/+65
| |\ \ \ \
| | * | | | perf kmem: Fix memory leak in compact_gfp_flags()Yunfeng Ye2019-10-161-0/+1
| | * | | | tools headers UAPI: Sync sched.h with the kernelArnaldo Carvalho de Melo2019-10-151-2/+28
| | * | | | tools headers kvm: Sync kvm.h headers with the kernel sourcesArnaldo Carvalho de Melo2019-10-151-0/+2
| | * | | | tools headers kvm: Sync kvm headers with the kernel sourcesArnaldo Carvalho de Melo2019-10-151-0/+1
| | * | | | tools headers kvm: Sync kvm headers with the kernel sourcesArnaldo Carvalho de Melo2019-10-151-1/+5
| | * | | | perf c2c: Fix memory leak in build_cl_output()Yunfeng Ye2019-10-151-5/+9
| | * | | | perf tools: Fix mode setting in copyfile_mode_ns()Adrian Hunter2019-10-151-3/+5
| | * | | | perf annotate: Fix multiple memory and file descriptor leaksGustavo A. R. Silva2019-10-151-1/+1
| | * | | | perf tools: Fix resource leak of closedir() on the error pathsYunfeng Ye2019-10-152-3/+7
| | * | | | perf evlist: Fix fix for freed id arraysAndi Kleen2019-10-151-1/+1
| | * | | | perf jvmti: Link against tools/lib/ctype.h to have weak strlcpy()Thomas Richter2019-10-151-1/+5
| * | | | | selftests: kvm: fix sync_regs_test with newer gccsVitaly Kuznetsov2019-10-221-10/+11
| * | | | | selftests: kvm: vmx_dirty_log_test: skip the test when VMX is not supportedVitaly Kuznetsov2019-10-221-0/+2
| * | | | | selftests: kvm: consolidate VMX support checksVitaly Kuznetsov2019-10-225-15/+15
| * | | | | selftests: kvm: vmx_set_nested_state_test: don't check for VMX support twiceVitaly Kuznetsov2019-10-221-6/+1
| * | | | | selftests: kvm: synchronize .gitignore to MakefileVitaly Kuznetsov2019-10-221-0/+2
| | |/ / / | |/| | |
* | | | | tc-testing: added tests with cookie for conntrack TC actionRoman Mashak2019-11-011-0/+72
* | | | | tc-testing: implement tests for new fast_init action flagVlad Buslov2019-10-306-0/+144
* | | | | tc-testing: fixed two failing pedit testsRoman Mashak2019-10-301-2/+2
| |_|_|/ |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-10-2645-983/+1522
|\ \ \ \
| * | | | selftests/bpf: Fix .gitignore to ignore no_alu32/Andrii Nakryiko2019-10-251-1/+1
| * | | | bpftool: Allow to read btf as raw dataJiri Olsa2019-10-251-1/+56
| * | | | libbpf: Fix strncat bounds error in libbpf_prog_type_by_nameKP Singh2019-10-231-1/+1
| * | | | selftests/bpf: Fix LDLIBS orderAndrii Nakryiko2019-10-231-4/+4