开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
test_sysctl.c
Age
Commit message (
Expand
)
Author
2022-09-02
selftests/bpf: Store BPF object files with .bpf.o extension
Daniel Müller
2022-04-21
selftests/bpf: Fix attach tests retcode checks
Artem Savkov
2022-04-10
selftests/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK
Yafang Shao
2021-11-07
selftests/bpf: Use explicit bpf_prog_test_load() calls everywhere
Andrii Nakryiko
2021-11-07
selftests/bpf: Convert legacy prog load APIs to bpf_prog_load()
Andrii Nakryiko
2021-10-25
selftests/bpf: Use __BYTE_ORDER__
Ilya Leoshkevich
2020-08-01
bpf, selftests: Use single cgroup helpers for both test_sockmap/progs
John Fastabend
2020-01-20
selftests: Use consistent include paths for libbpf
Toke Høiland-Jørgensen
2019-11-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-10-30
bpf: Allow narrow loads of bpf_sysctl fields with offset > 0
Ilya Leoshkevich
2019-10-30
selftests/bpf: Test narrow load from bpf_sysctl.write
Ilya Leoshkevich
2019-09-25
selftests/bpf: delete unused variables in test_sysctl
Andrii Nakryiko
2019-09-16
bpf: fix accessing bpf_sysctl.file_pos on s390
Ilya Leoshkevich
2019-09-03
selftests/bpf: fix endianness issues in test_sysctl
Ilya Leoshkevich
2019-09-03
selftests/bpf: improve unexpected success reporting in test_syctl
Ilya Leoshkevich
2019-09-03
selftests/bpf: fix "ctx:write sysctl:write read ok" on s390
Ilya Leoshkevich
2019-04-12
selftests/bpf: C based test for sysctl and strtoX
Andrey Ignatov
2019-04-12
selftests/bpf: Test bpf_strtol and bpf_strtoul helpers
Andrey Ignatov
2019-04-12
selftests/bpf: Test file_pos field in bpf_sysctl ctx
Andrey Ignatov
2019-04-12
selftests/bpf: Test bpf_sysctl_{get,set}_new_value helpers
Andrey Ignatov
2019-04-12
selftests/bpf: Test sysctl_get_current_value helper
Andrey Ignatov
2019-04-12
selftests/bpf: Test bpf_sysctl_get_name helper
Andrey Ignatov
2019-04-12
selftests/bpf: Test BPF_CGROUP_SYSCTL
Andrey Ignatov