summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorFilesLines
3 daysselftests/bpf: Test bpf_skb_change_tail() in TC ingressCong Wang2-0/+168
3 daysselftests/bpf: Introduce socket_helpers.h for TC testsCong Wang2-384/+395
3 daysselftests/bpf: Add a BPF selftest for bpf_skb_change_tail()Cong Wang2-0/+91
5 daysselftests/bpf: Fix compilation error in get_uprobe_offset()Jerome Marchand1-0/+4
5 daysselftests/bpf: Use asm constraint "m" for LoongArchTiezhu Yang1-0/+2
10 daysselftests/bpf: Add tests for raw_tp NULL argsKumar Kartikeya Dwivedi2-0/+27
10 daysbpf: Augment raw_tp arguments with PTR_MAYBE_NULLKumar Kartikeya Dwivedi1-10/+9
10 daysbpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_NULL"Kumar Kartikeya Dwivedi1-5/+1
11 daysselftests/bpf: Add test for narrow ctx load for pointer argsKumar Kartikeya Dwivedi1-0/+36
11 daysbpf: Check size for BTF-based ctx access of pointer membersKumar Kartikeya Dwivedi2-4/+4
11 daysselftests/bpf: extend changes_pkt_data with cases w/o subprogramsEduard Zingerman3-22/+66
13 daysselftests/bpf: validate that tail call invalidates packet pointersEduard Zingerman1-0/+28
13 daysbpf: consider that tail calls invalidate packet pointersEduard Zingerman1-0/+2
13 daysselftests/bpf: freplace tests for tracking of changes_packet_dataEduard Zingerman3-0/+120
13 daysselftests/bpf: test for changing packet data from global functionsEduard Zingerman1-0/+28
13 daysselftests/bpf: Extend test for sockmap update with sameMichal Luczaj1-3/+5
2024-12-06selftests/bpf: Add more test cases for LPM trieHou Tao1-0/+395
2024-12-06selftests/bpf: Move test_lpm_map.c to map_testsHou Tao3-9/+4
2024-12-04selftests/bpf: Add test for narrow spill into 64-bit spilled scalarKumar Kartikeya Dwivedi1-0/+17
2024-12-04selftests/bpf: Add test for reading from STACK_INVALID slotsKumar Kartikeya Dwivedi1-0/+18
2024-12-04selftests/bpf: Introduce __caps_unpriv annotation for testsEduard Zingerman4-19/+62
2024-12-02bpf: Zero index arg error string for dynptr and iterKumar Kartikeya Dwivedi5-23/+23
2024-12-02selftests/bpf: Add tests for iter arg checkKumar Kartikeya Dwivedi1-0/+26
2024-12-02bpf: Ensure reg is PTR_TO_STACK in process_iter_argTao Lyu1-2/+2
2024-11-26selftests/bpf: Add apply_bytes test to test_txmsg_redir_wait_sndmem in test_s...Zijian Zhang1-1/+5
2024-11-26selftests/bpf: Check for PREEMPTION instead of PREEMPTSebastian Andrzej Siewior4-7/+7
2024-11-25selftest/bpf: Add test for vsock removal from sockmap on close()Michal Luczaj1-0/+31
2024-11-25selftest/bpf: Add test for af_vsock poll()Michal Luczaj1-0/+46
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds23-683/+1387
2024-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+54
2024-11-18selftests/bpf: Add some tests with sockmap SK_PASSJiayuan Chen1-0/+54
2024-11-16selftests/bpf: Fix build error with llvm 19Alexei Starovoitov1-1/+1
2024-11-14selftests/bpf: Set test path for token/obj_priv_implicit_token_envvarIhor Solodrai1-7/+12
2024-11-14Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-47/+175
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+28
2024-11-13selftests/bpf: Add a test for arena range tree algorithmAlexei Starovoitov1-2/+108
2024-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov5-59/+216
2024-11-12selftests/bpf: Add struct_ops prog private stack testsYonghong Song6-0/+389
2024-11-12selftests/bpf: Add tracing prog private stack testsYonghong Song2-0/+274
2024-11-12selftests/bpf: update send_signal to lower perf evemts frequencyEduard Zingerman1-1/+2
2024-11-12selftests/bpf: allow send_signal test to timeoutEduard Zingerman1-13/+19
2024-11-12selftests/bpf: add read_with_timeout() utility functionEduard Zingerman3-0/+29
2024-11-12selftests/bpf: watchdog timer for test_progsEduard Zingerman4-6/+116
2024-11-11bpf: Drop special callback reference handlingKumar Kartikeya Dwivedi1-2/+2
2024-11-11selftests/bpf: skip the timer_lockup test for single-CPU nodesViktor Malik1-0/+6
2024-11-11selftests/bpf: Test the update operations for htab of mapsHou Tao2-1/+161
2024-11-11selftests/bpf: Move ENOTSUPP from bpf_util.hHou Tao6-20/+3
2024-11-11selftests/bpf: Add threads to consumer testJiri Olsa1-18/+80
2024-11-11selftests/bpf: Add uprobe sessions to consumer testJiri Olsa2-24/+52
2024-11-11selftests/bpf: Add uprobe session single consumer testJiri Olsa2-0/+77