summaryrefslogtreecommitdiffstats
path: root/samples/bpf
Commit message (Expand)AuthorAgeFilesLines
* samples/bpf: fix trace_output exampleAlexei Starovoitov2016-04-281-1/+0
* samples/bpf: Enable powerpc supportNaveen N. Rao2016-04-064-4/+30
* samples/bpf: Use llc in PATH, rather than a hardcoded valueNaveen N. Rao2016-04-061-9/+3
* samples/bpf: Fix build breakage with map_perf_test_user.cNaveen N. Rao2016-04-061-0/+1
* samples/bpf: add map performance testAlexei Starovoitov2016-03-083-0/+259
* samples/bpf: stress test bpf_get_stackidAlexei Starovoitov2016-03-081-0/+9
* samples/bpf: add bpf map stress testAlexei Starovoitov2016-03-083-0/+113
* samples/bpf: test both pre-alloc and normal mapsAlexei Starovoitov2016-03-081-1/+9
* samples/bpf: add map_flags to bpf loaderAlexei Starovoitov2016-03-088-15/+23
* samples/bpf: move ksym_search() into libraryAlexei Starovoitov2016-03-083-66/+69
* samples/bpf: make map creation more verboseAlexei Starovoitov2016-03-081-1/+4
* samples/bpf: offwaketime exampleAlexei Starovoitov2016-02-204-0/+322
* samples/bpf: update tracex[23] examples to use per-cpu mapsAlexei Starovoitov2016-02-064-13/+25
* samples/bpf: unit test for BPF_MAP_TYPE_PERCPU_ARRAYtom.leiming@gmail.com2016-02-061-0/+92
* samples/bpf: unit test for BPF_MAP_TYPE_PERCPU_HASHMartin KaFai Lau2016-02-061-0/+96
* bpf: samples: exclude asm/sysreg.h for arm64Yang Shi2015-11-161-2/+5
* bpf: add sample usages for persistent maps/progsDaniel Borkmann2015-11-024-0/+208
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-011-0/+12
|\
| * bpf: sample: define aarch64 specific registersYang Shi2015-10-271-0/+12
* | samples: bpf: add bpf_perf_event_output exampleAlexei Starovoitov2015-10-224-0/+236
* | bpf: add unprivileged bpf testsAlexei Starovoitov2015-10-122-10/+355
* | bpf: add bpf_redirect() helperAlexei Starovoitov2015-09-172-1/+27
|/
* bpf: fix build warnings and add function read_trace_pipe()Kaixu Xia2015-08-122-9/+14
* samples/bpf: example of get selected PMU counter valueKaixu Xia2015-08-094-0/+100
* ebpf: Allow dereferences of PTR_TO_STACK registersAlex Gartrell2015-07-271-0/+59
* samples: bpf: enable trace samples for s390xMichael Holzheu2015-07-086-12/+37
* bpf: BPF based latency tracingDaniel Wagner2015-06-233-0/+206
* bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov2015-06-153-14/+83
* bpf: allow programs to write to certain skb fieldsAlexei Starovoitov2015-06-072-26/+93
* bpf: make programs see skb->data == L2 for ingress and egressAlexei Starovoitov2015-06-071-4/+4
* samples/bpf: bpf_tail_call example for networkingAlexei Starovoitov2015-05-214-0/+375
* samples/bpf: bpf_tail_call example for tracingAlexei Starovoitov2015-05-215-12/+172
* samples/bpf: fix in-source build of samples with clangBrenden Blanco2015-05-121-1/+1
* bpf: fix two bugs in verification logic when accessing 'ctx' pointerAlexei Starovoitov2015-04-161-0/+22
* bpf: fix bpf helpers to use skb->mac_header relative offsetsAlexei Starovoitov2015-04-161-10/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-159-19/+195
|\
| * tc: bpf: add checksum helpersAlexei Starovoitov2015-04-063-0/+79
| * bpf: allow BPF programs access 'protocol' and 'vlan_tci' fieldsAlexei Starovoitov2015-03-171-0/+9
| * samples: bpf: add skb->field examples and testsAlexei Starovoitov2015-03-155-16/+101
| * ebpf: export BPF_PSEUDO_MAP_FD to uapiDaniel Borkmann2015-03-011-1/+3
| * ebpf: remove kernel test stubsDaniel Borkmann2015-03-011-2/+3
* | samples/bpf: Add kmem_alloc()/free() tracker toolAlexei Starovoitov2015-04-023-0/+127
* | samples/bpf: Add IO latency analysis (iosnoop/heatmap) toolAlexei Starovoitov2015-04-023-0/+243
* | samples/bpf: Add counting example for kfree_skb() function calls and the writ...Alexei Starovoitov2015-04-023-0/+185
* | samples/bpf: Add simple non-portable kprobe filter exampleAlexei Starovoitov2015-04-0210-12/+224
|/
* samples: bpf: relax test_maps checkAlexei Starovoitov2015-01-261-2/+2
* samples: bpf: large eBPF program in CAlexei Starovoitov2014-12-053-0/+263
* samples: bpf: trivial eBPF program in CAlexei Starovoitov2014-12-054-1/+89
* samples: bpf: elf_bpf file loaderAlexei Starovoitov2014-12-053-0/+267
* samples: bpf: example of stateful socket filteringAlexei Starovoitov2014-12-054-0/+144