summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Test bpf_skb_adjust_room on CHECKSUM_PARTIALMartin KaFai Lau2022-12-224-0/+160
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-12-165-5/+78
|\
| * selftests/bpf: Add a test for using a cpumap from an freplace-to-XDP programToke Høiland-Jørgensen2022-12-152-0/+72
| * selftests/bpf: Select CONFIG_FUNCTION_ERROR_INJECTIONSong Liu2022-12-141-0/+1
| * selftests/bpf: Fix a selftest compilation error with CONFIG_SMP=nYonghong Song2022-12-142-5/+5
* | selftests: devlink: add a warning for interfaces coming upJakub Kicinski2022-12-161-0/+13
* | selftests: devlink: fix the fd redirect in dummy_reporter_testJakub Kicinski2022-12-161-2/+2
|/
* selftests: bonding: add bonding prio option testLiang Li2022-12-142-1/+247
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-14215-2122/+15042
|\
| * selftests: forwarding: Add bridge MDB testIdo Schimmel2022-12-132-0/+1165
| * selftests: forwarding: Rename bridge_mdb testIdo Schimmel2022-12-132-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski2022-12-121-2/+34
| |\
| | * netfilter: conntrack: set icmpv6 redirects as RELATEDFlorian Westphal2022-11-301-2/+34
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-12-1251-445/+1631
| |\ \
| | * | selftests/bpf: test case for relaxed prunning of active_lock.idEduard Zingerman2022-12-101-0/+75
| | * | selftests/bpf: Add pruning test case for bpf_spin_lockKumar Kartikeya Dwivedi2022-12-101-0/+39
| | * | selftests/bpf: verify states_equal() maintains idmap across all framesEduard Zingerman2022-12-101-0/+82
| | * | selftests/bpf: test cases for regsafe() bug skipping check_id()Eduard Zingerman2022-12-102-0/+103
| | * | selftests/bpf: Add test for dynptr reinit in user_ringbuf callbackKumar Kartikeya Dwivedi2022-12-092-8/+45
| | * | bpf: Rework check_func_arg_reg_offKumar Kartikeya Dwivedi2022-12-092-2/+2
| | * | bpf: Rework process_dynptr_funcKumar Kartikeya Dwivedi2022-12-092-6/+6
| | * | bpf: Refactor ARG_PTR_TO_DYNPTR checks into process_dynptr_funcKumar Kartikeya Dwivedi2022-12-092-17/+2
| | * | selftests/bpf: Bring test_offload.py back to lifeStanislav Fomichev2022-12-091-3/+5
| | * | selftests/bpf: convert dynptr_fail and map_kptr_fail subtests to generic testerAndrii Nakryiko2022-12-085-155/+64
| | * | selftests/bpf: add generic BPF program tester-loaderAndrii Nakryiko2022-12-084-1/+272
| | * | bpf: Don't use rcu_users to refcount in task kfuncsDavid Vernet2022-12-072-2/+12
| | * | selftests/bpf: Use CONFIG_TEST_BPF=m instead of CONFIG_TEST_BPF=yDaan De Meyer2022-12-071-1/+1
| | * | selftests/bpf: Use "is not set" instead of "=n"Daan De Meyer2022-12-071-1/+1
| | * | selftests/bpf: Install all required files to run selftestsDaan De Meyer2022-12-071-2/+4
| | * | libbpf: Parse usdt args without offset on x86 (e.g. 8@(%rsp))Timo Hunziker2022-12-071-0/+8
| | * | selftests/bpf: Allow building bpf tests with CONFIG_XFRM_INTERFACE=[m|n]Martin KaFai Lau2022-12-061-4/+9
| | * | bpftool: Fix memory leak in do_build_table_cbMiaoqian Lin2022-12-061-0/+1
| | * | selftests/bpf: add xfrm_info testsEyal Birger2022-12-065-0/+403
| | * | tools: add IFLA_XFRM_COLLECT_METADATA to uapi/linux/if_link.hEyal Birger2022-12-061-0/+1
| | * | selftests/bpf: Fix conflicts with built-in functions in bpf_iter_ksymJames Hilliard2022-12-051-3/+3
| | * | bpf: Add sleepable prog tests for cgrp local storageYonghong Song2022-12-052-0/+174
| | * | bpf: Do not mark certain LSM hook arguments as trustedYonghong Song2022-12-042-0/+12
| | * | selftests/bpf: Fix rcu_read_lock test with new MEM_RCU semanticsYonghong Song2022-12-041-10/+45
| | * | libbpf: Improve usability of libbpf MakefileXin Liu2022-12-031-0/+17
| | * | selftests/bpf: Add GCC compatible builtins to bpf_legacy.hJames Hilliard2022-12-031-6/+13
| | * | selftests/bpf: Validate multiple ref release_on_unlock logicDave Marchevsky2022-12-021-1/+16
| | * | selftests/bpf: Add ingress tests for txmsg with apply_bytesPengcheng Yang2022-12-011-0/+18
| | * | bpf: Tighten ptr_to_btf_id checks.Alexei Starovoitov2022-12-012-4/+5
| | * | selftests/bpf: Add bench test to arm64 and s390x denylistDaniel Borkmann2022-12-012-0/+2
| | * | selftests/bpf: Make sure enum-less bpf_enable_stats() API works in C++ modeAndrii Nakryiko2022-11-301-3/+10
| | * | libbpf: Avoid enum forward-declarations in public API in C++ modeAndrii Nakryiko2022-11-301-0/+7
| | * | selftests/bpf: Avoid pinning prog when attaching to tc ingress in btf_skc_cls...Martin KaFai Lau2022-11-301-15/+10
| | * | selftests/bpf: Remove serial from tests using {open,close}_netnsMartin KaFai Lau2022-11-305-5/+5
| | * | selftests/bpf: Remove the "/sys" mount and umount dance in {open,close}_netnsMartin KaFai Lau2022-11-301-46/+5
| | * | selftests/bpf: Avoid pinning bpf prog in the netns_load_bpf() callersMartin KaFai Lau2022-11-301-56/+27