summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Store BPF object files with .bpf.o extensionDaniel Müller2022-09-021-3/+3
* selftests/bpf: Fix attach tests retcode checksArtem Savkov2022-04-211-1/+1
* selftests/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao2022-04-101-1/+3
* selftests/bpf: Use explicit bpf_prog_test_load() calls everywhereAndrii Nakryiko2021-11-071-0/+1
* selftests/bpf: Convert legacy prog load APIs to bpf_prog_load()Andrii Nakryiko2021-11-071-14/+8
* selftests/bpf: Use __BYTE_ORDER__Ilya Leoshkevich2021-10-251-2/+2
* bpf, selftests: Use single cgroup helpers for both test_sockmap/progsJohn Fastabend2020-08-011-7/+1
* selftests: Use consistent include paths for libbpfToke Høiland-Jørgensen2020-01-201-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-1/+7
|\
| * bpf: Allow narrow loads of bpf_sysctl fields with offset > 0Ilya Leoshkevich2019-10-301-1/+7
* | selftests/bpf: Test narrow load from bpf_sysctl.writeIlya Leoshkevich2019-10-301-0/+23
|/
* selftests/bpf: delete unused variables in test_sysctlAndrii Nakryiko2019-09-251-1/+0
* bpf: fix accessing bpf_sysctl.file_pos on s390Ilya Leoshkevich2019-09-161-1/+8
* selftests/bpf: fix endianness issues in test_sysctlIlya Leoshkevich2019-09-031-43/+82
* selftests/bpf: improve unexpected success reporting in test_syctlIlya Leoshkevich2019-09-031-1/+2
* selftests/bpf: fix "ctx:write sysctl:write read ok" on s390Ilya Leoshkevich2019-09-031-1/+1
* selftests/bpf: C based test for sysctl and strtoXAndrey Ignatov2019-04-121-1/+56
* selftests/bpf: Test bpf_strtol and bpf_strtoul helpersAndrey Ignatov2019-04-121-0/+485
* selftests/bpf: Test file_pos field in bpf_sysctl ctxAndrey Ignatov2019-04-121-0/+64
* selftests/bpf: Test bpf_sysctl_{get,set}_new_value helpersAndrey Ignatov2019-04-121-0/+222
* selftests/bpf: Test sysctl_get_current_value helperAndrey Ignatov2019-04-121-0/+228
* selftests/bpf: Test bpf_sysctl_get_name helperAndrey Ignatov2019-04-121-0/+222
* selftests/bpf: Test BPF_CGROUP_SYSCTLAndrey Ignatov2019-04-121-0/+291