summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* mlxsw: spectrum: Clear VLAN filters during port initializationIdo Schimmel2019-09-271-7/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-09-275-21/+111
|\
| * libbpf: Teach btf_dumper to emit stand-alone anonymous enum definitionsAndrii Nakryiko2019-09-261-6/+87
| * selftests/bpf: adjust strobemeta loop to satisfy latest clangAndrii Nakryiko2019-09-251-1/+4
| * selftests/bpf: delete unused variables in test_sysctlAndrii Nakryiko2019-09-251-1/+0
| * libbpf: fix false uninitialized variable warningAndrii Nakryiko2019-09-251-0/+1
| * selftests/bpf: test_progs: fix client/server race in tcp_rttStanislav Fomichev2019-09-251-2/+19
| * libbpf: Remove getsockopt() check for XDP_OPTIONSToke Høiland-Jørgensen2019-09-191-11/+0
* | ipv6: do not free rt if FIB_LOOKUP_NOREF is set on suppress ruleJason A. Donenfeld2019-09-261-1/+16
* | selftests: Update fib_nexthop_multiprefix to handle missing ping6David Ahern2019-09-201-2/+4
* | selftests: Update fib_tests to handle missing ping6David Ahern2019-09-201-1/+3
* | selftests: Add test cases for `ip nexthop flush proto XX`Donald Sharp2019-09-191-0/+14
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-09-18170-1451/+14169
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-1612-298/+217
| |\
| | * bpf: fix accessing bpf_sysctl.file_pos on s390Ilya Leoshkevich2019-09-161-1/+8
| | * selftests/bpf: add bpf-gcc supportIlya Leoshkevich2019-09-163-23/+67
| | * selftests/bpf: test_progs: convert test_tcp_rttStanislav Fomichev2019-09-063-59/+28
| | * selftests/bpf: test_progs: convert test_sockopt_inheritStanislav Fomichev2019-09-063-64/+43
| | * selftests/bpf: test_progs: convert test_sockopt_multiStanislav Fomichev2019-09-063-55/+11
| | * selftests/bpf: test_progs: convert test_sockopt_skStanislav Fomichev2019-09-064-52/+15
| | * selftests/bpf: test_progs: convert test_sockoptStanislav Fomichev2019-09-063-46/+8
| | * selftests/bpf: test_progs: add test__join_cgroup helperStanislav Fomichev2019-09-063-2/+41
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-153-11/+74
| |\ \ | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-0668-383/+1938
| |\ \
| | * | selftests/bpf: precision tracking testsAlexei Starovoitov2019-09-051-0/+52
| | * | selftests/bpf: fix endianness issues in test_sysctlIlya Leoshkevich2019-09-031-43/+82
| | * | selftests/bpf: improve unexpected success reporting in test_syctlIlya Leoshkevich2019-09-031-1/+2
| | * | selftests/bpf: fix "ctx:write sysctl:write read ok" on s390Ilya Leoshkevich2019-09-031-1/+1
| | * | selftests/bpf: introduce bpf_cpu_to_be64 and bpf_be64_to_cpuIlya Leoshkevich2019-09-033-16/+22
| | * | selftests/bpf: test_progs: add missing \n to CHECK_FAILStanislav Fomichev2019-09-031-1/+1
| | * | selftests/bpf: test_progs: fix verbose mode garbageStanislav Fomichev2019-09-031-0/+1
| | * | libbpf: add flags to umem configKevin Laatz2019-08-315-4/+71
| | * | selftests/bpf: Fix a typo in test_offload.pyMasanari Iida2019-08-311-1/+1
| | * | tools: bpftool: do not link twice against libbpf.a in MakefileQuentin Monnet2019-08-311-2/+2
| | * | tools: bpf: account for generated feature/ and libbpf/ directoriesQuentin Monnet2019-08-314-6/+12
| | * | tools: bpftool: improve and check builds for different make invocationsQuentin Monnet2019-08-313-6/+152
| | * | tools: bpftool: ignore make built-in rules for getting kernel versionQuentin Monnet2019-08-311-1/+1
| | * | selftests/bpf: remove wrong nhoff in flow dissector testStanislav Fomichev2019-08-281-1/+0
| | * | selftests/bpf: test_progs: remove unused retStanislav Fomichev2019-08-281-23/+19
| | * | selftests/bpf: test_progs: remove asserts from subtestsStanislav Fomichev2019-08-285-26/+40
| | * | selftests/bpf: test_progs: remove global fail/success countsStanislav Fomichev2019-08-2822-123/+60
| | * | selftests/bpf: test_progs: test__skipStanislav Fomichev2019-08-283-2/+21
| | * | selftests/bpf: add precision tracking testAlexei Starovoitov2019-08-281-0/+25
| | * | selftests/bpf: verifier precise testsAlexei Starovoitov2019-08-282-11/+174
| | * | tools/bpf: sync bpf.hAlexei Starovoitov2019-08-281-0/+3
| | * | tools: bpftool: add "bpftool map freeze" subcommandQuentin Monnet2019-08-213-3/+44
| | * | tools: bpftool: show frozen status for mapsQuentin Monnet2019-08-211-3/+27
| | * | bpf: sync bpf.h to tools/Peter Wu2019-08-211-3/+5
| | * | libbpf: use LFS (_FILE_OFFSET_BITS) instead of direct mmap2 syscallIvan Khoronzhuk2019-08-212-35/+15
| | * | tools: bpftool: implement "bpftool btf show|list"Quentin Monnet2019-08-203-6/+363