summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2019-11-24selftests/bpf: Ensure core_reloc_kernel is reading test_progs's data onlyAndrii Nakryiko
2019-11-24libbpf: Fix bpf_object name determination for bpf_object__open_file()Andrii Nakryiko
2019-11-24libbpf: Support initialized global variablesAndrii Nakryiko
2019-11-24libbpf: Fix various errors and warning reported by checkpatch.plAndrii Nakryiko
2019-11-24libbpf: Refactor relocation handlingAndrii Nakryiko
2019-11-24selftests/bpf: Ensure no DWARF relocations for BPF object filesAndrii Nakryiko
2019-11-24selftests/bpf: Integrate verbose verifier log into test_progsAndrii Nakryiko
2019-11-24selftests, bpftool: Skip the build test if not in treeJakub Kicinski
2019-11-24selftests, bpftool: Set EXIT trap after usage functionQuentin Monnet
2019-11-24tools, bpf: Fix build for 'make -s tools/bpf O=<dir>'Quentin Monnet
2019-11-24tools, bpftool: Fix warning on ignored return value for 'read'Quentin Monnet
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2019-11-21Merge tag 'gpio-v5.4-5' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2019-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-11-19selftests/bpf: Enforce no-ALU32 for test_progs-no_alu32Andrii Nakryiko
2019-11-19libbpf: Fix call relocation offset calculation bugAndrii Nakryiko
2019-11-19net-af_xdp: Use correct number of channels from ethtoolLuigi Rizzo
2019-11-18selftests: forwarding: Add speed and auto-negotiation testAmit Cohen
2019-11-18selftests: forwarding: lib.sh: Add wait for dev with timeoutAmit Cohen
2019-11-18selftests: forwarding: Add ethtool_lib.shAmit Cohen
2019-11-18selftests: mlxsw: Check devlink device before running testDanielle Ratson
2019-11-18selftests: mlxsw: Add router scale test for Spectrum-2Danielle Ratson
2019-11-18selftests, bpf: Workaround an alu32 sub-register spilling issueYonghong Song
2019-11-18selftests, bpf: Fix test_tc_tunnel hangingJiri Benc
2019-11-18selftests, bpf: xdping is not meant to be run standaloneJiri Benc
2019-11-18selftests/bpf: Add BPF_TYPE_MAP_ARRAY mmap() testsAndrii Nakryiko
2019-11-18libbpf: Make global data internal arrays mmap()-able, if possibleAndrii Nakryiko
2019-11-18bpf: Add mmap() support for BPF_MAP_TYPE_ARRAYAndrii Nakryiko
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-11-16selftests: net: avoid ptl lock contention in tcp_mmapEric Dumazet
2019-11-15selftests/bpf: Add a test for attaching BPF prog to another BPF prog and subprogAlexei Starovoitov
2019-11-15selftests/bpf: Extend test_pkt_access testAlexei Starovoitov
2019-11-15libbpf: Add support for attaching BPF programs to other BPF programsAlexei Starovoitov
2019-11-15selftests/bpf: Add stress test for maximum number of progsAlexei Starovoitov
2019-11-15selftests/bpf: Add combined fentry/fexit testAlexei Starovoitov
2019-11-15selftests/bpf: Add fexit tests for BPF trampolineAlexei Starovoitov
2019-11-15selftests/bpf: Add test for BPF trampolineAlexei Starovoitov
2019-11-15selftest/bpf: Simple test for fentry/fexitAlexei Starovoitov
2019-11-15libbpf: Add support to attach to fentry/fexit tracing progsAlexei Starovoitov
2019-11-15libbpf: Introduce btf__find_by_name_kind()Alexei Starovoitov
2019-11-15ptp: Extend the test program to check the external time stamp flags.Richard Cochran
2019-11-15selftests: net: tcp_mmap should create detached threadsEric Dumazet
2019-11-15selftests: mlxsw: Adjust test to recent changesIdo Schimmel
2019-11-13selftests: kvm: fix build with glibc >= 2.30Vitaly Kuznetsov
2019-11-13tools: gpio: Correctly add make dependencies for gpio_utilsLaura Abbott
2019-11-12tc-testing: Introduced tdc tests for basic filterRoman Mashak
2019-11-12selftests: Add a test of large binary to devlink health testAya Levin
2019-11-11bpf, testing: Add missing object file to TEST_FILESAnders Roxell
2019-11-11bpf, testing: Workaround a verifier failure for test_progsYonghong Song