summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/xskxceiver.c
AgeCommit message (Expand)Author
2026-04-06selftests: bpf: introduce a common routine for reading procfsMaciej Fijalkowski
2025-12-06Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-11-27selftests: complete kselftest include centralizationBala-Vignesh-Reddy
2025-10-31selftests/bpf: test_xsk: Integrate test_xsk.c to test_progs frameworkBastien Curutchet (eBPF Foundation)
2025-10-31selftests/bpf: test_xsk: Isolate non-CI testsBastien Curutchet (eBPF Foundation)
2025-10-31selftests/bpf: test_xsk: Don't exit immediately on allocation failuresBastien Curutchet (eBPF Foundation)
2025-10-31selftests/bpf: test_xsk: Add return value to init_iface()Bastien Curutchet (eBPF Foundation)
2025-10-31selftests/bpf: test_xsk: Split xskxceiverBastien Curutchet (eBPF Foundation)
2025-09-03selftests/bpf: Fix count write in testapp_xdp_metadata_copy()Ricardo B. Marlière
2025-07-08selftests/bpf: add a new test to check the consumer update caseJason Xing
2025-04-10selftests/xsk: Add tail adjustment tests and support checkTushar Vyavahare
2025-04-10selftests/xsk: Add packet stream replacement functionTushar Vyavahare
2024-09-21Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2024-09-11selftests/xsk: Read current MAX_SKB_FRAGS from sysctl knobMaciej Fijalkowski
2024-07-30selftests/bpf: Use portable POSIX basename()Tony Ambardar
2024-07-02selftests/xsk: Enhance batch size support with dynamic configurationsTushar Vyavahare
2024-07-02selftests/xsk: Ensure traffic validation proceeds after ring size adjustment ...Tushar Vyavahare
2024-04-03selftests/xsk: Add new test case for AF_XDP under max ring sizesTushar Vyavahare
2024-04-03selftests/xsk: Test AF_XDP functionality under minimal ring configurationsTushar Vyavahare
2024-04-03selftests/xsk: Introduce set_ring_size function with a retry mechanism for ha...Tushar Vyavahare
2024-04-03selftests/xsk: Make batch size variableTushar Vyavahare
2023-12-14selftests/xsk: Fix for SEND_RECEIVE_UNALIGNED testTushar Vyavahare
2023-11-09selftests: bpf: xskxceiver: ksft_print_msg: fix format type errorAnders Roxell
2023-10-06selftests/bpf: Fix compiler warnings reported in -O2 modeAndrii Nakryiko
2023-10-04selftests/xsk: Add a test for shared umem featureTushar Vyavahare
2023-10-04selftests/xsk: Modify xsk_update_xskmap() to accept the index as an argumentTushar Vyavahare
2023-10-04selftests/xsk: Iterate over all the sockets in the send pkts functionTushar Vyavahare
2023-10-04selftests/xsk: Remove unnecessary parameter from pkt_set() function callTushar Vyavahare
2023-10-04selftests/xsk: Iterate over all the sockets in the receive pkts functionTushar Vyavahare
2023-10-04selftests/xsk: Move src_mac and dst_mac to the xsk_socket_infoTushar Vyavahare
2023-10-04selftests/xsk: Rename xsk_xdp_metadata.h to xsk_xdp_common.hTushar Vyavahare
2023-10-04selftests/xsk: Move pkt_stream to the xsk_socket_infoTushar Vyavahare
2023-09-14selftests/xsk: display command line options with -hMagnus Karlsson
2023-09-14selftests/xsk: fail single test instead of all testsMagnus Karlsson
2023-09-14selftests/xsk: use ksft_print_msg uniformlyMagnus Karlsson
2023-09-14selftests/xsk: add option to run single testMagnus Karlsson
2023-09-14selftests/xsk: add option that lists all testsMagnus Karlsson
2023-09-14selftests/xsk: declare test names in structMagnus Karlsson
2023-09-14selftests/xsk: move all tests to separate functionsMagnus Karlsson
2023-09-14selftests/xsk: add option to only run tests in a single modeMagnus Karlsson
2023-09-14selftests/xsk: add timeout for Tx threadMagnus Karlsson
2023-09-14selftests/xsk: print per packet info in verbose modeMagnus Karlsson
2023-07-25selftests/xsk: Fix spelling mistake "querrying" -> "querying"Colin Ian King
2023-07-19selftests/xsk: add test for too many fragsMagnus Karlsson
2023-07-19selftests/xsk: add metadata copy test for multi-buffMagnus Karlsson
2023-07-19selftests/xsk: add invalid descriptor test for multi-bufferMagnus Karlsson
2023-07-19selftests/xsk: add unaligned mode test for multi-bufferMagnus Karlsson
2023-07-19selftests/xsk: add basic multi-buffer testMagnus Karlsson
2023-07-19selftests/xsk: transmit and receive multi-buffer packetsMagnus Karlsson
2023-05-16selftests/xsk: adjust packet pacing for multi-buffer supportMagnus Karlsson