summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)Author
2020-03-30bpf: Add socket assign supportJoe Stringer
2020-03-30bpf: lsm: Add selftests for BPF_PROG_TYPE_LSMKP Singh
2020-03-30tools/libbpf: Add support for BPF_PROG_TYPE_LSMKP Singh
2020-03-30bpf: Introduce BPF_PROG_TYPE_LSMKP Singh
2020-03-30selftests: Add test for overriding global data value before loadToke Høiland-Jørgensen
2020-03-30libbpf: Add setter for initial value for internal mapsToke Høiland-Jørgensen
2020-03-28selftests/bpf: Add tests for attaching XDP programsToke Høiland-Jørgensen
2020-03-28libbpf: Add function to set link XDP fd while specifying old programToke Høiland-Jørgensen
2020-03-28tools: Add EXPECTED_FD-related definitions in if_link.hToke Høiland-Jørgensen
2020-03-28libbpf, xsk: Init all ring members in xsk_umem__create and xsk_socket__createFletcher Dunn
2020-03-27bpf: Add selftest cases for ctx_or_null argument typeDaniel Borkmann
2020-03-27bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor idDaniel Borkmann
2020-03-27bpf: Add netns cookie and enable it for bpf cgroup hooksDaniel Borkmann
2020-03-25bpf: Test_verifier, #70 error message updates for 32-bit right shiftJohn Fastabend
2020-03-26libbpf: Don't allocate 16M for log buffer by defaultStanislav Fomichev
2020-03-26libbpf: Remove unused parameter `def` to get_map_field_intTobias Klauser
2020-03-23samples, bpf: Move read_trace_pipe to trace_helpersDaniel T. Lee
2020-03-23bpf: Add tests for bpf_sk_storage to bpf_tcp_caMartin KaFai Lau
2020-03-20selftests/bpf: Fix mix of tabs and spacesBill Wendling
2020-03-20bpftool: Add struct_ops supportMartin KaFai Lau
2020-03-20bpftool: Translate prog_id to its bpf prog_nameMartin KaFai Lau
2020-03-20bpftool: Print as a string for char arrayMartin KaFai Lau
2020-03-20bpftool: Print the enum's name instead of valueMartin KaFai Lau
2020-03-17bpf, libbpf: Fix ___bpf_kretprobe_args1(x) macro definitionWenbo Zhang
2020-03-17selftests/bpf: Reset process and thread affinity after each test/sub-testAndrii Nakryiko
2020-03-17selftests/bpf: Fix test_progs's parsing of test numbersAndrii Nakryiko
2020-03-17selftests/bpf: Fix race in tcp_rtt testAndrii Nakryiko
2020-03-17selftests/bpf: Fix nanosleep for real this timeAndrii Nakryiko
2020-03-17selftest/bpf: Fix compilation warning in sockmap_parse_prog.cAndrii Nakryiko
2020-03-14selftests: mlxsw: RED: Test RED ECN nodrop offloadPetr Machata
2020-03-14selftests: qdiscs: RED: Add nodrop testsPetr Machata
2020-03-14selftests: qdiscs: Add TDC test for REDPetr Machata
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-03-13selftests/bpf: Add vmlinux.h selftest exercising tracing of syscallsAndrii Nakryiko
2020-03-13libbpf: Provide CO-RE variants of PT_REGS macrosAndrii Nakryiko
2020-03-13libbpf: Ignore incompatible types with matching name during CO-RE relocationAndrii Nakryiko
2020-03-13selftests/bpf: Ensure consistent test failure outputAndrii Nakryiko
2020-03-13selftests/bpf: Fix spurious failures in accept due to EAGAINJakub Sitnicki
2020-03-13tools/bpf: Move linux/types.h for selftests and bpftoolTobias Klauser
2020-03-13selftests/bpf: Fix usleep() implementationAndrii Nakryiko
2020-03-13selftests/bpf: Make tcp_rtt test more robust to failuresAndrii Nakryiko
2020-03-13selftests/bpf: Guarantee that useep() calls nanosleep() syscallAndrii Nakryiko
2020-03-13tools: bpftool: Restore message on failure to guess program typeQuentin Monnet
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-12bpf: Add bpf_xdp_output() helperEelco Chaudron
2020-03-12tools/testing/selftests/bpf: Add self-tests for new helper bpf_get_ns_current...Carlos Neira
2020-03-12bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira
2020-03-13tools: bpftool: Fix minor bash completion mistakesQuentin Monnet
2020-03-13tools: bpftool: Allow all prog/map handles for pinning objectsQuentin Monnet
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds