summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests: mlxsw: RED: Test RED ECN nodrop offloadPetr Machata2020-03-143-8/+61
* selftests: qdiscs: RED: Add nodrop testsPetr Machata2020-03-141-0/+68
* selftests: qdiscs: Add TDC test for REDPetr Machata2020-03-141-0/+117
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-1365-472/+2380
|\
| * selftests/bpf: Add vmlinux.h selftest exercising tracing of syscallsAndrii Nakryiko2020-03-133-1/+133
| * libbpf: Provide CO-RE variants of PT_REGS macrosAndrii Nakryiko2020-03-131-0/+103
| * libbpf: Ignore incompatible types with matching name during CO-RE relocationAndrii Nakryiko2020-03-131-0/+4
| * selftests/bpf: Ensure consistent test failure outputAndrii Nakryiko2020-03-132-9/+9
| * selftests/bpf: Fix spurious failures in accept due to EAGAINJakub Sitnicki2020-03-131-19/+58
| * tools/bpf: Move linux/types.h for selftests and bpftoolTobias Klauser2020-03-133-4/+4
| * selftests/bpf: Fix usleep() implementationAndrii Nakryiko2020-03-131-1/+10
| * selftests/bpf: Make tcp_rtt test more robust to failuresAndrii Nakryiko2020-03-131-12/+20
| * selftests/bpf: Guarantee that useep() calls nanosleep() syscallAndrii Nakryiko2020-03-131-0/+9
| * tools: bpftool: Restore message on failure to guess program typeQuentin Monnet2020-03-134-11/+35
| * bpf: Add bpf_xdp_output() helperEelco Chaudron2020-03-123-1/+102
| * tools/testing/selftests/bpf: Add self-tests for new helper bpf_get_ns_current...Carlos Neira2020-03-125-1/+287
| * bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira2020-03-121-1/+19
| * tools: bpftool: Fix minor bash completion mistakesQuentin Monnet2020-03-131-8/+21
| * tools: bpftool: Allow all prog/map handles for pinning objectsQuentin Monnet2020-03-134-32/+7
| * libbpf: Split BTF presence checks into libbpf- and kernel-specific partsAndrii Nakryiko2020-03-131-5/+12
| * bpftool: Add _bpftool and profiler.skel.h to .gitignoreSong Liu2020-03-131-0/+2
| * bpftool: Skeleton should depend on libbpfSong Liu2020-03-131-2/+3
| * bpftool: Only build bpftool-prog-profile if supported by clangSong Liu2020-03-134-5/+24
| * bpftool: Use linux/types.h from source tree for profiler buildTobias Klauser2020-03-122-10/+12
| * tools/runqslower: Add BPF_F_CURRENT_CPU for running selftest on older kernelsAndrii Nakryiko2020-03-111-0/+1
| * bpftool: Fix typo in bash-completionSong Liu2020-03-101-1/+1
| * bpftool: Bash completion for "bpftool prog profile"Song Liu2020-03-101-1/+44
| * bpftool: Documentation for bpftool prog profileSong Liu2020-03-101-0/+19
| * bpftool: Introduce "prog profile" commandSong Liu2020-03-105-1/+608
| * selftests: bpf: Enable UDP sockmap reuseport testsLorenz Bauer2020-03-091-6/+0
| * selftests: bpf: Add tests for UDP sockets in sockmapLorenz Bauer2020-03-091-30/+127
| * selftests: bpf: Don't listen() on UDP socketsLorenz Bauer2020-03-091-22/+25
| * bpf: Add selftests for BPF_MODIFY_RETURNKP Singh2020-03-042-0/+114
| * bpf: Add test ops for BPF_PROG_TYPE_TRACINGKP Singh2020-03-043-67/+28
| * tools/libbpf: Add support for BPF_MODIFY_RETURNKP Singh2020-03-041-0/+4
| * bpf: Introduce BPF_MODIFY_RETURNKP Singh2020-03-041-0/+1
| * selftests/bpf: Support out-of-tree vmlinux builds for VMLINUX_BTFAndrii Nakryiko2020-03-041-4/+7
| * tools/runqslower: Drop copy/pasted BPF_F_CURRENT_CPU definitonAndrii Nakryiko2020-03-041-3/+0
| * libbpf: Assume unsigned values for BTF_KIND_ENUMAndrii Nakryiko2020-03-042-5/+5
| * bpf: Switch BPF UAPI #define constants used from BPF program side to enumsAndrii Nakryiko2020-03-041-67/+110
| * libbpf: Fix handling of optional field_name in btf_dump__emit_type_declAndrii Nakryiko2020-03-031-1/+1
| * selftests/bpf: Test new __sk_buff field gso_sizeWillem de Bruijn2020-03-033-0/+50
| * bpf: Sync uapi bpf.h to tools/Willem de Bruijn2020-03-031-0/+1
| * selftests/bpf: Add link pinning selftestsAndrii Nakryiko2020-03-022-0/+130
| * libbpf: Add bpf_link pinning/unpinningAndrii Nakryiko2020-03-023-27/+114
| * selftests/bpf: Declare bpf_log_buf variables as staticToke Høiland-Jørgensen2020-03-023-3/+3
| * libbpf: Merge selftests' bpf_trace_helpers.h into libbpf's bpf_tracing.hAndrii Nakryiko2020-03-0216-135/+131
| * selftests/bpf: Fix BPF_KRETPROBE macro and use it in attach_probe testAndrii Nakryiko2020-03-023-11/+11
| * libbpf: Fix use of PT_REGS_PARM macros with vmlinux.hAndrii Nakryiko2020-03-021-1/+1
| * bpftool: Add header guards to generated vmlinux.hAndrii Nakryiko2020-03-021-0/+5