aboutsummaryrefslogtreecommitdiff
path: root/samples/bpf
AgeCommit message (Expand)AuthorFilesLines
2015-04-16bpf: fix two bugs in verification logic when accessing 'ctx' pointerGravatar Alexei Starovoitov 1-0/+22
2015-04-16bpf: fix bpf helpers to use skb->mac_header relative offsetsGravatar Alexei Starovoitov 1-10/+6
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 9-19/+195
2015-04-06tc: bpf: add checksum helpersGravatar Alexei Starovoitov 3-0/+79
2015-04-02samples/bpf: Add kmem_alloc()/free() tracker toolGravatar Alexei Starovoitov 3-0/+127
2015-04-02samples/bpf: Add IO latency analysis (iosnoop/heatmap) toolGravatar Alexei Starovoitov 3-0/+243
2015-04-02samples/bpf: Add counting example for kfree_skb() function calls and the writ...Gravatar Alexei Starovoitov 3-0/+185
2015-04-02samples/bpf: Add simple non-portable kprobe filter exampleGravatar Alexei Starovoitov 10-12/+224
2015-03-17bpf: allow BPF programs access 'protocol' and 'vlan_tci' fieldsGravatar Alexei Starovoitov 1-0/+9
2015-03-15samples: bpf: add skb->field examples and testsGravatar Alexei Starovoitov 5-16/+101
2015-03-01ebpf: export BPF_PSEUDO_MAP_FD to uapiGravatar Daniel Borkmann 1-1/+3
2015-03-01ebpf: remove kernel test stubsGravatar Daniel Borkmann 1-2/+3
2015-01-26samples: bpf: relax test_maps checkGravatar Alexei Starovoitov 1-2/+2
2014-12-05samples: bpf: large eBPF program in CGravatar Alexei Starovoitov 3-0/+263
2014-12-05samples: bpf: trivial eBPF program in CGravatar Alexei Starovoitov 4-1/+89
2014-12-05samples: bpf: elf_bpf file loaderGravatar Alexei Starovoitov 3-0/+267
2014-12-05samples: bpf: example of stateful socket filteringGravatar Alexei Starovoitov 4-0/+144
2014-11-18bpf: remove test map scaffolding and user proper typesGravatar Alexei Starovoitov 1-7/+7
2014-11-18bpf: add a testsuite for eBPF mapsGravatar Alexei Starovoitov 4-3/+296
2014-10-30samples: bpf: add a verifier test and summary lineGravatar Alexei Starovoitov 1-1/+45
2014-10-21bpf: fix bug in eBPF verifierGravatar Alexei Starovoitov 1-0/+11
2014-10-01bpf: add tests to verifier testsuiteGravatar Alexei Starovoitov 1-0/+130
2014-09-26bpf: mini eBPF library, test stubs and verifier testsuiteGravatar Alexei Starovoitov 4-0/+826