tangled
alpha
login
or
join now
tjh.dev
/
kernel
1
fork
atom
Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1
fork
atom
overview
issues
pulls
pipelines
kernel
/
tools
/
testing
/
selftests
/
bpf
/
at
v5.9-rc2
6 folders
87 files
benchs
bpf: Add BPF ringbuf and perf buffer benchmarks
5 years ago
gnu
selftests/bpf: get rid of -D__x86_64__
9 years ago
map_tests
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
6 years ago
prog_tests
bpf: selftests: global_funcs: Check err_str before strstr
5 years ago
progs
selftests/bpf: Make test_varlen work with 32-bit user-space arch
5 years ago
verifier
selftests/bpf: Add verifier tests for bpf_sk_lookup context access
5 years ago
.gitignore
selftests/bpf: Remove test_align leftovers
5 years ago
Makefile
selftests/bpf: Remove test_align leftovers
5 years ago
README.rst
selftests/bpf: Add general instructions for test execution
5 years ago
bench.c
bpf: Add BPF ringbuf and perf buffer benchmarks
5 years ago
bench.h
selftests/bpf: Add benchmark runner infrastructure
5 years ago
bpf_legacy.h
selftests: bpf: Remove unused bpf_map_def_legacy struct
5 years ago
bpf_rand.h
bpf: add ld64 imm test cases
8 years ago
bpf_rlimit.h
bpf: unify rlimit handling in selftests
8 years ago
bpf_tcp_helpers.h
libbpf: Merge selftests' bpf_trace_helpers.h into libbpf's bpf_tracing.h
6 years ago
bpf_util.h
selftests: Use consistent include paths for libbpf
6 years ago
cgroup_helpers.c
bpf, selftests: Use single cgroup helpers for both test_sockmap/progs
5 years ago
cgroup_helpers.h
bpf, selftests: Use single cgroup helpers for both test_sockmap/progs
5 years ago
config
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
5 years ago
flow_dissector_load.c
selftests/bpf: run flow dissector tests in skb-less mode
7 years ago
flow_dissector_load.h
selftests/bpf: properly return error from bpf_flow_load
7 years ago
get_cgroup_id_user.c
bpf, selftests: Use single cgroup helpers for both test_sockmap/progs
5 years ago
netcnt_common.h
selftests/bpf: cgroup local storage-based network counters
7 years ago
network_helpers.c
selftests/bpf: Tests for BPF_SK_LOOKUP attach point
5 years ago
network_helpers.h
selftests/bpf: Tests for BPF_SK_LOOKUP attach point
5 years ago
settings
selftests: bpf: Switch off timeout
5 years ago
tcp_client.py
bpf, selftests: use :: 1 for localhost in tcp_server.py
5 years ago
tcp_server.py
bpf, selftests: use :: 1 for localhost in tcp_server.py
5 years ago
test_bpftool.py
selftests/bpf: Add test for "bpftool feature" command
6 years ago
test_bpftool.sh
selftests/bpf: Add test for "bpftool feature" command
6 years ago
test_bpftool_build.sh
selftests, bpftool: Skip the build test if not in tree
6 years ago
test_btf.c
selftest/bpf: Fix compilation warnings in 32-bit mode
5 years ago
test_btf.h
bpf: Refactor BTF encoding macro to test_btf.h
7 years ago
test_cgroup_storage.c
bpf, selftests: Use single cgroup helpers for both test_sockmap/progs
5 years ago
test_cpp.cpp
selftests: Use consistent include paths for libbpf
6 years ago
test_current_pid_tgid_new_ns.c
tools/testing/selftests/bpf: Add self-tests for new helper bpf_get_ns_current_pid_tgid.
6 years ago
test_dev_cgroup.c
bpf, selftests: Use single cgroup helpers for both test_sockmap/progs
5 years ago
test_flow_dissector.c
selftests: bpf: remove duplicated include
7 years ago
test_flow_dissector.sh
selftests/bpf: Add test based on port range for BPF flow dissector
6 years ago
test_ftrace.sh
selftests/bpf: Test function_graph tracer and bpf trampoline together
6 years ago
test_iptunnel_common.h
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206
6 years ago
test_kmod.sh
selftests: bpf: test_kmod.sh: Fix running out of srctree
5 years ago
test_lirc_mode2.sh
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
7 years ago
test_lirc_mode2_user.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
7 years ago
test_lpm_map.c
bpf: lpm_trie: check left child of last leftmost node for NULL
6 years ago
test_lru_map.c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206
6 years ago
test_lwt_ip_encap.sh
selftests/bpf: More compatible nc options in test_lwt_ip_encap
6 years ago
test_lwt_seg6local.sh
selftests/bpf: Fix test_lwt_seg6local.sh hangs
5 years ago
test_maps.c
selftests: bpf: Fix detach from sockmap tests
5 years ago
test_maps.h
bpf: Add BPF_MAP_TYPE_SK_STORAGE test to test_maps
7 years ago
test_netcnt.c
bpf, selftests: Use single cgroup helpers for both test_sockmap/progs
5 years ago
test_offload.py
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
5 years ago
test_progs.c
selftests/bpf: test_progs avoid minus shell exit codes
5 years ago
test_progs.h
selftest/bpf: Fix compilation warnings in 32-bit mode
5 years ago
test_select_reuseport_common.h
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
7 years ago
test_skb_cgroup_id.sh
kselftests/bpf: use ping6 as the default ipv6 ping binary if it exists
7 years ago
test_skb_cgroup_id_user.c
bpf, selftests: Use single cgroup helpers for both test_sockmap/progs
5 years ago
test_sock.c
bpf, selftests: Use single cgroup helpers for both test_sockmap/progs
5 years ago
test_sock_addr.c
bpf, selftests: Use single cgroup helpers for both test_sockmap/progs
5 years ago
test_sock_addr.sh
kselftests/bpf: use ping6 as the default ipv6 ping binary if it exists
7 years ago
test_sock_fields.c
bpf, selftests: Use single cgroup helpers for both test_sockmap/progs
5 years ago
test_socket_cookie.c
bpf, selftests: Use single cgroup helpers for both test_sockmap/progs
5 years ago
test_sockmap.c
bpf, selftests: Use single cgroup helpers for both test_sockmap/progs
5 years ago
test_stub.c
selftests/bpf: Integrate verbose verifier log into test_progs
6 years ago
test_sysctl.c
bpf, selftests: Use single cgroup helpers for both test_sockmap/progs
5 years ago
test_tag.c
bpf: unify rlimit handling in selftests
8 years ago
test_tc_edt.sh
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
6 years ago
test_tc_tunnel.sh
selftests, bpf: Fix test_tc_tunnel hanging
6 years ago
test_tcp_check_syncookie.sh
selftests/bpf: add test for bpf_tcp_gen_syncookie
6 years ago
test_tcp_check_syncookie_user.c
selftests/bpf: add test for bpf_tcp_gen_syncookie
6 years ago
test_tcpbpf.h
selftests/bpf: De-flake test_tcpbpf
6 years ago
test_tcpbpf_user.c
bpf, selftests: Use single cgroup helpers for both test_sockmap/progs
5 years ago
test_tcpnotify.h
selftests/bpf: add a test case for sock_ops perf-event notification
7 years ago
test_tcpnotify_user.c
bpf: Fix compilation warning of selftests
5 years ago
test_tunnel.sh
selftests/bpf: fail test_tunnel.sh if subtests fail
6 years ago
test_verifier.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
5 years ago
test_verifier_log.c
bpf: unify rlimit handling in selftests
8 years ago
test_xdp_meta.sh
tools/bpf: fix batch-mode test failure of test_xdp_redirect.sh
8 years ago
test_xdp_redirect.sh
selftests/bpf: Add xdpdrv mode for test_xdp_redirect
5 years ago
test_xdp_veth.sh
selftests, bpf: Add test for veth native XDP
6 years ago
test_xdp_vlan.sh
selftests/bpf: reduce time to execute test_xdp_vlan.sh
6 years ago
test_xdp_vlan_mode_generic.sh
selftests/bpf: add wrapper scripts for test_xdp_vlan.sh
6 years ago
test_xdp_vlan_mode_native.sh
selftests/bpf: add wrapper scripts for test_xdp_vlan.sh
6 years ago
test_xdping.sh
selftests/bpf: measure RTT from xdp using xdping
6 years ago
testing_helpers.c
selftests/bpf: Add link detach tests for cgroup, netns, and xdp bpf_links
5 years ago
testing_helpers.h
selftests/bpf: Add link detach tests for cgroup, netns, and xdp bpf_links
5 years ago
trace_helpers.c
samples, bpf: Move read_trace_pipe to trace_helpers
6 years ago
trace_helpers.h
samples, bpf: Move read_trace_pipe to trace_helpers
6 years ago
urandom_read.c
selftests: bpf: modify urandom_read and link it non-statically
7 years ago
with_addr.sh
selftests/bpf: test bpf flow dissection
7 years ago
with_tunnels.sh
selftests/bpf: test bpf flow dissection
7 years ago
xdping.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
6 years ago
xdping.h
selftests/bpf: measure RTT from xdp using xdping
6 years ago