summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools: Add EXPECTED_FD-related definitions in if_link.hToke Høiland-Jørgensen2020-03-281-1/+3
* libbpf, xsk: Init all ring members in xsk_umem__create and xsk_socket__createFletcher Dunn2020-03-281-2/+14
* bpf: Add selftest cases for ctx_or_null argument typeDaniel Borkmann2020-03-271-0/+105
* bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor idDaniel Borkmann2020-03-271-1/+20
* bpf: Add netns cookie and enable it for bpf cgroup hooksDaniel Borkmann2020-03-271-1/+15
* bpf: Test_verifier, #70 error message updates for 32-bit right shiftJohn Fastabend2020-03-251-4/+2
* libbpf: Don't allocate 16M for log buffer by defaultStanislav Fomichev2020-03-262-13/+29
* libbpf: Remove unused parameter `def` to get_map_field_intTobias Klauser2020-03-261-10/+6
* samples, bpf: Move read_trace_pipe to trace_helpersDaniel T. Lee2020-03-232-0/+24
* bpf: Add tests for bpf_sk_storage to bpf_tcp_caMartin KaFai Lau2020-03-232-8/+47
* selftests/bpf: Fix mix of tabs and spacesBill Wendling2020-03-201-1/+1
* bpftool: Add struct_ops supportMartin KaFai Lau2020-03-205-1/+743
* bpftool: Translate prog_id to its bpf prog_nameMartin KaFai Lau2020-03-202-12/+107
* bpftool: Print as a string for char arrayMartin KaFai Lau2020-03-201-0/+41
* bpftool: Print the enum's name instead of valueMartin KaFai Lau2020-03-201-4/+36
* bpf, libbpf: Fix ___bpf_kretprobe_args1(x) macro definitionWenbo Zhang2020-03-171-1/+1
* selftests/bpf: Reset process and thread affinity after each test/sub-testAndrii Nakryiko2020-03-172-1/+42
* selftests/bpf: Fix test_progs's parsing of test numbersAndrii Nakryiko2020-03-171-6/+7
* selftests/bpf: Fix race in tcp_rtt testAndrii Nakryiko2020-03-171-2/+2
* selftests/bpf: Fix nanosleep for real this timeAndrii Nakryiko2020-03-172-11/+7
* selftest/bpf: Fix compilation warning in sockmap_parse_prog.cAndrii Nakryiko2020-03-171-1/+0
* 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