summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2020-03-04tools/libbpf: Add support for BPF_MODIFY_RETURNKP Singh1-0/+4
2020-03-04bpf: Introduce BPF_MODIFY_RETURNKP Singh1-0/+1
2020-03-04selftests/bpf: Support out-of-tree vmlinux builds for VMLINUX_BTFAndrii Nakryiko1-4/+7
2020-03-04tools/runqslower: Drop copy/pasted BPF_F_CURRENT_CPU definitonAndrii Nakryiko1-3/+0
2020-03-04libbpf: Assume unsigned values for BTF_KIND_ENUMAndrii Nakryiko2-5/+5
2020-03-04bpf: Switch BPF UAPI #define constants used from BPF program side to enumsAndrii Nakryiko1-67/+110
2020-03-03selftests: mlxsw: qos_defprio: Use until_counter_isPetr Machata1-14/+4
2020-03-03selftests: forwarding: tc_common: Convert to use busywaitPetr Machata1-28/+4
2020-03-03selftests: forwarding: Convert until_counter_is() to take expressionPetr Machata2-6/+6
2020-03-03selftests: forwarding: lib: Add tc_rule_handle_stats_get()Petr Machata1-0/+11
2020-03-03libbpf: Fix handling of optional field_name in btf_dump__emit_type_declAndrii Nakryiko1-1/+1
2020-03-03selftests/bpf: Test new __sk_buff field gso_sizeWillem de Bruijn3-0/+50
2020-03-03bpf: Sync uapi bpf.h to tools/Willem de Bruijn1-0/+1
2020-03-03selftests/net/fib_tests: update addr_metric_test for peer route testingHangbin Liu1-3/+31
2020-03-02selftests/bpf: Add link pinning selftestsAndrii Nakryiko2-0/+130
2020-03-02libbpf: Add bpf_link pinning/unpinningAndrii Nakryiko3-27/+114
2020-03-02selftests/bpf: Declare bpf_log_buf variables as staticToke Høiland-Jørgensen3-3/+3
2020-03-02libbpf: Merge selftests' bpf_trace_helpers.h into libbpf's bpf_tracing.hAndrii Nakryiko16-135/+131
2020-03-02selftests/bpf: Fix BPF_KRETPROBE macro and use it in attach_probe testAndrii Nakryiko3-11/+11
2020-03-02libbpf: Fix use of PT_REGS_PARM macros with vmlinux.hAndrii Nakryiko1-1/+1
2020-03-02bpftool: Add header guards to generated vmlinux.hAndrii Nakryiko1-0/+5
2020-03-02selftest/lkdtm: Use local .gitignoreChristophe Leroy1-0/+2
2020-03-02Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds25-214/+251
2020-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller12-143/+423
2020-02-28selftests: pidfd: Add pidfd_fdinfo_test in .gitignoreChristophe Leroy1-0/+1
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller14-50/+143
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-10/+45
2020-02-27selftests: mlxsw: resource_scale: Invoke for Spectrum-3Amit Cohen1-2/+3
2020-02-27selftests: mlxsw: Reduce router scale running time using offload indicationDanielle Ratson1-39/+14
2020-02-27selftests: mlxsw: Reduce running time using offload indicationDanielle Ratson1-19/+12
2020-02-27selftests: mlxsw: Add shared buffer traffic testShalom Toledo1-0/+222
2020-02-27selftests: mlxsw: Add mlxsw libShalom Toledo1-0/+13
2020-02-27selftests: devlink_lib: Add devlink port helpersShalom Toledo1-0/+16
2020-02-27selftests: devlink_lib: Check devlink info command is supportedShalom Toledo1-0/+6
2020-02-27selftests: mlxsw: Add shared buffer configuration testShalom Toledo1-0/+416
2020-02-27selftests: mlxsw: Use busywait helper in rtnetlink testDanielle Ratson1-24/+44
2020-02-27selftests: mlxsw: Use busywait helper in vxlan testDanielle Ratson2-89/+139
2020-02-27selftests: mlxsw: Use busywait helper in blackhole routes testDanielle Ratson2-2/+8
2020-02-27selftests: devlink_trap_l3_drops: Avoid race conditionIdo Schimmel1-8/+3
2020-02-27selftests: add a mirror test to mlxsw tc flower restrictionsJiri Pirko1-0/+28
2020-02-27selftests: add egress redirect test to mlxsw tc flower restrictionsJiri Pirko1-1/+59
2020-02-27selftests: mlxsw: Add a RED selftestPetr Machata5-0/+657
2020-02-27selftests: forwarding: lib.sh: Add start_tcp_trafficPetr Machata1-2/+13
2020-02-27perf annotate: Fix segfault with source toggleRavi Bangoria1-0/+2
2020-02-27perf annotate: Align struct annotate_argsRavi Bangoria1-6/+6
2020-02-27perf annotate: Simplify disasm_line allocation and freeing codeRavi Bangoria2-56/+31
2020-02-27perf annotate: Remove privsize from symbol__annotate() argsRavi Bangoria4-6/+7
2020-02-27perf probe: Check return value of strlist__add() for -ENOMEMHe Zhe2-6/+28
2020-02-27perf config: Document missing config optionsRavi Bangoria1-0/+44
2020-02-27perf annotate: Fix perf config option descriptionRavi Bangoria1-1/+29