index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests/bpf: Make bpf_util work on uniprocessor systems
Thomas Meyer
2017-09-18
1
-8
/
+9
*
bpf/verifier: reject BPF_ALU64|BPF_END
Edward Cree
2017-09-15
1
-0
/
+16
*
bpf: add support for sockmap detach programs
John Fastabend
2017-09-08
1
-1
/
+50
*
bpf: test_maps: fix typos, "conenct" and "listeen"
Colin Ian King
2017-08-30
1
-2
/
+2
*
selftests/bpf: check the instruction dumps are populated
Jakub Kicinski
2017-08-28
1
-4
/
+12
*
bpf: test_maps add sockmap stress test
John Fastabend
2017-08-28
1
-1
/
+28
*
bpf: harden sockmap program attach to ensure correct map type
John Fastabend
2017-08-28
2
-4
/
+30
*
bpf: more SK_SKB selftests
John Fastabend
2017-08-28
1
-0
/
+98
*
bpf: additional sockmap self tests
John Fastabend
2017-08-28
3
-46
/
+96
*
bpf: convert sockmap field attach_bpf_fd2 to type
John Fastabend
2017-08-28
4
-78
/
+62
*
selftests/bpf: add a test for a pruning bug in the verifier
Alexei Starovoitov
2017-08-23
1
-0
/
+28
*
selftests/bpf: add a test for a bug in liveness-based pruning
Edward Cree
2017-08-23
1
-0
/
+16
*
bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_test
Martin KaFai Lau
2017-08-19
1
-0
/
+1
*
bpf: selftests add sockmap tests
John Fastabend
2017-08-16
5
-39
/
+412
*
bpf: selftests: add tests for new __sk_buff members
John Fastabend
2017-08-16
1
-0
/
+152
*
bpf: sockmap sample program
John Fastabend
2017-08-16
1
-0
/
+7
*
selftests: bpf: add check for ip XDP redirect
William Tu
2017-08-11
1
-0
/
+5
*
bpf: add test cases for new BPF_J{LT, LE, SLT, SLE} instructions
Daniel Borkmann
2017-08-09
1
-0
/
+313
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-08-09
2
-9
/
+21
|
\
|
*
bpf: fix selftest/bpf/test_pkt_md_access on s390x
Thomas Richter
2017-08-07
1
-0
/
+11
|
*
bpf: fix byte order test in test_verifier
Daniel Borkmann
2017-08-04
1
-9
/
+10
*
|
selftests: bpf: add a test for XDP redirect
William Tu
2017-08-08
3
-2
/
+84
*
|
selftests/bpf: variable offset negative tests
Edward Cree
2017-08-08
1
-0
/
+41
*
|
selftests/bpf: add tests for subtraction & negative numbers
Edward Cree
2017-08-08
1
-0
/
+104
*
|
selftests/bpf: don't try to access past MAX_PACKET_OFF in test_verifier
Edward Cree
2017-08-08
1
-8
/
+8
*
|
selftests/bpf: add test for bogus operations on pointers
Edward Cree
2017-08-08
1
-2
/
+64
*
|
selftests/bpf: add a test to test_align
Edward Cree
2017-08-08
1
-0
/
+67
*
|
selftests/bpf: rewrite test_align
Edward Cree
2017-08-08
1
-93
/
+132
*
|
selftests/bpf: change test_verifier expectations
Edward Cree
2017-08-08
1
-180
/
+152
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-08-01
2
-2
/
+34
|
\
\
|
|
/
|
*
bpf: don't zero out the info struct in bpf_obj_get_info_by_fd()
Jakub Kicinski
2017-07-26
1
-2
/
+6
|
*
selftests/bpf: subtraction bounds test
Edward Cree
2017-07-24
1
-0
/
+28
*
|
bpf: testing: fix devmap tests
John Fastabend
2017-07-29
1
-1
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-07-21
2
-6
/
+476
|
\
\
|
|
/
|
*
bpf: more tests for mixed signed and unsigned bounds checks
Daniel Borkmann
2017-07-20
1
-0
/
+418
|
*
bpf: add test for mixed signed and unsigned bounds checks
Edward Cree
2017-07-20
1
-0
/
+52
|
*
bpf: fix up test cases with mixed signed/unsigned bounds
Daniel Borkmann
2017-07-20
1
-4
/
+4
|
*
bpf: allow to specify log level and reduce it for test_verifier
Daniel Borkmann
2017-07-20
2
-2
/
+2
*
|
xdp: bpf redirect with map sample program
John Fastabend
2017-07-17
1
-0
/
+2
*
|
bpf: add devmap, a map for storing net device references
John Fastabend
2017-07-17
1
-0
/
+15
|
/
*
samples/bpf: fix a build issue
Yonghong Song
2017-07-11
3
-1
/
+212
*
bpf: add various test cases for verifier selftest
Daniel Borkmann
2017-07-03
1
-0
/
+165
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-30
1
-0
/
+66
|
\
|
*
bpf: prevent leaking pointer via xadd on unpriviledged
Daniel Borkmann
2017-06-29
1
-0
/
+66
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-15
1
-11
/
+30
|
\
\
|
|
/
|
*
bpf, tests: fix endianness selection
Daniel Borkmann
2017-06-08
1
-11
/
+30
*
|
selftests/bpf: Add test cases to test narrower ctx field loads
Yonghong Song
2017-06-14
4
-1
/
+234
*
|
bpf: permits narrower load from bpf program context fields
Yonghong Song
2017-06-14
1
-79
/
+13
*
|
selftests/bpf: make correct use of exit codes in bpf selftests
Jesper Dangaard Brouer
2017-06-13
3
-3
/
+3
*
|
bpf, tests: set rlimit also for test_align, so it doesn't fail
Daniel Borkmann
2017-06-10
1
-0
/
+5
[next]