summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-268-373/+598
|\
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-257-372/+597
| |\
| | * bpf, sockmap: Test progs verifier error with latest clangJohn Fastabend2023-05-231-7/+5
| | * bpf, sockmap: Test FIONREAD returns correct bytes in rx buffer with dropsJohn Fastabend2023-05-232-13/+66
| | * bpf, sockmap: Test FIONREAD returns correct bytes in rx bufferJohn Fastabend2023-05-231-0/+48
| | * bpf, sockmap: Test shutdown() correctly exits epoll and recv()=0John Fastabend2023-05-232-0/+94
| | * bpf, sockmap: Build helper to create connected socket pairJohn Fastabend2023-05-232-102/+123
| | * bpf, sockmap: Pull socket helpers out of listen test for general useJohn Fastabend2023-05-232-262/+273
| | * selftests/bpf: Fix pkg-config call building sign-fileJeremy Sowden2023-05-141-1/+1
| * | selftests: fib_tests: mute cleanup error messagePo-Hsu Lin2023-05-191-1/+1
* | | tools: ynl: Handle byte-order in struct membersDonald Hunter2023-05-242-4/+6
* | | tools: ynl: Use dict of predefined Structs to decode scalar typesDonald Hunter2023-05-241-57/+44
* | | selftests: mptcp: centralize stats dumpingPaolo Abeni2023-05-191-61/+5
* | | selftests: mptcp: add explicit check for new mibsPaolo Abeni2023-05-191-0/+62
* | | mptcp: introduces more address related mibsPaolo Abeni2023-05-191-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-187-12/+84
|\| |
| * | Merge tag 'net-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-05-182-7/+12
| |\ \
| | * | net: selftests: Fix optstringBenjamin Poirier2023-05-171-1/+1
| | |/
| | * selftets: seg6: disable rp_filter by default in srv6_end_dt4_l3vpn_testAndrea Mayer2023-05-121-5/+6
| | * selftests: seg6: disable DAD on IPv6 router cfg for srv6_end_dt4_l3vpn_testAndrea Mayer2023-05-121-1/+5
| * | Merge tag 'linux-kselftest-fixes-6.4-rc3' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-05-174-4/+71
| |\ \
| | * | selftests/ftrace: Improve integration with kselftest runnerMark Brown2023-05-083-4/+70
| | * | selftests/sgx: Add "test_encl.elf" to TEST_FILESYi Lai2023-05-081-0/+1
| * | | Merge tag 'cxl-fixes-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-05-141-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | tools/testing/cxl: Use DEFINE_STATIC_SRCU()Dan Williams2023-05-131-1/+1
| | |/
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-1739-389/+2025
|\ \ \
| * | | bpf, arm64: Support struct arguments in the BPF trampolineFlorent Revest2023-05-151-1/+0
| * | | bpftool: JIT limited misreported as negative value on aarch64Alan Maguire2023-05-151-12/+12
| * | | selftests/bpf: Correctly handle optlen > 4096Stanislav Fomichev2023-05-1410-132/+166
| * | | selftests/bpf: Update EFAULT {g,s}etsockopt selftestsStanislav Fomichev2023-05-141-6/+90
| * | | libbpf: fix offsetof() and container_of() to work with CO-REAndrii Nakryiko2023-05-121-5/+10
| * | | selftests/bpf: Accept mem from dynptr in helper funcsDaniel Rosenberg2023-05-072-0/+22
| * | | selftests/bpf: Check overflow in optional bufferDaniel Rosenberg2023-05-071-0/+20
| * | | selftests/bpf: Test allowing NULL buffer in dynptr sliceDaniel Rosenberg2023-05-072-0/+18
| * | | selftests/bpf: Add testcase for bpf_task_under_cgroupFeng Zhou2023-05-063-0/+105
| * | | selftests/bpf: revert iter test subprog precision workaroundAndrii Nakryiko2023-05-051-15/+11
| * | | selftests/bpf: add precision propagation tests in the presence of subprogsAndrii Nakryiko2023-05-053-0/+542
| * | | bpf: fix mark_all_scalars_precise use in mark_chain_precisionAndrii Nakryiko2023-05-051-4/+5
| * | | bpf: maintain bitmasks across all active frames in __mark_chain_precisionAndrii Nakryiko2023-05-051-9/+9
| * | | bpf: improve precision backtrack loggingAndrii Nakryiko2023-05-051-52/+54
| * | | veristat: add -t flag for adding BPF_F_TEST_STATE_FREQ program flagAndrii Nakryiko2023-05-051-0/+9
| * | | libbpf: Fix comment about arc and riscv arch in bpf_tracing.hKenjiro Nakayama2023-05-051-1/+2
| * | | selftests/bpf: Test_progs can read test lists from fileStephen Veiss2023-05-024-10/+132
| * | | selftests/bpf: Extract insert_test from parse_test_listStephen Veiss2023-05-022-65/+108
| * | | libbpf: btf_dump_type_data_check_overflow needs to consider BTF_MEMBER_BITFIE...Martin KaFai Lau2023-05-011-3/+19
| * | | selftests/bpf: Add fexit_sleep to DENYLIST.aarch64Martin KaFai Lau2023-04-281-0/+1
| * | | selftests/bpf: Fix selftest test_global_funcs/global_func1 failure with lates...Yonghong Song2023-04-271-0/+2
| * | | bpftool: Dump map id instead of value for map_of_maps typesXueming Feng2023-04-271-2/+10
| * | | selftests/bpf: Update the aarch64 tests deny listFlorent Revest2023-04-271-77/+4
| * | | selftests/bpf: xdp_hw_metadata track more timestampsJesper Dangaard Brouer2023-04-273-6/+46