aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/samples/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds33-334/+216
2016-12-20samples/bpf: Move open_raw_sock to separate headerJoe Stringer8-6/+7
2016-12-20samples/bpf: Remove perf_event_open() declarationJoe Stringer8-18/+15
2016-12-20samples/bpf: Be consistent with bpf_load_program bpf_insn parameterArnaldo Carvalho de Melo1-1/+1
2016-12-20tools lib bpf: Add bpf_prog_{attach,detach}Joe Stringer2-24/+0
2016-12-20samples/bpf: Switch over to libbpfJoe Stringer10-168/+52
2016-12-20samples/bpf: Make perf_event_read() staticArnaldo Carvalho de Melo1-1/+1
2016-12-17Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-2/+2
2016-12-15samples/bpf: Make samples more libbpf-centricJoe Stringer30-109/+133
2016-12-11make use of make variable CURDIR instead of calling pwdUwe Kleine-König1-2/+2
2016-12-08bpf: xdp: Add XDP example for head adjustmentMartin KaFai Lau8-93/+630
2016-12-03samples, bpf: Add automated test for cgroup filter attachmentsSargun Dhillon2-0/+134
2016-12-03samples, bpf: Refactor test_current_task_under_cgroup - separate out helpersSargun Dhillon4-85/+218
2016-12-03samples/bpf: silence compiler warningsAlexei Starovoitov1-0/+2
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+3
2016-12-02samples/bpf: add userspace example for prohibiting socketsDavid Ahern4-0/+195
2016-12-02samples/bpf: Update bpf loader for cgroup section namesDavid Ahern2-3/+12
2016-12-02samples: bpf: add userspace example for modifying sk_bound_dev_ifDavid Ahern3-0/+132
2016-12-02bpf: Add tests and samples for LWT-BPFThomas Graf7-0/+855
2016-11-30samples/bpf: fix include pathAlexei Starovoitov1-1/+1
2016-11-30samples: bpf: Refactor test_cgrp2_attach -- use getopt, and add modeSargun Dhillon1-30/+50
2016-11-28bpf/samples: Fix PT_REGS_IP on s390x and use itMichael Holzheu3-3/+3
2016-11-27bpf: fix multiple issues in selftest suite and samplesDaniel Borkmann5-5/+15
2016-11-25samples: bpf: add userspace example for attaching eBPF programs to cgroupsDaniel Mack4-0/+173
2016-11-24samples/bpf: fix bpf loaderAlexei Starovoitov1-0/+4
2016-11-24samples/bpf: fix sockex2 exampleAlexei Starovoitov2-2/+2
2016-11-15bpf: Add tests for the LRU bpf_htabMartin KaFai Lau4-0/+611
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-0/+486
2016-11-12bpf: Add test for bpf_redirect to ipip/ip6tnlMartin KaFai Lau4-0/+486
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-0/+6
2016-10-29bpf: fix samples to add fake KBUILD_MODNAMEDaniel Borkmann6-0/+6
2016-10-18bpf: add initial suite for selftestsDaniel Borkmann3-3151/+0
2016-10-18bpf: add various tests around spill/fill of regsDaniel Borkmann1-0/+116
2016-09-29bpf: allow access into map value arraysJosef Bacik2-4/+247
2016-09-27bpf samples: update tracex5 sample to use __seccomp_filterNaveen N. Rao2-9/+10
2016-09-27bpf samples: fix compiler errors with sockex2 and sockex3Naveen N. Rao3-11/+11
2016-09-20bpf: add test cases for direct packet accessDaniel Borkmann1-3/+430
2016-09-17samples/bpf: add comprehensive ipip, ipip6, ip6ip6 testAlexei Starovoitov2-0/+310
2016-09-17samples/bpf: extend test_tunnel_bpf.sh with IPIP testAlexei Starovoitov2-8/+106
2016-09-08bpf: fix range propagation on direct packet accessDaniel Borkmann1-0/+102
2016-09-02samples/bpf: add sampleip exampleBrendan Gregg3-0/+238
2016-09-02samples/bpf: add perf_event+bpf exampleAlexei Starovoitov5-1/+290
2016-08-19samples/bpf: Add tunnel set/get tests.William Tu4-0/+327
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+3
2016-08-12samples/bpf: add verifier tests for the helper access to the packetAaron Yue1-4/+110
2016-08-12bpf: fix bpf_skb_in_cgroup helper namingDaniel Borkmann2-3/+3
2016-08-12samples/bpf: Add test_current_task_under_cgroup testSargun Dhillon4-0/+195
2016-08-10samples/bpf: fix bpf_perf_event_output prototypeAdam Barth1-1/+3
2016-08-06samples/bpf: add bpf_map_update_elem() testsAlexei Starovoitov1-2/+13
2016-07-25samples/bpf: Add test/example of using bpf_probe_write_user bpf helperSargun Dhillon3-0/+134