aboutsummaryrefslogtreecommitdiffstats
path: root/samples/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-23bpf: BPF based latency tracingDaniel Wagner3-0/+206
2015-06-15bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov3-14/+83
2015-06-07bpf: allow programs to write to certain skb fieldsAlexei Starovoitov2-26/+93
2015-06-07bpf: make programs see skb->data == L2 for ingress and egressAlexei Starovoitov1-4/+4
2015-05-21samples/bpf: bpf_tail_call example for networkingAlexei Starovoitov4-0/+375
2015-05-21samples/bpf: bpf_tail_call example for tracingAlexei Starovoitov5-12/+172
2015-05-12samples/bpf: fix in-source build of samples with clangBrenden Blanco1-1/+1
2015-04-16bpf: fix two bugs in verification logic when accessing 'ctx' pointerAlexei Starovoitov1-0/+22
2015-04-16bpf: fix bpf helpers to use skb->mac_header relative offsetsAlexei Starovoitov1-10/+6
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds9-19/+195
2015-04-06tc: bpf: add checksum helpersAlexei Starovoitov3-0/+79
2015-04-02samples/bpf: Add kmem_alloc()/free() tracker toolAlexei Starovoitov3-0/+127
2015-04-02samples/bpf: Add IO latency analysis (iosnoop/heatmap) toolAlexei Starovoitov3-0/+243
2015-04-02samples/bpf: Add counting example for kfree_skb() function calls and the write() syscallAlexei Starovoitov3-0/+185
2015-04-02samples/bpf: Add simple non-portable kprobe filter exampleAlexei Starovoitov10-12/+224
2015-03-17bpf: allow BPF programs access 'protocol' and 'vlan_tci' fieldsAlexei Starovoitov1-0/+9
2015-03-15samples: bpf: add skb->field examples and testsAlexei Starovoitov5-16/+101
2015-03-01ebpf: export BPF_PSEUDO_MAP_FD to uapiDaniel Borkmann1-1/+3
2015-03-01ebpf: remove kernel test stubsDaniel Borkmann1-2/+3
2015-01-26samples: bpf: relax test_maps checkAlexei Starovoitov1-2/+2
2014-12-05samples: bpf: large eBPF program in CAlexei Starovoitov3-0/+263
2014-12-05samples: bpf: trivial eBPF program in CAlexei Starovoitov4-1/+89
2014-12-05samples: bpf: elf_bpf file loaderAlexei Starovoitov3-0/+267
2014-12-05samples: bpf: example of stateful socket filteringAlexei Starovoitov4-0/+144
2014-11-18bpf: remove test map scaffolding and user proper typesAlexei Starovoitov1-7/+7
2014-11-18bpf: add a testsuite for eBPF mapsAlexei Starovoitov4-3/+296
2014-10-30samples: bpf: add a verifier test and summary lineAlexei Starovoitov1-1/+45
2014-10-21bpf: fix bug in eBPF verifierAlexei Starovoitov1-0/+11
2014-10-01bpf: add tests to verifier testsuiteAlexei Starovoitov1-0/+130
2014-09-26bpf: mini eBPF library, test stubs and verifier testsuiteAlexei Starovoitov4-0/+826