index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
progs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests/bpf: Test bpf_sk_storage_get in tcp iterators
Florent Revest
2020-12-04
1
-0
/
+18
*
selftests/bpf: Add an iterator selftest for bpf_sk_storage_get
Florent Revest
2020-12-04
1
-0
/
+24
*
selftests/bpf: Add an iterator selftest for bpf_sk_storage_delete
Florent Revest
2020-12-04
1
-0
/
+23
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-12-04
12
-8
/
+500
|
\
|
*
selftests/bpf: Add fentry/fexit/fmod_ret selftest for kernel module
Andrii Nakryiko
2020-12-04
1
-0
/
+66
|
*
selftests/bpf: Add tp_btf CO-RE reloc test for modules
Andrii Nakryiko
2020-12-04
1
-1
/
+31
|
*
selftests/bpf: Add CO-RE relocs selftest relying on kernel module BTF
Andrii Nakryiko
2020-12-04
2
-0
/
+83
|
*
selftests/bpf: Add Userspace tests for TCP_WINDOW_CLAMP
Prankur gupta
2020-12-04
1
-0
/
+33
|
*
bpf: Eliminate rlimit-based memory accounting infra for bpf maps
Roman Gushchin
2020-12-03
2
-8
/
+1
|
*
selftests/bpf: Extend bind{4,6} programs with a call to bpf_setsockopt
Stanislav Fomichev
2020-12-02
2
-0
/
+62
|
*
selftests/bpf: Rewrite test_sock_addr bind bpf into C
Stanislav Fomichev
2020-12-02
2
-0
/
+159
|
*
bpf: Fix selftest compilation on clang 11
Andrei Matei
2020-11-26
1
-0
/
+2
|
*
bpf: Add a selftest for bpf_ima_inode_hash
KP Singh
2020-11-26
1
-0
/
+28
|
*
bpf: Add tests for bpf_bprm_opts_set helper
KP Singh
2020-11-18
1
-0
/
+34
|
*
selftest/bpf: Fix IPV6FR handling in flow dissector
Santucci Pierpaolo
2020-11-16
1
-0
/
+2
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-11-20
3
-0
/
+65
|
\
\
|
|
/
|
/
|
|
*
selftest/bpf: Test bpf_probe_read_user_str() strips trailing bytes after NUL
Daniel Xu
2020-11-19
1
-0
/
+25
|
*
bpf: Relax return code check for subprograms
Dmitrii Banshchikov
2020-11-14
1
-0
/
+19
|
*
selftests/bpf: Fix unused attribute usage in subprogs_unused test
Andrii Nakryiko
2020-11-12
1
-2
/
+2
|
*
libbpf: Don't attempt to load unused subprog as an entry-point BPF program
Andrii Nakryiko
2020-11-09
1
-0
/
+21
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-11-14
7
-142
/
+311
|
\
\
|
|
/
|
/
|
|
*
bpf: selftest: Use bpf_sk_storage in FENTRY/FEXIT/RAW_TP
Martin KaFai Lau
2020-11-13
2
-0
/
+124
|
*
selftests/bpf: Add skb_pkt_end test
Alexei Starovoitov
2020-11-13
1
-0
/
+54
|
*
selftest/bpf: Add missed ip6ip6 test back
Hangbin Liu
2020-11-11
1
-35
/
+7
|
*
bpf: Add tests for task_local_storage
KP Singh
2020-11-06
1
-7
/
+54
|
*
bpf: Update selftests for local_storage to use vmlinux.h
KP Singh
2020-11-06
1
-19
/
+1
|
*
bpf: Fix tests for local_storage
KP Singh
2020-11-06
1
-9
/
+15
|
*
bpf: Lift hashtab key_size limit
Florian Lehner
2020-11-06
1
-0
/
+44
|
*
selftest/bpf: Use global variables instead of maps for test_tcpbpf_kern
Alexander Duyck
2020-11-04
1
-73
/
+13
*
|
bpf: Zero-fill re-used per-cpu map element
David Verbeiren
2020-11-06
1
-0
/
+33
*
|
selftest/bpf: Fix profiler test using CO-RE relocation for enums
Andrii Nakryiko
2020-10-26
1
-3
/
+8
|
/
*
bpf, selftests: Extend test_tc_redirect to use modified bpf_redirect_neigh()
Toke Høiland-Jørgensen
2020-10-22
2
-2
/
+158
*
bpf: selftest: Ensure the return value of the bpf_per_cpu_ptr() must be checked
Martin KaFai Lau
2020-10-20
1
-0
/
+31
*
bpf, selftest: Fix flaky tcp_hdr_options test when adding addr to lo
Martin KaFai Lau
2020-10-15
1
-1
/
+1
*
bpf, selftests: Add redirect_peer selftest
Daniel Borkmann
2020-10-11
1
-0
/
+45
*
bpf, selftests: Make redirect_neigh test more extensible
Daniel Borkmann
2020-10-11
1
-18
/
+22
*
bpf, selftests: Add test for different array inner map size
Daniel Borkmann
2020-10-11
1
-0
/
+43
*
selftests/bpf: Add profiler test
Alexei Starovoitov
2020-10-09
5
-0
/
+1164
*
bpf: Add tcp_notsent_lowat bpf setsockopt
Nikita V. Shirokov
2020-10-09
1
-0
/
+19
*
selftests/bpf: Validate libbpf's auto-sizing of LD/ST/STX instructions
Andrii Nakryiko
2020-10-08
1
-0
/
+172
*
bpf, sockmap: Update selftests to use skb_adjust_room
John Fastabend
2020-10-03
1
-9
/
+25
*
bpf/selftests: Test for bpf_per_cpu_ptr() and bpf_this_cpu_ptr()
Hao Luo
2020-10-03
1
-0
/
+32
*
selftests/bpf: Ksyms_btf to test typed ksyms
Hao Luo
2020-10-02
1
-0
/
+23
*
bpf: selftest: Ensure the child sk inherited all bpf_sock_ops_cb_flags
Martin KaFai Lau
2020-10-02
2
-4
/
+7
*
selftests/bpf: Add tests for BPF_F_PRESERVE_ELEMS
Song Liu
2020-10-01
1
-0
/
+38
*
bpf, selftests: Add redirect_neigh selftest
Daniel Borkmann
2020-09-30
1
-0
/
+144
*
bpf, selftests: Use bpf_tail_call_static where appropriate
Daniel Borkmann
2020-09-30
8
-40
/
+40
*
selftests/bpf: Fix endianness issues in sk_lookup/ctx_narrow_access
Ilya Leoshkevich
2020-09-30
1
-115
/
+101
*
selftests: Add selftest for disallowing modify_return attachment to freplace
Toke Høiland-Jørgensen
2020-09-29
2
-1
/
+15
*
selftests/bpf: Adding test for arg dereference in extension trace
Jiri Olsa
2020-09-29
2
-0
/
+43
[next]