index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-14
selftests/bpf: Add test cases to test narrower ctx field loads
Yonghong Song
4
-1
/
+234
2017-06-14
bpf: permits narrower load from bpf program context fields
Yonghong Song
1
-79
/
+13
2017-06-13
selftests/bpf: make correct use of exit codes in bpf selftests
Jesper Dangaard Brouer
3
-3
/
+3
2017-06-11
bpf, tests: set rlimit also for test_align, so it doesn't fail
Daniel Borkmann
1
-0
/
+5
2017-06-11
bpf, tests: add a test for htab lookup + update traversal
Daniel Borkmann
1
-0
/
+50
2017-06-09
bpf: Fix test_obj_id.c for llvm 5.0
Martin KaFai Lau
1
-2
/
+2
2017-06-09
bpf: Fix test_bpf_obj_id() when the bpf_jit_enable sysctl is diabled
Martin KaFai Lau
1
-4
/
+15
2017-06-08
bpf, tests: fix endianness selection
Daniel Borkmann
1
-11
/
+30
2017-06-06
bpf: Test for bpf ID
Martin KaFai Lau
3
-1
/
+227
2017-05-25
bpf: add various verifier test cases
Daniel Borkmann
1
-4
/
+235
2017-05-18
selftests/bpf: fix broken build due to types.h
Yonghong Song
2
-0
/
+17
2017-05-12
bpf: Handle multiple variable additions into packet pointers in verifier.
David S. Miller
1
-0
/
+37
2017-05-12
bpf: Remove commented out debugging hack in test_align.
David S. Miller
1
-1
/
+0
2017-05-11
bpf: Provide a linux/types.h override for bpf selftests.
David S. Miller
2
-1
/
+8
2017-05-11
bpf: Add verifier test case for alignment.
David S. Miller
2
-1
/
+419
2017-05-03
selftests/bpf: get rid of -D__x86_64__
Alexei Starovoitov
2
-2
/
+3
2017-05-03
selftests/bpf: add a test case to check verifier pointer arithmetic
Yonghong Song
3
-1
/
+275
2017-05-02
selftests: bpf: Use bpf_endian.h in test_xdp.c
David S. Miller
1
-9
/
+8
2017-05-01
bpf: Include bpf_endian.h in test_progs.c too.
David S. Miller
1
-0
/
+1
2017-05-01
bpf: Move endianness BPF helpers out of bpf_util.h
David S. Miller
4
-21
/
+25
2017-05-01
bpf: enhance verifier to understand stack pointer arithmetic
Yonghong Song
1
-6
/
+12
2017-04-28
bpf: provide a generic macro for percpu values for selftests
Daniel Borkmann
2
-17
/
+27
2017-04-28
bpf: fix _htons occurences in test_progs
Daniel Borkmann
4
-15
/
+31
2017-04-28
bpf: add various test cases to verifier selftests
Daniel Borkmann
1
-0
/
+137
2017-04-25
bpf: map_get_next_key to return first key on NULL
Teng Qin
1
-4
/
+25
2017-04-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2017-04-21
bpf: Fix values type used in test_maps
David Miller
1
-2
/
+2
2017-04-21
bpf: add napi_id read access to __sk_buff
Daniel Borkmann
1
-0
/
+3
2017-04-17
bpf: lru: Lower the PERCPU_NR_SCANS from 16 to 4
Martin KaFai Lau
1
-1
/
+1
2017-04-17
bpf: lru: Cleanup test_lru_map.c
Martin KaFai Lau
1
-23
/
+9
2017-04-17
bpf: lru: Add test_lru_sanity6 for BPF_F_NO_COMMON_LRU
Martin KaFai Lau
1
-5
/
+65
2017-04-06
selftests/bpf: fix merge conflict
Alexei Starovoitov
1
-5
/
+0
2017-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-6
/
+298
2017-04-01
selftests/bpf: add l4 load balancer test based on sched_cls
Alexei Starovoitov
3
-1
/
+563
2017-04-01
selftests/bpf: add a test for basic XDP functionality
Alexei Starovoitov
4
-1
/
+332
2017-04-01
selftests/bpf: add a test for overlapping packet range checks
Alexei Starovoitov
3
-4
/
+215
2017-04-01
bpf: add various verifier test cases for self-tests
Daniel Borkmann
2
-6
/
+273
2017-03-25
bpf: improve verifier packet range checks
Alexei Starovoitov
1
-0
/
+20
2017-03-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-12
/
+36
2017-03-23
bpf: Add tests for map-in-map
Martin KaFai Lau
1
-13
/
+118
2017-03-23
bpf: fix hashmap extra_elems logic
Alexei Starovoitov
1
-3
/
+26
2017-03-22
selftests/bpf: fix broken build, take 2
Zi Shen Lim
1
-9
/
+10
2017-03-13
selftests/bpf: fix broken build
Alexei Starovoitov
2
-1
/
+7
2017-02-26
Merge tag 'linux-kselftest-4.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-8
/
+2
2017-02-15
bpf: Rebuild bpf.o for any dependency update
Mickaël Salaün
1
-2
/
+13
2017-02-10
bpf: Add test_tag to .gitignore
Mickaël Salaün
1
-0
/
+1
2017-02-10
bpf: Remove bpf_sys.h from selftests
Mickaël Salaün
6
-34
/
+3
2017-02-10
bpf: Use bpf_create_map() from the library
Mickaël Salaün
6
-30
/
+15
2017-02-10
bpf: Use bpf_map_get_next_key() from the library
Mickaël Salaün
3
-29
/
+18
2017-02-10
bpf: Use bpf_map_delete_elem() from the library
Mickaël Salaün
3
-24
/
+14
[prev]
[next]