index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
test_bpf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-04
test_bpf: Fix testing with CONFIG_BPF_JIT_ALWAYS_ON=y on other arches
Thadeu Lima de Souza Cascardo
1
-1
/
+1
2018-04-26
bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=y
Yonghong Song
1
-5
/
+26
2018-01-31
bpf: introduce BPF_JIT_ALWAYS_ON config
Alexei Starovoitov
1
-4
/
+7
2017-08-09
bpf: add BPF_J{LT,LE,SLT,SLE} instructions
Daniel Borkmann
1
-0
/
+364
2017-06-20
net: introduce __skb_put_[zero, data, u8]
yuan linyu
1
-1
/
+1
2017-06-14
test_bpf: Add test to make conditional jump cross a large number of insns.
David Daney
1
-0
/
+32
2017-05-31
bpf: fix stack_depth usage by test_bpf.ko
Alexei Starovoitov
1
-1
/
+24
2017-05-25
test_bpf: Add a couple of tests for BPF_JSGE.
David Daney
1
-0
/
+38
2017-05-03
test_bpf: Use ULL suffix for 64-bit constants
Geert Uytterhoeven
1
-5
/
+5
2017-05-02
bpf, arm64: fix jit branch offset related to ldimm64
Daniel Borkmann
1
-0
/
+45
2017-05-02
bpf, arm64: implement jiting of BPF_XADD
Daniel Borkmann
1
-0
/
+105
2016-10-20
bpf, test: fix ld_abs + vlan push/pop stress test
Daniel Borkmann
1
-1
/
+1
2016-09-15
test_bpf: fix the dummy skb after dissector changes
Jakub Kicinski
1
-0
/
+1
2016-05-16
bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis
Daniel Borkmann
1
-1
/
+4
2016-04-06
lib/test_bpf: Add additional BPF_ADD tests
Naveen N. Rao
1
-0
/
+128
2016-04-06
lib/test_bpf: Add test to check for result of 32-bit add that overflows
Naveen N. Rao
1
-0
/
+64
2016-04-06
lib/test_bpf: Add tests for unsigned BPF_JGT
Naveen N. Rao
1
-0
/
+29
2016-04-06
lib/test_bpf: Fix JMP_JSET tests
Naveen N. Rao
1
-4
/
+4
2015-12-18
bpf, test: add couple of test cases
Daniel Borkmann
1
-0
/
+120
2015-11-05
bpf: add mod default A and X test cases
Yang Shi
1
-0
/
+30
2015-08-06
test_bpf: add tests checking that JIT/interpreter sets A and X to 0.
Nicolas Schichan
1
-0
/
+158
2015-08-06
test_bpf: add more tests for LD_ABS and LD_IND.
Nicolas Schichan
1
-0
/
+296
2015-08-06
test_bpf: add module parameters to filter the tests to run.
Nicolas Schichan
1
-0
/
+71
2015-08-06
test_bpf: test LD_ABS and LD_IND instructions on fragmented skbs.
Nicolas Schichan
1
-0
/
+142
2015-08-06
test_bpf: allow tests to specify an skb fragment.
Nicolas Schichan
1
-1
/
+38
2015-08-06
test_bpf: avoid oopsing the kernel when generate_test_data() fails.
Nicolas Schichan
1
-0
/
+5
2015-07-30
test_bpf: assign type to native eBPF test cases
Daniel Borkmann
1
-0
/
+2
2015-07-20
test_bpf: add bpf_skb_vlan_push/pop() tests
Alexei Starovoitov
1
-3
/
+95
2015-07-08
test_bpf: extend tests for 32-bit endianness conversion
Xi Wang
1
-0
/
+6
2015-05-27
test_bpf: add similarly conflicting jump test case only for classic
Daniel Borkmann
1
-0
/
+57
2015-05-25
test_bpf: add more eBPF jump torture cases
Daniel Borkmann
1
-0
/
+67
2015-05-22
test_bpf: Add backward jump test case
Michael Holzheu
1
-0
/
+16
2015-05-14
test_bpf: fix sparse warnings
Michael Holzheu
1
-61
/
+61
2015-05-14
test_bpf: add tests related to BPF_MAXINSNS
Daniel Borkmann
1
-9
/
+308
2015-05-12
test_bpf: add 173 new testcases for eBPF
Michael Holzheu
1
-0
/
+2192
2015-05-11
test: bpf: extend "load 64-bit immediate" testcase
Xi Wang
1
-1
/
+2
2015-04-30
test_bpf: indicate whether bpf prog got jited in test suite
Daniel Borkmann
1
-1
/
+11
2014-12-08
test: bpf: expand DIV_KX to DIV_MOD_KX
Denis Kirjanov
1
-2
/
+8
2014-10-30
test: bpf: add a testcase reduced from nmap
Alexei Starovoitov
1
-0
/
+43
2014-09-22
net: bpf: fix compiler warnings in test_bpf
Alexei Starovoitov
1
-2
/
+2
2014-09-09
net: filter: add "load 64-bit immediate" eBPF instruction
Alexei Starovoitov
1
-0
/
+21
2014-09-05
net: bpf: make eBPF interpreter images read-only
Daniel Borkmann
1
-1
/
+1
2014-08-25
bpf: x86: add missing 'shift by register' instructions to x64 eBPF JIT
Alexei Starovoitov
1
-0
/
+38
2014-08-02
net: filter: split 'struct sk_filter' into socket and bpf parts
Alexei Starovoitov
1
-12
/
+12
2014-07-24
net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'
Alexei Starovoitov
1
-2
/
+2
2014-06-11
net: filter: fix nlattr and nlattr_nest BPF tests
Alexei Starovoitov
1
-13
/
+21
2014-06-02
net: filter: fix length calculation in BPF testsuite
Chema Gonzalez
1
-5
/
+16
2014-06-01
net: filter: add test for loading SKF_AD_OFF limits
Daniel Borkmann
1
-0
/
+22
2014-06-01
net: filter: add slot overlapping test with fully filled M[]
Daniel Borkmann
1
-1
/
+74
2014-05-30
net: filter: use block statements in tcpdump tests
Daniel Borkmann
1
-68
/
+75
[next]