summaryrefslogtreecommitdiff
path: root/samples/bpf
Commit message (Expand)AuthorAge
* bpf: samples: exclude asm/sysreg.h for arm64Yang Shi2015-11-16
* bpf: add sample usages for persistent maps/progsDaniel Borkmann2015-11-02
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-01
|\
| * bpf: sample: define aarch64 specific registersYang Shi2015-10-27
* | samples: bpf: add bpf_perf_event_output exampleAlexei Starovoitov2015-10-22
* | bpf: add unprivileged bpf testsAlexei Starovoitov2015-10-12
* | bpf: add bpf_redirect() helperAlexei Starovoitov2015-09-17
|/
* bpf: fix build warnings and add function read_trace_pipe()Kaixu Xia2015-08-12
* samples/bpf: example of get selected PMU counter valueKaixu Xia2015-08-09
* ebpf: Allow dereferences of PTR_TO_STACK registersAlex Gartrell2015-07-27
* samples: bpf: enable trace samples for s390xMichael Holzheu2015-07-08
* bpf: BPF based latency tracingDaniel Wagner2015-06-23
* bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov2015-06-15
* bpf: allow programs to write to certain skb fieldsAlexei Starovoitov2015-06-07
* bpf: make programs see skb->data == L2 for ingress and egressAlexei Starovoitov2015-06-07
* samples/bpf: bpf_tail_call example for networkingAlexei Starovoitov2015-05-21
* samples/bpf: bpf_tail_call example for tracingAlexei Starovoitov2015-05-21
* samples/bpf: fix in-source build of samples with clangBrenden Blanco2015-05-12
* bpf: fix two bugs in verification logic when accessing 'ctx' pointerAlexei Starovoitov2015-04-16
* bpf: fix bpf helpers to use skb->mac_header relative offsetsAlexei Starovoitov2015-04-16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-15
|\
| * tc: bpf: add checksum helpersAlexei Starovoitov2015-04-06
| * bpf: allow BPF programs access 'protocol' and 'vlan_tci' fieldsAlexei Starovoitov2015-03-17
| * samples: bpf: add skb->field examples and testsAlexei Starovoitov2015-03-15
| * ebpf: export BPF_PSEUDO_MAP_FD to uapiDaniel Borkmann2015-03-01
| * ebpf: remove kernel test stubsDaniel Borkmann2015-03-01
* | samples/bpf: Add kmem_alloc()/free() tracker toolAlexei Starovoitov2015-04-02
* | samples/bpf: Add IO latency analysis (iosnoop/heatmap) toolAlexei Starovoitov2015-04-02
* | samples/bpf: Add counting example for kfree_skb() function calls and the writ...Alexei Starovoitov2015-04-02
* | samples/bpf: Add simple non-portable kprobe filter exampleAlexei Starovoitov2015-04-02
|/
* samples: bpf: relax test_maps checkAlexei Starovoitov2015-01-26
* samples: bpf: large eBPF program in CAlexei Starovoitov2014-12-05
* samples: bpf: trivial eBPF program in CAlexei Starovoitov2014-12-05
* samples: bpf: elf_bpf file loaderAlexei Starovoitov2014-12-05
* samples: bpf: example of stateful socket filteringAlexei Starovoitov2014-12-05
* bpf: remove test map scaffolding and user proper typesAlexei Starovoitov2014-11-18
* bpf: add a testsuite for eBPF mapsAlexei Starovoitov2014-11-18
* samples: bpf: add a verifier test and summary lineAlexei Starovoitov2014-10-30
* bpf: fix bug in eBPF verifierAlexei Starovoitov2014-10-21
* bpf: add tests to verifier testsuiteAlexei Starovoitov2014-10-01
* bpf: mini eBPF library, test stubs and verifier testsuiteAlexei Starovoitov2014-09-26