Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2020-03-10bpftool: Introduce "prog profile" commandSong Liu
2020-03-10selftests: bpf: Enable UDP sockmap reuseport testsLorenz Bauer
2020-03-10selftests: bpf: Add tests for UDP sockets in sockmapLorenz Bauer
2020-03-10selftests: bpf: Don't listen() on UDP socketsLorenz Bauer
2020-03-05bpf: Add selftests for BPF_MODIFY_RETURNKP Singh
2020-03-05bpf: Add test ops for BPF_PROG_TYPE_TRACINGKP Singh
2020-03-05tools/libbpf: Add support for BPF_MODIFY_RETURNKP Singh
2020-03-05bpf: Introduce BPF_MODIFY_RETURNKP Singh
2020-03-04selftests/bpf: Support out-of-tree vmlinux builds for VMLINUX_BTFAndrii Nakryiko
2020-03-04tools/runqslower: Drop copy/pasted BPF_F_CURRENT_CPU definitonAndrii Nakryiko
2020-03-04libbpf: Assume unsigned values for BTF_KIND_ENUMAndrii Nakryiko
2020-03-04bpf: Switch BPF UAPI #define constants used from BPF program side to enumsAndrii Nakryiko
2020-03-04libbpf: Fix handling of optional field_name in btf_dump__emit_type_declAndrii Nakryiko
2020-03-04selftests/bpf: Test new __sk_buff field gso_sizeWillem de Bruijn
2020-03-04bpf: Sync uapi bpf.h to tools/Willem de Bruijn
2020-03-03selftests/bpf: Add link pinning selftestsAndrii Nakryiko
2020-03-03libbpf: Add bpf_link pinning/unpinningAndrii Nakryiko
2020-03-03selftests/bpf: Declare bpf_log_buf variables as staticToke Høiland-Jørgensen
2020-03-03libbpf: Merge selftests' bpf_trace_helpers.h into libbpf's bpf_tracing.hAndrii Nakryiko
2020-03-03selftests/bpf: Fix BPF_KRETPROBE macro and use it in attach_probe testAndrii Nakryiko
2020-03-03libbpf: Fix use of PT_REGS_PARM macros with vmlinux.hAndrii Nakryiko
2020-03-03bpftool: Add header guards to generated vmlinux.hAndrii Nakryiko
2020-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-02-27selftests: mlxsw: resource_scale: Invoke for Spectrum-3Amit Cohen
2020-02-27selftests: mlxsw: Reduce router scale running time using offload indicationDanielle Ratson
2020-02-27selftests: mlxsw: Reduce running time using offload indicationDanielle Ratson
2020-02-27selftests: mlxsw: Add shared buffer traffic testShalom Toledo
2020-02-27selftests: mlxsw: Add mlxsw libShalom Toledo
2020-02-27selftests: devlink_lib: Add devlink port helpersShalom Toledo
2020-02-27selftests: devlink_lib: Check devlink info command is supportedShalom Toledo
2020-02-27selftests: mlxsw: Add shared buffer configuration testShalom Toledo
2020-02-27selftests: mlxsw: Use busywait helper in rtnetlink testDanielle Ratson
2020-02-27selftests: mlxsw: Use busywait helper in vxlan testDanielle Ratson
2020-02-27selftests: mlxsw: Use busywait helper in blackhole routes testDanielle Ratson
2020-02-27selftests: devlink_trap_l3_drops: Avoid race conditionIdo Schimmel
2020-02-27selftests: add a mirror test to mlxsw tc flower restrictionsJiri Pirko
2020-02-27selftests: add egress redirect test to mlxsw tc flower restrictionsJiri Pirko
2020-02-27selftests: mlxsw: Add a RED selftestPetr Machata
2020-02-27selftests: forwarding: lib.sh: Add start_tcp_trafficPetr Machata
2020-02-26Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-02-26Merge tag 'linux-kselftest-kunit-5.6-rc4' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2020-02-26Merge tag 'linux-kselftest-5.6-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-02-26selftests/bpf: Add test for "bpftool feature" commandMichal Rostecki
2020-02-26bpftool: Update bash completion for "bpftool feature" commandMichal Rostecki
2020-02-26bpftool: Update documentation of "bpftool feature" commandMichal Rostecki
2020-02-26bpftool: Make probes which emit dmesg warnings optionalMichal Rostecki
2020-02-26bpftool: Move out sections to separate functionsMichal Rostecki
2020-02-26bpftool: Support struct_ops, tracing, ext prog typesAndrey Ignatov