summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2020-03-30bpf: Add socket assign supportJoe Stringer1-1/+24
2020-03-30bpf: lsm: Add selftests for BPF_PROG_TYPE_LSMKP Singh3-0/+136
2020-03-30tools/libbpf: Add support for BPF_PROG_TYPE_LSMKP Singh4-5/+44
2020-03-30bpf: Introduce BPF_PROG_TYPE_LSMKP Singh2-0/+3
2020-03-30selftests: Add test for overriding global data value before loadToke Høiland-Jørgensen2-1/+62
2020-03-30libbpf: Add setter for initial value for internal mapsToke Høiland-Jørgensen3-0/+14
2020-03-29selftests/bpf: Add tests for attaching XDP programsToke Høiland-Jørgensen1-0/+62
2020-03-29libbpf: Add function to set link XDP fd while specifying old programToke Høiland-Jørgensen3-1/+42
2020-03-29tools: Add EXPECTED_FD-related definitions in if_link.hToke Høiland-Jørgensen1-1/+3
2020-03-28libbpf, xsk: Init all ring members in xsk_umem__create and xsk_socket__createFletcher Dunn1-2/+14
2020-03-28bpf: Add selftest cases for ctx_or_null argument typeDaniel Borkmann1-0/+105
2020-03-28bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor idDaniel Borkmann1-1/+20
2020-03-28bpf: Add netns cookie and enable it for bpf cgroup hooksDaniel Borkmann1-1/+15
2020-03-26bpf: Test_verifier, #70 error message updates for 32-bit right shiftJohn Fastabend1-4/+2
2020-03-26libbpf: Don't allocate 16M for log buffer by defaultStanislav Fomichev2-13/+29
2020-03-26libbpf: Remove unused parameter `def` to get_map_field_intTobias Klauser1-10/+6
2020-03-24samples, bpf: Move read_trace_pipe to trace_helpersDaniel T. Lee2-0/+24
2020-03-23bpf: Add tests for bpf_sk_storage to bpf_tcp_caMartin KaFai Lau2-8/+47
2020-03-20selftests/bpf: Fix mix of tabs and spacesBill Wendling1-1/+1
2020-03-20bpftool: Add struct_ops supportMartin KaFai Lau5-1/+743
2020-03-20bpftool: Translate prog_id to its bpf prog_nameMartin KaFai Lau2-12/+107
2020-03-20bpftool: Print as a string for char arrayMartin KaFai Lau1-0/+41
2020-03-20bpftool: Print the enum's name instead of valueMartin KaFai Lau1-4/+36
2020-03-17bpf, libbpf: Fix ___bpf_kretprobe_args1(x) macro definitionWenbo Zhang1-1/+1
2020-03-17selftests/bpf: Reset process and thread affinity after each test/sub-testAndrii Nakryiko2-1/+42
2020-03-17selftests/bpf: Fix test_progs's parsing of test numbersAndrii Nakryiko1-6/+7
2020-03-17selftests/bpf: Fix race in tcp_rtt testAndrii Nakryiko1-2/+2
2020-03-17selftests/bpf: Fix nanosleep for real this timeAndrii Nakryiko2-11/+7
2020-03-17selftest/bpf: Fix compilation warning in sockmap_parse_prog.cAndrii Nakryiko1-1/+0
2020-03-15selftests: mlxsw: RED: Test RED ECN nodrop offloadPetr Machata3-8/+61
2020-03-15selftests: qdiscs: RED: Add nodrop testsPetr Machata1-0/+68
2020-03-15selftests: qdiscs: Add TDC test for REDPetr Machata1-0/+117
2020-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller65-472/+2380
2020-03-14selftests/bpf: Add vmlinux.h selftest exercising tracing of syscallsAndrii Nakryiko3-1/+133
2020-03-14libbpf: Provide CO-RE variants of PT_REGS macrosAndrii Nakryiko1-0/+103
2020-03-14libbpf: Ignore incompatible types with matching name during CO-RE relocationAndrii Nakryiko1-0/+4
2020-03-14selftests/bpf: Ensure consistent test failure outputAndrii Nakryiko2-9/+9
2020-03-13selftests/bpf: Fix spurious failures in accept due to EAGAINJakub Sitnicki1-19/+58
2020-03-13tools/bpf: Move linux/types.h for selftests and bpftoolTobias Klauser3-4/+4
2020-03-13selftests/bpf: Fix usleep() implementationAndrii Nakryiko1-1/+10
2020-03-13selftests/bpf: Make tcp_rtt test more robust to failuresAndrii Nakryiko1-12/+20
2020-03-13selftests/bpf: Guarantee that useep() calls nanosleep() syscallAndrii Nakryiko1-0/+9
2020-03-13tools: bpftool: Restore message on failure to guess program typeQuentin Monnet4-11/+35
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller31-236/+305
2020-03-13bpf: Add bpf_xdp_output() helperEelco Chaudron3-1/+102
2020-03-13tools/testing/selftests/bpf: Add self-tests for new helper bpf_get_ns_current...Carlos Neira5-1/+287
2020-03-13bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira1-1/+19
2020-03-13tools: bpftool: Fix minor bash completion mistakesQuentin Monnet1-8/+21
2020-03-13tools: bpftool: Allow all prog/map handles for pinning objectsQuentin Monnet4-32/+7
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-3/+32