summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | 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
| | * | | | | | | | | libbpf: add bpf_btf_get_next_id() to cycle through BTF objectsQuentin Monnet2019-08-203-0/+8
| | * | | | | | | | | libbpf: refactor bpf_*_get_next_id() functionsQuentin Monnet2019-08-201-13/+8
| | * | | | | | | | | tools: bpf: synchronise BPF UAPI header with toolsQuentin Monnet2019-08-201-0/+1
| | * | | | | | | | | selftests/bpf: add sockopt clone/inheritance testStanislav Fomichev2019-08-174-1/+353
| | * | | | | | | | | bpf: sync bpf.h to tools/Stanislav Fomichev2019-08-171-0/+3
| | * | | | | | | | | selftests/bpf: fix race in test_tcp_rtt testPetar Penkov2019-08-171-0/+31
| | * | | | | | | | | libbpf: relicense bpf_helpers.h and bpf_endian.hAndrii Nakryiko2019-08-172-2/+2
| | * | | | | | | | | libbpf: add support for need_wakeup flag in AF_XDP partMagnus Karlsson2019-08-173-0/+23
| | * | | | | | | | | tools: bpftool: move "__printf()" attributes to header fileQuentin Monnet2019-08-155-10/+12
| | * | | | | | | | | tools: bpftool: fix format string for p_err() in detect_common_prefix()Quentin Monnet2019-08-151-1/+1
| | * | | | | | | | | tools: bpftool: fix format string for p_err() in query_flow_dissector()Quentin Monnet2019-08-151-1/+1
| | * | | | | | | | | tools: bpftool: fix argument for p_err() in BTF do_dump()Quentin Monnet2019-08-151-1/+1
| | * | | | | | | | | tools: bpftool: fix format strings and arguments for jsonw_printf()Quentin Monnet2019-08-151-4/+4
| | * | | | | | | | | tools: bpftool: fix arguments for p_err() in do_event_pipe()Quentin Monnet2019-08-151-2/+2
| | * | | | | | | | | libbpf: make libbpf.map source of truth for libbpf versionAndrii Nakryiko2019-08-152-12/+11
| | * | | | | | | | | tools: bpftool: add documentation for net attach/detachDaniel T. Lee2019-08-151-3/+54
| | * | | | | | | | | tools: bpftool: add bash-completion for net attach/detachDaniel T. Lee2019-08-151-10/+55
| | * | | | | | | | | tools: bpftool: add net detach command to detach XDP on interfaceDaniel T. Lee2019-08-151-1/+41
| | * | | | | | | | | tools: bpftool: add net attach command to attach XDP on interfaceDaniel T. Lee2019-08-151-7/+129
| | * | | | | | | | | tools: bpftool: compile with $(EXTRA_WARNINGS)Quentin Monnet2019-08-143-2/+7
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-026-58/+101
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-2714-54/+78
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | selftests: mlxsw: Add a test case for devlink-trapIdo Schimmel2019-08-211-0/+129
| * | | | | | | | | | | | selftests: mlxsw: Add test cases for devlink-trap L2 dropsIdo Schimmel2019-08-211-0/+484
| * | | | | | | | | | | | tc-testing: concurrency: wrap piped rule update commandsVlad Buslov2019-08-191-9/+9
| * | | | | | | | | | | | tc-testing: use dedicated DUMMY interface name for dummy devVlad Buslov2019-08-195-285/+286
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-1928-76/+276
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | selftests: devlink_trap: Add test cases for devlink-trapIdo Schimmel2019-08-171-0/+364