summaryrefslogtreecommitdiff
path: root/samples/bpf
Commit message (Expand)AuthorAge
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-23
|\
| * samples/bpf: Move open_raw_sock to separate headerJoe Stringer2016-12-20
| * samples/bpf: Remove perf_event_open() declarationJoe Stringer2016-12-20
| * samples/bpf: Be consistent with bpf_load_program bpf_insn parameterArnaldo Carvalho de Melo2016-12-20
| * tools lib bpf: Add bpf_prog_{attach,detach}Joe Stringer2016-12-20
| * samples/bpf: Switch over to libbpfJoe Stringer2016-12-20
| * samples/bpf: Make perf_event_read() staticArnaldo Carvalho de Melo2016-12-20
| * samples/bpf: Make samples more libbpf-centricJoe Stringer2016-12-15
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-12-17
|\ \ | |/ |/|
| * make use of make variable CURDIR instead of calling pwdUwe Kleine-König2016-12-11
* | bpf: xdp: Add XDP example for head adjustmentMartin KaFai Lau2016-12-08
* | samples, bpf: Add automated test for cgroup filter attachmentsSargun Dhillon2016-12-03
* | samples, bpf: Refactor test_current_task_under_cgroup - separate out helpersSargun Dhillon2016-12-03
* | samples/bpf: silence compiler warningsAlexei Starovoitov2016-12-03
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-03
|\ \
| * | bpf/samples: Fix PT_REGS_IP on s390x and use itMichael Holzheu2016-11-28
* | | samples/bpf: add userspace example for prohibiting socketsDavid Ahern2016-12-02
* | | samples/bpf: Update bpf loader for cgroup section namesDavid Ahern2016-12-02
* | | samples: bpf: add userspace example for modifying sk_bound_dev_ifDavid Ahern2016-12-02
* | | bpf: Add tests and samples for LWT-BPFThomas Graf2016-12-02
* | | samples/bpf: fix include pathAlexei Starovoitov2016-11-30
* | | samples: bpf: Refactor test_cgrp2_attach -- use getopt, and add modeSargun Dhillon2016-11-30
* | | bpf: fix multiple issues in selftest suite and samplesDaniel Borkmann2016-11-27
* | | samples: bpf: add userspace example for attaching eBPF programs to cgroupsDaniel Mack2016-11-25
* | | samples/bpf: fix bpf loaderAlexei Starovoitov2016-11-24
* | | samples/bpf: fix sockex2 exampleAlexei Starovoitov2016-11-24
* | | bpf: Add tests for the LRU bpf_htabMartin KaFai Lau2016-11-15
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-15
|\ \ \ | |/ /
| * | bpf: Add test for bpf_redirect to ipip/ip6tnlMartin KaFai Lau2016-11-12
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-30
|\ \ \ | |/ /
| * | bpf: fix samples to add fake KBUILD_MODNAMEDaniel Borkmann2016-10-29
| |/
* | bpf: add initial suite for selftestsDaniel Borkmann2016-10-18
* | bpf: add various tests around spill/fill of regsDaniel Borkmann2016-10-18
|/
* bpf: allow access into map value arraysJosef Bacik2016-09-29
* bpf samples: update tracex5 sample to use __seccomp_filterNaveen N. Rao2016-09-27
* bpf samples: fix compiler errors with sockex2 and sockex3Naveen N. Rao2016-09-27
* bpf: add test cases for direct packet accessDaniel Borkmann2016-09-20
* samples/bpf: add comprehensive ipip, ipip6, ip6ip6 testAlexei Starovoitov2016-09-17
* samples/bpf: extend test_tunnel_bpf.sh with IPIP testAlexei Starovoitov2016-09-17
* bpf: fix range propagation on direct packet accessDaniel Borkmann2016-09-08
* samples/bpf: add sampleip exampleBrendan Gregg2016-09-02
* samples/bpf: add perf_event+bpf exampleAlexei Starovoitov2016-09-02
* samples/bpf: Add tunnel set/get tests.William Tu2016-08-19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-18
|\
| * bpf: fix bpf_skb_in_cgroup helper namingDaniel Borkmann2016-08-12
* | samples/bpf: add verifier tests for the helper access to the packetAaron Yue2016-08-12
* | samples/bpf: Add test_current_task_under_cgroup testSargun Dhillon2016-08-12
* | samples/bpf: fix bpf_perf_event_output prototypeAdam Barth2016-08-10
|/
* samples/bpf: add bpf_map_update_elem() testsAlexei Starovoitov2016-08-06
* samples/bpf: Add test/example of using bpf_probe_write_user bpf helperSargun Dhillon2016-07-25