summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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-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
2019-11-10libbpf: Allow for creating Rx or Tx only AF_XDP socketsMagnus Karlsson
2019-11-10libbpf: Support XDP_SHARED_UMEM with external XDP programMagnus Karlsson
2019-11-10libbpf: Add getter for program sizeToke Høiland-Jørgensen
2019-11-10libbpf: Add bpf_get_link_xdp_info() function to get more XDP informationToke Høiland-Jørgensen
2019-11-10libbpf: Use pr_warn() when printing netlink errorsToke Høiland-Jørgensen
2019-11-10libbpf: Propagate EPERM to caller on program loadToke Høiland-Jørgensen
2019-11-10selftests/bpf: Add tests for automatic map unpinning on load failureToke Høiland-Jørgensen
2019-11-10libbpf: Unpin auto-pinned maps if loading failsToke Høiland-Jørgensen
2019-11-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-11-08selftest: net: add alternative names testJiri Pirko
2019-11-07selftests: mlxsw: Add test cases for devlink-trap layer 3 exceptionsAmit Cohen
2019-11-07selftests: forwarding: tc_common: Add hitting checkAmit Cohen