summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/test_sysctl.c
AgeCommit message (Expand)Author
2022-09-02selftests/bpf: Store BPF object files with .bpf.o extensionDaniel Müller
2022-04-21selftests/bpf: Fix attach tests retcode checksArtem Savkov
2022-04-10selftests/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao
2021-11-07selftests/bpf: Use explicit bpf_prog_test_load() calls everywhereAndrii Nakryiko
2021-11-07selftests/bpf: Convert legacy prog load APIs to bpf_prog_load()Andrii Nakryiko
2021-10-25selftests/bpf: Use __BYTE_ORDER__Ilya Leoshkevich
2020-08-01bpf, selftests: Use single cgroup helpers for both test_sockmap/progsJohn Fastabend
2020-01-20selftests: Use consistent include paths for libbpfToke Høiland-Jørgensen
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-30bpf: Allow narrow loads of bpf_sysctl fields with offset > 0Ilya Leoshkevich
2019-10-30selftests/bpf: Test narrow load from bpf_sysctl.writeIlya Leoshkevich
2019-09-25selftests/bpf: delete unused variables in test_sysctlAndrii Nakryiko
2019-09-16bpf: fix accessing bpf_sysctl.file_pos on s390Ilya Leoshkevich
2019-09-03selftests/bpf: fix endianness issues in test_sysctlIlya Leoshkevich
2019-09-03selftests/bpf: improve unexpected success reporting in test_syctlIlya Leoshkevich
2019-09-03selftests/bpf: fix "ctx:write sysctl:write read ok" on s390Ilya Leoshkevich
2019-04-12selftests/bpf: C based test for sysctl and strtoXAndrey Ignatov
2019-04-12selftests/bpf: Test bpf_strtol and bpf_strtoul helpersAndrey Ignatov
2019-04-12selftests/bpf: Test file_pos field in bpf_sysctl ctxAndrey Ignatov
2019-04-12selftests/bpf: Test bpf_sysctl_{get,set}_new_value helpersAndrey Ignatov
2019-04-12selftests/bpf: Test sysctl_get_current_value helperAndrey Ignatov
2019-04-12selftests/bpf: Test bpf_sysctl_get_name helperAndrey Ignatov
2019-04-12selftests/bpf: Test BPF_CGROUP_SYSCTLAndrey Ignatov