summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-02-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski135-1310/+2290
2022-02-09selftests/bpf: Cover 4-byte load from remote_port in bpf_sk_lookupJakub Sitnicki2-1/+8
2022-02-09libbpf: Fix compilation warning due to mismatched printf formatAndrii Nakryiko1-1/+2
2022-02-09selftests/bpf: Test BPF_KPROBE_SYSCALL macroHengqi Chen2-0/+29
2022-02-09libbpf: Add BPF_KPROBE_SYSCALL macroHengqi Chen1-0/+35
2022-02-09libbpf: Fix accessing the first syscall argument on s390Ilya Leoshkevich1-0/+6
2022-02-09libbpf: Fix accessing the first syscall argument on arm64Ilya Leoshkevich1-0/+6
2022-02-09libbpf: Allow overriding PT_REGS_PARM1{_CORE}_SYSCALLIlya Leoshkevich1-8/+12
2022-02-09selftests/bpf: Skip test_bpf_syscall_macro's syscall_arg1 on arm64 and s390Ilya Leoshkevich2-1/+7
2022-02-09libbpf: Fix accessing syscall arguments on riscvIlya Leoshkevich1-0/+2
2022-02-09libbpf: Fix riscv register namesIlya Leoshkevich1-2/+2
2022-02-09libbpf: Fix accessing syscall arguments on powerpcIlya Leoshkevich1-0/+2
2022-02-09selftests/bpf: Use PT_REGS_SYSCALL_REGS in bpf_syscall_macroIlya Leoshkevich1-1/+1
2022-02-09libbpf: Add PT_REGS_SYSCALL_REGS macroIlya Leoshkevich1-0/+10
2022-02-09selftests/bpf: Fix an endianness issue in bpf_syscall_macro testIlya Leoshkevich1-1/+4
2022-02-09libbpf: Fix signedness bug in btf_dump_array_data()Dan Carpenter1-2/+3
2022-02-08selftests/bpf: Do not export subtest as standalone testHou Tao5-8/+8
2022-02-08ipv4: Reject routes specifying ECN bits in rtm_tosGuillaume Nault1-0/+76
2022-02-08ipv4: Stop taking ECN bits into account in fib4-rulesGuillaume Nault1-1/+29
2022-02-08ipv6: Define dscp_t and stop taking ECN bits into account in fib6-rulesGuillaume Nault1-1/+29
2022-02-07selftests/bpf: Fix strict mode calculationMauricio Vásquez1-1/+1
2022-02-07bpftool: Fix strict mode calculationMauricio Vásquez1-4/+1
2022-02-07libbpf: Remove mode check in libbpf_set_strict_mode()Mauricio Vásquez1-8/+0
2022-02-07selftests/bpf: Fix tests to use arch-dependent syscall entry pointsNaveen N. Rao11-23/+34
2022-02-07selftests/bpf: Use "__se_" prefix on architectures without syscall wrapperNaveen N. Rao1-1/+1
2022-02-07selftests: forwarding: Add a test for pedit munge SIP and DIPDanielle Ratson1-0/+201
2022-02-05selftests: mptcp: set ip_mptcp in command lineGeliang Tang1-3/+9
2022-02-05selftests: mptcp: add set_flags tests in pm_netlink.shGeliang Tang1-0/+18
2022-02-05selftests: mptcp: add the id argument for set_flagsGeliang Tang1-21/+42
2022-02-05selftests: mptcp: add wrapper for setting flagsGeliang Tang1-3/+21
2022-02-05selftests: mptcp: add wrapper for showing addrsGeliang Tang1-28/+50
2022-02-05selftests: mptcp: add ip mptcp wrappersGeliang Tang1-330/+407
2022-02-05selftests: mptcp: add backup with port testcaseGeliang Tang1-5/+39
2022-02-05selftests: mptcp: add the port argument for set_flagsGeliang Tang1-1/+13
2022-02-05libbpf: Fix build issue with llvm-readelfYonghong Song1-2/+2
2022-02-04selftests/bpf: Test bpf_core_types_are_compat() functionality.Matteo Croce6-2/+74
2022-02-04selftests: rtnetlink: Use more sensible tos valuesGuillaume Nault1-2/+2
2022-02-04selftests: fib offload: use sensible tos valuesGuillaume Nault1-6/+6
2022-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski35-439/+492
2022-02-04Merge tag 'net-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds7-239/+235
2022-02-04Merge tag 'linux-kselftest-fixes-5.17-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds14-177/+201
2022-02-04libbpf: Deprecate forgotten btf__get_map_kv_tids()Andrii Nakryiko2-0/+4
2022-02-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski4-232/+6
2022-02-04selftests/bpf: Add a selftest for invalid func btf with btf decl_tagYonghong Song1-0/+19
2022-02-03libbpf: Deprecate priv/set_priv storageDelyan Kratunov1-1/+6
2022-02-03selftests/bpf: Redo the switch to new libbpf XDP APIsAndrii Nakryiko7-50/+47
2022-02-03selftests/bpf: Remove usage of deprecated feature probing APIsAndrii Nakryiko2-3/+3
2022-02-03bpftool: Fix uninit variable compilation warningAndrii Nakryiko1-1/+1
2022-02-03bpftool: Stop supporting BPF offload-enabled feature probingAndrii Nakryiko1-12/+17
2022-02-03libbpf: Stop using deprecated bpf_map__is_offload_neutral()Andrii Nakryiko1-1/+1