aboutsummaryrefslogtreecommitdiffstats
path: root/samples/bpf
AgeCommit message (Expand)Author
2016-05-06samples/bpf: add verifier testsAlexei Starovoitov
2016-05-06samples/bpf: add 'pointer to packet' testsAlexei Starovoitov
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-29samples/bpf: like LLC also verify and allow redefining CLANG commandJesper Dangaard Brouer
2016-04-29samples/bpf: allow make to be run from samples/bpf/ directoryJesper Dangaard Brouer
2016-04-29samples/bpf: add a README file to get users startedJesper Dangaard Brouer
2016-04-29samples/bpf: Makefile verify LLVM compiler avail and bpf target is supportedJesper Dangaard Brouer
2016-04-29samples/bpf: add back functionality to redefine LLC commandJesper Dangaard Brouer
2016-04-28samples/bpf: fix trace_output exampleAlexei Starovoitov
2016-04-14bpf, samples: add test cases for raw stackDaniel Borkmann
2016-04-14bpf, samples: don't zero data when not neededDaniel Borkmann
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-07samples/bpf: add tracepoint vs kprobe performance testsAlexei Starovoitov
2016-04-07samples/bpf: tracepoint exampleAlexei Starovoitov
2016-04-07samples/bpf: add tracepoint support to bpf loaderAlexei Starovoitov
2016-04-06samples/bpf: Enable powerpc supportNaveen N. Rao
2016-04-06samples/bpf: Use llc in PATH, rather than a hardcoded valueNaveen N. Rao
2016-04-06samples/bpf: Fix build breakage with map_perf_test_user.cNaveen N. Rao
2016-03-08samples/bpf: add map performance testAlexei Starovoitov
2016-03-08samples/bpf: stress test bpf_get_stackidAlexei Starovoitov
2016-03-08samples/bpf: add bpf map stress testAlexei Starovoitov
2016-03-08samples/bpf: test both pre-alloc and normal mapsAlexei Starovoitov
2016-03-08samples/bpf: add map_flags to bpf loaderAlexei Starovoitov
2016-03-08samples/bpf: move ksym_search() into libraryAlexei Starovoitov
2016-03-08samples/bpf: make map creation more verboseAlexei Starovoitov
2016-02-20samples/bpf: offwaketime exampleAlexei Starovoitov
2016-02-06samples/bpf: update tracex[23] examples to use per-cpu mapsAlexei Starovoitov
2016-02-06samples/bpf: unit test for BPF_MAP_TYPE_PERCPU_ARRAYtom.leiming@gmail.com
2016-02-06samples/bpf: unit test for BPF_MAP_TYPE_PERCPU_HASHMartin KaFai Lau
2015-11-16bpf: samples: exclude asm/sysreg.h for arm64Yang Shi
2015-11-02bpf: add sample usages for persistent maps/progsDaniel Borkmann
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-27bpf: sample: define aarch64 specific registersYang Shi
2015-10-22samples: bpf: add bpf_perf_event_output exampleAlexei Starovoitov
2015-10-12bpf: add unprivileged bpf testsAlexei Starovoitov
2015-09-17bpf: add bpf_redirect() helperAlexei Starovoitov
2015-08-12bpf: fix build warnings and add function read_trace_pipe()Kaixu Xia
2015-08-09samples/bpf: example of get selected PMU counter valueKaixu Xia
2015-07-27ebpf: Allow dereferences of PTR_TO_STACK registersAlex Gartrell
2015-07-08samples: bpf: enable trace samples for s390xMichael Holzheu
2015-06-23bpf: BPF based latency tracingDaniel Wagner
2015-06-15bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov
2015-06-07bpf: allow programs to write to certain skb fieldsAlexei Starovoitov
2015-06-07bpf: make programs see skb->data == L2 for ingress and egressAlexei Starovoitov
2015-05-21samples/bpf: bpf_tail_call example for networkingAlexei Starovoitov
2015-05-21samples/bpf: bpf_tail_call example for tracingAlexei Starovoitov
2015-05-12samples/bpf: fix in-source build of samples with clangBrenden Blanco
2015-04-16bpf: fix two bugs in verification logic when accessing 'ctx' pointerAlexei Starovoitov
2015-04-16bpf: fix bpf helpers to use skb->mac_header relative offsetsAlexei Starovoitov
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds