aboutsummaryrefslogtreecommitdiffstats
path: root/lib/test_bpf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-08test: bpf: expand DIV_KX to DIV_MOD_KXDenis Kirjanov1-2/+8
2014-10-30test: bpf: add a testcase reduced from nmapAlexei Starovoitov1-0/+43
2014-09-22net: bpf: fix compiler warnings in test_bpfAlexei Starovoitov1-2/+2
2014-09-09net: filter: add "load 64-bit immediate" eBPF instructionAlexei Starovoitov1-0/+21
2014-09-05net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann1-1/+1
2014-08-25bpf: x86: add missing 'shift by register' instructions to x64 eBPF JITAlexei Starovoitov1-0/+38
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov1-12/+12
2014-07-24net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'Alexei Starovoitov1-2/+2
2014-06-11net: filter: fix nlattr and nlattr_nest BPF testsAlexei Starovoitov1-13/+21
2014-06-02net: filter: fix length calculation in BPF testsuiteChema Gonzalez1-5/+16
2014-06-01net: filter: add test for loading SKF_AD_OFF limitsDaniel Borkmann1-0/+22
2014-06-01net: filter: add slot overlapping test with fully filled M[]Daniel Borkmann1-1/+74
2014-05-30net: filter: use block statements in tcpdump testsDaniel Borkmann1-68/+75
2014-05-30net: filter: test fill/spill of all M[] regsDaniel Borkmann1-0/+90
2014-05-23net: filter: add test case for jump with holes and ret x variantsDaniel Borkmann1-0/+94
2014-05-23net: filter: improve test case frameworkDaniel Borkmann1-155/+233
2014-05-23net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann1-1/+1
2014-05-23lib/test_bpf.c: don't use gcc union shortcutAndrew Morton1-52/+52
2014-05-21net: filter: cleanup invocation of internal BPFAlexei Starovoitov1-2/+2
2014-05-12net: filter: additional BPF testsAlexei Starovoitov1-0/+1224
2014-05-12net: filter: BPF testsuiteAlexei Starovoitov1-0/+322