summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests: forwarding: Fix failing tests with old libnetIdo Schimmel2022-08-103-24/+48
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-08-107-5/+311
|\
| * selftests/bpf: Ensure sleepable program is rejected by hash map iterHou Tao2022-08-102-0/+15
| * selftests/bpf: Add write tests for sk local storage map iteratorHou Tao2022-08-102-4/+38
| * selftests/bpf: Add tests for reading a dangling map iter fdHou Tao2022-08-101-0/+92
| * bpf: Disallow bpf programs call prog_run command.Alexei Starovoitov2022-08-101-2/+2
| * selftests/bpf: Add test for prealloc_lru_pop bugKumar Kartikeya Dwivedi2022-08-092-0/+70
| * selftests/bpf: Excercise bpf_obj_get_info_by_fd for bpf2bpfStanislav Fomichev2022-08-081-0/+95
* | selftests: netfilter: add test case for nf trace infrastructureFlorian Westphal2022-08-051-5/+76
* | selftests: add few test cases for tap driverCezar Bulinaru2022-08-053-2/+437
* | selftests: mptcp: make sendfile selftest workFlorian Westphal2022-08-051-9/+17
|/
* Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-08-03180-4068/+12460
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-08-031-0/+45
| |\
| | * selftests: netdevsim: Add test cases for route deletion failureIdo Schimmel2022-07-291-0/+45
| * | wireguard: selftests: support UMLJason A. Donenfeld2022-08-022-1/+19
| * | wireguard: selftests: update config fragmentsLukas Bulwahn2022-08-022-6/+0
| * | selftests: net: fix IOAM test skip return codeKleber Sacilotto de Souza2022-08-021-5/+7
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-2919-106/+738
| |\ \
| | * | libbpf: Add bpf_obj_get_opts()Joe Burton2022-07-293-0/+21
| | * | selftests/bpf: Bump internal send_signal/send_signal_tracepoint timeoutDaniel Müller2022-07-292-6/+3
| | * | bpftool: Don't try to return value from void function in skeletonJörn-Thorben Hinz2022-07-291-1/+1
| | * | bpftool: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZE macroRongguang Wei2022-07-291-1/+1
| | * | libbpf: Support PPC in arch_specific_syscall_pfxDaniel Müller2022-07-281-1/+10
| | * | selftests/bpf: Adjust vmtest.sh to use local kernel configurationDaniel Müller2022-07-271-19/+34
| | * | selftests/bpf: Copy over libbpf configsDaniel Müller2022-07-274-0/+471
| | * | selftests/bpf: Sort configurationDaniel Müller2022-07-271-50/+49
| | * | selftests/bpf: Attach to socketcall() in test_probe_userIlya Leoshkevich2022-07-262-13/+51
| | * | libbpf: Extend BPF_KSYSCALL documentationIlya Leoshkevich2022-07-261-4/+11
| | * | selftests/bpf: Don't assign outer source IP to hostPaul Chaignon2022-07-262-11/+86
| * | | selftests: seg6: add selftest for SRv6 H.L2Encaps.Red behaviorAndrea Mayer2022-07-292-0/+822
| * | | selftests: seg6: add selftest for SRv6 H.Encaps.Red behaviorAndrea Mayer2022-07-292-0/+880
| * | | selftests: net: dsa: Add a Makefile which installs the selftestsMartin Blumenstingl2022-07-281-0/+17
| * | | selftests: tls: handful of memrnd() and length checksJakub Kicinski2022-07-281-9/+17
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-284-6/+17
| |\ \ \ | | | |/ | | |/|
| * | | selftests: net: Fix typo 'the the' in commentSlark Xiao2022-07-261-1/+1
| * | | selftests: mlxsw: Check line card info on activated line cardJiri Pirko2022-07-261-0/+24
| * | | selftests: mlxsw: Check line card info on provisioned line cardJiri Pirko2022-07-261-0/+30
| | |/ | |/|
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-2232-226/+926
| |\ \
| | * | bpf/selftests: Fix couldn't retrieve pinned program in xdp veth testJie2x Zhou2022-07-221-3/+3
| | * | selftests/bpf: Fix test_verifier failed test in unprivileged modeKumar Kartikeya Dwivedi2022-07-211-0/+1
| | * | selftests/bpf: Add negative tests for new nf_conntrack kfuncsKumar Kartikeya Dwivedi2022-07-212-1/+189
| | * | selftests/bpf: Add tests for new nf_conntrack kfuncsLorenzo Bianconi2022-07-212-12/+81
| | * | selftests/bpf: Add verifier tests for trusted kfunc argsKumar Kartikeya Dwivedi2022-07-211-0/+53
| | * | bpf: Switch to new kfunc flags infrastructureKumar Kartikeya Dwivedi2022-07-211-5/+5
| | * | tools/resolve_btfids: Add support for 8-byte BTF setsKumar Kartikeya Dwivedi2022-07-211-6/+34
| | * | libbpf: Fix str_has_sfx()'s return valueDan Carpenter2022-07-211-3/+3
| | * | libbpf: Fix sign expansion bug in btf_dump_get_enum_value()Dan Carpenter2022-07-211-1/+1
| | * | libbpf: fix an snprintf() overflow checkDan Carpenter2022-07-191-1/+1
| | * | selftests/bpf: fix a test for snprintf() overflowDan Carpenter2022-07-191-1/+1
| | * | selftests/bpf: test eager BPF ringbuf size adjustment logicAndrii Nakryiko2022-07-191-0/+11