aboutsummaryrefslogtreecommitdiff
path: root/samples/bpf
AgeCommit message (Expand)AuthorFilesLines
2016-09-17samples/bpf: add comprehensive ipip, ipip6, ip6ip6 testGravatar Alexei Starovoitov 2-0/+310
2016-09-17samples/bpf: extend test_tunnel_bpf.sh with IPIP testGravatar Alexei Starovoitov 2-8/+106
2016-09-08bpf: fix range propagation on direct packet accessGravatar Daniel Borkmann 1-0/+102
2016-09-02samples/bpf: add sampleip exampleGravatar Brendan Gregg 3-0/+238
2016-09-02samples/bpf: add perf_event+bpf exampleGravatar Alexei Starovoitov 5-1/+290
2016-08-19samples/bpf: Add tunnel set/get tests.Gravatar William Tu 4-0/+327
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-3/+3
2016-08-12samples/bpf: add verifier tests for the helper access to the packetGravatar Aaron Yue 1-4/+110
2016-08-12bpf: fix bpf_skb_in_cgroup helper namingGravatar Daniel Borkmann 2-3/+3
2016-08-12samples/bpf: Add test_current_task_under_cgroup testGravatar Sargun Dhillon 4-0/+195
2016-08-10samples/bpf: fix bpf_perf_event_output prototypeGravatar Adam Barth 1-1/+3
2016-08-06samples/bpf: add bpf_map_update_elem() testsGravatar Alexei Starovoitov 1-2/+13
2016-07-25samples/bpf: Add test/example of using bpf_probe_write_user bpf helperGravatar Sargun Dhillon 3-0/+134
2016-07-25bpf: Add bpf_probe_write_user BPF helper to be called in tracersGravatar Sargun Dhillon 1-0/+2
2016-07-20bpf: make xdp sample variable names more meaningfulGravatar Brenden Blanco 2-13/+13
2016-07-19bpf: add sample for xdp forwarding and rewriteGravatar Brenden Blanco 2-0/+119
2016-07-19Add sample for adding simple drop program to linkGravatar Brenden Blanco 4-0/+286
2016-07-01cgroup: bpf: Add an example to do cgroup checking in BPFGravatar Martin KaFai Lau 5-0/+367
2016-06-25samples/bpf: set max locked memory to ulimitedGravatar William Tu 2-0/+6
2016-05-06samples/bpf: add verifier testsGravatar Alexei Starovoitov 1-0/+80
2016-05-06samples/bpf: add 'pointer to packet' testsGravatar Alexei Starovoitov 5-0/+281
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+0
2016-04-29samples/bpf: like LLC also verify and allow redefining CLANG commandGravatar Jesper Dangaard Brouer 2-14/+17
2016-04-29samples/bpf: allow make to be run from samples/bpf/ directoryGravatar Jesper Dangaard Brouer 2-0/+11
2016-04-29samples/bpf: add a README file to get users startedGravatar Jesper Dangaard Brouer 1-0/+63
2016-04-29samples/bpf: Makefile verify LLVM compiler avail and bpf target is supportedGravatar Jesper Dangaard Brouer 1-0/+18
2016-04-29samples/bpf: add back functionality to redefine LLC commandGravatar Jesper Dangaard Brouer 1-1/+5
2016-04-28samples/bpf: fix trace_output exampleGravatar Alexei Starovoitov 1-1/+0
2016-04-14bpf, samples: add test cases for raw stackGravatar Daniel Borkmann 1-0/+268
2016-04-14bpf, samples: don't zero data when not neededGravatar Daniel Borkmann 4-12/+12
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 6-13/+34
2016-04-07samples/bpf: add tracepoint vs kprobe performance testsGravatar Alexei Starovoitov 4-0/+244
2016-04-07samples/bpf: tracepoint exampleGravatar Alexei Starovoitov 1-4/+22
2016-04-07samples/bpf: add tracepoint support to bpf loaderGravatar Alexei Starovoitov 1-5/+21
2016-04-06samples/bpf: Enable powerpc supportGravatar Naveen N. Rao 4-4/+30
2016-04-06samples/bpf: Use llc in PATH, rather than a hardcoded valueGravatar Naveen N. Rao 1-9/+3
2016-04-06samples/bpf: Fix build breakage with map_perf_test_user.cGravatar Naveen N. Rao 1-0/+1
2016-03-08samples/bpf: add map performance testGravatar Alexei Starovoitov 3-0/+259
2016-03-08samples/bpf: stress test bpf_get_stackidGravatar Alexei Starovoitov 1-0/+9
2016-03-08samples/bpf: add bpf map stress testGravatar Alexei Starovoitov 3-0/+113
2016-03-08samples/bpf: test both pre-alloc and normal mapsGravatar Alexei Starovoitov 1-1/+9
2016-03-08samples/bpf: add map_flags to bpf loaderGravatar Alexei Starovoitov 8-15/+23
2016-03-08samples/bpf: move ksym_search() into libraryGravatar Alexei Starovoitov 3-66/+69
2016-03-08samples/bpf: make map creation more verboseGravatar Alexei Starovoitov 1-1/+4
2016-02-20samples/bpf: offwaketime exampleGravatar Alexei Starovoitov 4-0/+322
2016-02-06samples/bpf: update tracex[23] examples to use per-cpu mapsGravatar Alexei Starovoitov 4-13/+25
2016-02-06samples/bpf: unit test for BPF_MAP_TYPE_PERCPU_ARRAYGravatar tom.leiming@gmail.com 1-0/+92
2016-02-06samples/bpf: unit test for BPF_MAP_TYPE_PERCPU_HASHGravatar Martin KaFai Lau 1-0/+96
2015-11-16bpf: samples: exclude asm/sysreg.h for arm64Gravatar Yang Shi 1-2/+5
2015-11-02bpf: add sample usages for persistent maps/progsGravatar Daniel Borkmann 4-0/+208