aboutsummaryrefslogtreecommitdiff
path: root/lib/test_bpf.c
AgeCommit message (Expand)Author
2015-05-27test_bpf: add similarly conflicting jump test case only for classicDaniel Borkmann
2015-05-25test_bpf: add more eBPF jump torture casesDaniel Borkmann
2015-05-22test_bpf: Add backward jump test caseMichael Holzheu
2015-05-14test_bpf: fix sparse warningsMichael Holzheu
2015-05-14test_bpf: add tests related to BPF_MAXINSNSDaniel Borkmann
2015-05-12test_bpf: add 173 new testcases for eBPFMichael Holzheu
2015-05-11test: bpf: extend "load 64-bit immediate" testcaseXi Wang
2015-04-30test_bpf: indicate whether bpf prog got jited in test suiteDaniel Borkmann
2014-12-08test: bpf: expand DIV_KX to DIV_MOD_KXDenis Kirjanov
2014-10-30test: bpf: add a testcase reduced from nmapAlexei Starovoitov
2014-09-22net: bpf: fix compiler warnings in test_bpfAlexei Starovoitov
2014-09-09net: filter: add "load 64-bit immediate" eBPF instructionAlexei Starovoitov
2014-09-05net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann
2014-08-25bpf: x86: add missing 'shift by register' instructions to x64 eBPF JITAlexei Starovoitov
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov
2014-07-24net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'Alexei Starovoitov
2014-06-11net: filter: fix nlattr and nlattr_nest BPF testsAlexei Starovoitov
2014-06-02net: filter: fix length calculation in BPF testsuiteChema Gonzalez
2014-06-01net: filter: add test for loading SKF_AD_OFF limitsDaniel Borkmann
2014-06-01net: filter: add slot overlapping test with fully filled M[]Daniel Borkmann
2014-05-30net: filter: use block statements in tcpdump testsDaniel Borkmann
2014-05-30net: filter: test fill/spill of all M[] regsDaniel Borkmann
2014-05-23net: filter: add test case for jump with holes and ret x variantsDaniel Borkmann
2014-05-23net: filter: improve test case frameworkDaniel Borkmann
2014-05-23net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann
2014-05-23lib/test_bpf.c: don't use gcc union shortcutAndrew Morton
2014-05-21net: filter: cleanup invocation of internal BPFAlexei Starovoitov
2014-05-12net: filter: additional BPF testsAlexei Starovoitov
2014-05-12net: filter: BPF testsuiteAlexei Starovoitov