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.15-rc5
7 folders
95 files
benchs
selftests/bpf: Turn on libbpf 1.0 mode and fix all IS_ERR checks
4 years ago
bpf_testmod
selftests: bpf: Add a new test for bare tracepoints
5 years ago
gnu
selftests/bpf: get rid of -D__x86_64__
9 years ago
map_tests
Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
4 years ago
prog_tests
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
4 years ago
progs
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
4 years ago
verifier
selftests, bpf: Test that dead ldx_w insns are accepted
4 years ago
.gitignore
selftests/bpf: Move netcnt test under test_progs
4 years ago
Makefile
selftests, bpf: Fix makefile dependencies on libbpf
4 years ago
Makefile.docs
selftests, bpf: Make docs tests fail more reliably
4 years ago
README.rst
selftests/bpf: Document vmtest.sh dependencies
4 years ago
bench.c
selftests/bpf: Turn on libbpf 1.0 mode and fix all IS_ERR checks
4 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
7 years ago
bpf_rlimit.h
bpf: unify rlimit handling in selftests
8 years ago
bpf_sockopt_helpers.h
bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_UDP{4,6}_SENDMSG
5 years ago
bpf_tcp_helpers.h
bpf: selftests: Add sk_state to bpf_tcp_helpers.h
4 years ago
bpf_util.h
selftests: Use consistent include paths for libbpf
6 years ago
btf_helpers.c
selftest/bpf: Add BTF_KIND_FLOAT tests
5 years ago
btf_helpers.h
selftests/bpf: Add split BTF dedup selftests
5 years ago
cgroup_helpers.c
bpf, selftests: Add cgroup v1 net_cls classid helpers
4 years ago
cgroup_helpers.h
bpf, selftests: Add cgroup v1 net_cls classid helpers
4 years ago
config
bpf: selftests: Specify CONFIG_DYNAMIC_FTRACE in the testing config
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: Don't use deprecated libbpf APIs
5 years ago
get_cgroup_id_user.c
selftests/bpf: Use nanosleep() syscall instead of sleep() in get_cgroup_id
5 years ago
ima_setup.sh
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
5 years ago
netcnt_common.h
bpf: Increase supported cgroup storage value size
4 years ago
network_helpers.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
4 years ago
network_helpers.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
4 years ago
settings
selftests: bpf: Switch off timeout
5 years ago
test_bpftool.py
selftests/bpf: Add test for "bpftool feature" command
6 years ago
test_bpftool.sh
selftests/bpf: Add missing files required by test_bpftool.sh for installing
4 years ago
test_bpftool_build.sh
selftests/bpf: Exit with KSFT_SKIP if no Makefile found
4 years ago
test_bpftool_metadata.sh
selftests/bpf: Test load and dump metadata with btftool and skel
5 years ago
test_bpftool_synctypes.py
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
4 years ago
test_btf.h
selftest/bpf: Add BTF_KIND_FLOAT tests
5 years ago
test_cgroup_storage.c
bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
5 years ago
test_cpp.cpp
selftests: Use consistent include paths for libbpf
6 years ago
test_dev_cgroup.c
bpf, selftests: Use single cgroup helpers for both test_sockmap/progs
5 years ago
test_doc_build.sh
selftests/bpf: Exit with KSFT_SKIP if no Makefile found
4 years ago
test_flow_dissector.c
selftests/bpf: Remove unneeded semicolon
5 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
selftests/bpf: Add bpf_lookup_and_delete_elem tests
4 years ago
test_lwt_ip_encap.sh
selftests, bpf: test_lwt_ip_encap: Really disable rp_filter
4 years ago
test_lwt_seg6local.sh
selftests/bpf: Fix test_lwt_seg6local.sh hangs
5 years ago
test_maps.c
selftests/bpf: Enlarge select() timeout for test_maps
4 years ago
test_maps.h
bpf: Add BPF_MAP_TYPE_SK_STORAGE test to test_maps
7 years ago
test_offload.py
selftests/bpf/test_offload.py: Filter bpftool internal map when counting maps
5 years ago
test_progs.c
selftests/bpf: Support glob matching for test selector.
4 years ago
test_progs.h
selftests/bpf: Add ASSERT_STRNEQ() variant for test_progs
4 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
selftests/bpf: Rewrite recvmsg{4,6} asm progs to c in test_sock_addr
5 years ago
test_sock_addr.sh
kselftests/bpf: use ping6 as the default ipv6 ping binary if it exists
7 years ago
test_sockmap.c
selftests/bpf: Simplify the calculation of variables
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: test_tc_tunnel.sh nc: Cannot use -p and -l
4 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_tcp_hdr_options.h
bpf: selftest: Ensure the child sk inherited all bpf_sock_ops_cb_flags
5 years ago
test_tcpbpf.h
selftests/bpf: Add Userspace tests for TCP_WINDOW_CLAMP
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
selftests/bpf: Turn on libbpf 1.0 mode and fix all IS_ERR checks
4 years ago
test_tunnel.sh
selftest/bpf: Add missed ip6ip6 test back
5 years ago
test_verifier.c
bpf, selftests: Adjust few selftest outcomes wrt unreachable code
4 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: Convert test_xdp_redirect.sh to bash
5 years ago
test_xdp_redirect_multi.sh
selftests/bpf: Add xdp_redirect_multi test
4 years ago
test_xdp_veth.sh
selftests/bpf: Fix xdp_tx.c prog section name
4 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
test_xsk.sh
selftests: xsk: Remove color mode
4 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
selftests/bpf: Add ref_ctr_offset selftests
4 years ago
trace_helpers.h
selftests/bpf: Add ref_ctr_offset selftests
4 years ago
urandom_read.c
selftests: bpf: modify urandom_read and link it non-statically
7 years ago
vmtest.sh
selftests/bpf: Add an option for a debug shell in vmtest.sh
5 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
xdp_redirect_multi.c
selftests/bpf: Add xdp_redirect_multi test
4 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
xdpxceiver.c
selftests: xsk: Preface options with opt
4 years ago
xdpxceiver.h
selftests: xsk: Preface options with opt
4 years ago
xsk_prereqs.sh
selftests: xsk: Remove the num_tx_packets option
4 years ago