summaryrefslogtreecommitdiffstats
path: root/samples/bpf
Commit message (Expand)AuthorAgeFilesLines
* samples/bpf: add userspace example for prohibiting socketsDavid Ahern2016-12-024-0/+195
* samples/bpf: Update bpf loader for cgroup section namesDavid Ahern2016-12-022-3/+12
* samples: bpf: add userspace example for modifying sk_bound_dev_ifDavid Ahern2016-12-023-0/+132
* bpf: Add tests and samples for LWT-BPFThomas Graf2016-12-027-0/+855
* samples/bpf: fix include pathAlexei Starovoitov2016-11-301-1/+1
* samples: bpf: Refactor test_cgrp2_attach -- use getopt, and add modeSargun Dhillon2016-11-301-30/+50
* bpf: fix multiple issues in selftest suite and samplesDaniel Borkmann2016-11-285-5/+15
* samples: bpf: add userspace example for attaching eBPF programs to cgroupsDaniel Mack2016-11-254-0/+173
* samples/bpf: fix bpf loaderAlexei Starovoitov2016-11-241-0/+4
* samples/bpf: fix sockex2 exampleAlexei Starovoitov2016-11-242-2/+2
* bpf: Add tests for the LRU bpf_htabMartin KaFai Lau2016-11-154-0/+611
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-154-0/+486
|\
| * bpf: Add test for bpf_redirect to ipip/ip6tnlMartin KaFai Lau2016-11-134-0/+486
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-306-0/+6
|\|
| * bpf: fix samples to add fake KBUILD_MODNAMEDaniel Borkmann2016-10-296-0/+6
* | bpf: add initial suite for selftestsDaniel Borkmann2016-10-183-3151/+0Star
* | bpf: add various tests around spill/fill of regsDaniel Borkmann2016-10-181-0/+116
|/
* bpf: allow access into map value arraysJosef Bacik2016-09-292-4/+247
* bpf samples: update tracex5 sample to use __seccomp_filterNaveen N. Rao2016-09-272-9/+10
* bpf samples: fix compiler errors with sockex2 and sockex3Naveen N. Rao2016-09-273-11/+11
* bpf: add test cases for direct packet accessDaniel Borkmann2016-09-211-3/+430
* samples/bpf: add comprehensive ipip, ipip6, ip6ip6 testAlexei Starovoitov2016-09-172-0/+310
* samples/bpf: extend test_tunnel_bpf.sh with IPIP testAlexei Starovoitov2016-09-172-8/+106
* bpf: fix range propagation on direct packet accessDaniel Borkmann2016-09-091-0/+102
* samples/bpf: add sampleip exampleBrendan Gregg2016-09-023-0/+238
* samples/bpf: add perf_event+bpf exampleAlexei Starovoitov2016-09-025-1/+290
* samples/bpf: Add tunnel set/get tests.William Tu2016-08-204-0/+327
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-182-3/+3
|\
| * bpf: fix bpf_skb_in_cgroup helper namingDaniel Borkmann2016-08-132-3/+3
* | samples/bpf: add verifier tests for the helper access to the packetAaron Yue2016-08-131-4/+110
* | samples/bpf: Add test_current_task_under_cgroup testSargun Dhillon2016-08-134-0/+195
* | samples/bpf: fix bpf_perf_event_output prototypeAdam Barth2016-08-111-1/+3
|/
* samples/bpf: add bpf_map_update_elem() testsAlexei Starovoitov2016-08-071-2/+13
* samples/bpf: Add test/example of using bpf_probe_write_user bpf helperSargun Dhillon2016-07-263-0/+134
* bpf: Add bpf_probe_write_user BPF helper to be called in tracersSargun Dhillon2016-07-261-0/+2
* bpf: make xdp sample variable names more meaningfulBrenden Blanco2016-07-212-13/+13
* bpf: add sample for xdp forwarding and rewriteBrenden Blanco2016-07-202-0/+119
* Add sample for adding simple drop program to linkBrenden Blanco2016-07-204-0/+286
* cgroup: bpf: Add an example to do cgroup checking in BPFMartin KaFai Lau2016-07-015-0/+367
* samples/bpf: set max locked memory to ulimitedWilliam Tu2016-06-252-0/+6
* samples/bpf: add verifier testsAlexei Starovoitov2016-05-061-0/+80
* samples/bpf: add 'pointer to packet' testsAlexei Starovoitov2016-05-065-0/+281
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-041-1/+0Star
|\
| * samples/bpf: fix trace_output exampleAlexei Starovoitov2016-04-281-1/+0Star
* | samples/bpf: like LLC also verify and allow redefining CLANG commandJesper Dangaard Brouer2016-04-292-14/+17
* | samples/bpf: allow make to be run from samples/bpf/ directoryJesper Dangaard Brouer2016-04-292-0/+11
* | samples/bpf: add a README file to get users startedJesper Dangaard Brouer2016-04-291-0/+63
* | samples/bpf: Makefile verify LLVM compiler avail and bpf target is supportedJesper Dangaard Brouer2016-04-291-0/+18
* | samples/bpf: add back functionality to redefine LLC commandJesper Dangaard Brouer2016-04-291-1/+5
* | bpf, samples: add test cases for raw stackDaniel Borkmann2016-04-151-0/+268