aboutsummaryrefslogtreecommitdiffstats
path: root/samples/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-14bpf, samples: add test cases for raw stackDaniel Borkmann1-0/+268
2016-04-14bpf, samples: don't zero data when not neededDaniel Borkmann4-12/+12
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-13/+34
2016-04-07samples/bpf: add tracepoint vs kprobe performance testsAlexei Starovoitov4-0/+244
2016-04-07samples/bpf: tracepoint exampleAlexei Starovoitov1-4/+22
2016-04-07samples/bpf: add tracepoint support to bpf loaderAlexei Starovoitov1-5/+21
2016-04-06samples/bpf: Enable powerpc supportNaveen N. Rao4-4/+30
2016-04-06samples/bpf: Use llc in PATH, rather than a hardcoded valueNaveen N. Rao1-9/+3
2016-04-06samples/bpf: Fix build breakage with map_perf_test_user.cNaveen N. Rao1-0/+1
2016-03-08samples/bpf: add map performance testAlexei Starovoitov3-0/+259
2016-03-08samples/bpf: stress test bpf_get_stackidAlexei Starovoitov1-0/+9
2016-03-08samples/bpf: add bpf map stress testAlexei Starovoitov3-0/+113
2016-03-08samples/bpf: test both pre-alloc and normal mapsAlexei Starovoitov1-1/+9
2016-03-08samples/bpf: add map_flags to bpf loaderAlexei Starovoitov8-15/+23
2016-03-08samples/bpf: move ksym_search() into libraryAlexei Starovoitov3-66/+69
2016-03-08samples/bpf: make map creation more verboseAlexei Starovoitov1-1/+4
2016-02-20samples/bpf: offwaketime exampleAlexei Starovoitov4-0/+322
2016-02-06samples/bpf: update tracex[23] examples to use per-cpu mapsAlexei Starovoitov4-13/+25
2016-02-06samples/bpf: unit test for BPF_MAP_TYPE_PERCPU_ARRAYtom.leiming@gmail.com1-0/+92
2016-02-06samples/bpf: unit test for BPF_MAP_TYPE_PERCPU_HASHMartin KaFai Lau1-0/+96
2015-11-16bpf: samples: exclude asm/sysreg.h for arm64Yang Shi1-2/+5
2015-11-02bpf: add sample usages for persistent maps/progsDaniel Borkmann4-0/+208
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+12
2015-10-27bpf: sample: define aarch64 specific registersYang Shi1-0/+12
2015-10-22samples: bpf: add bpf_perf_event_output exampleAlexei Starovoitov4-0/+236
2015-10-12bpf: add unprivileged bpf testsAlexei Starovoitov2-10/+355
2015-09-17bpf: add bpf_redirect() helperAlexei Starovoitov2-1/+27
2015-08-12bpf: fix build warnings and add function read_trace_pipe()Kaixu Xia2-9/+14
2015-08-09samples/bpf: example of get selected PMU counter valueKaixu Xia4-0/+100
2015-07-27ebpf: Allow dereferences of PTR_TO_STACK registersAlex Gartrell1-0/+59
2015-07-08samples: bpf: enable trace samples for s390xMichael Holzheu6-12/+37
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