summaryrefslogtreecommitdiffstats
path: root/samples/bpf
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-222-0/+79
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-164-7/+67
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-282-0/+2
| |\ \
| * | | samples/bpf: add lpm-trie benchmarkDavid Herrmann2017-01-232-0/+79
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-02-202-0/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | samples/bpf: Reset global variablesMickaël Salaün2017-02-131-0/+5
| * | | samples/bpf: Ignore already processed ELF sectionsMickaël Salaün2017-02-131-0/+2
| * | | samples/bpf: Add missing headerMickaël Salaün2017-02-131-0/+1
| | |/ | |/|
* / | bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov2017-02-124-7/+67
|/ /
* / bpf: fix samples xdp_tx_iptunnel and tc_l2_redirect with fake KBUILD_MODNAMEJesper Dangaard Brouer2017-01-202-0/+2
|/
* Merge tag 'perf-urgent-for-mingo-4.10-20170104' of git://git.kernel.org/pub/s...Ingo Molnar2017-01-052-2/+1
|\
| * samples/bpf trace_output_user: Remove duplicate sys/ioctl.h includeArnaldo Carvalho de Melo2016-12-281-1/+0
| * samples/bpf sock_example: Avoid getting ethhdr from two includesArnaldo Carvalho de Melo2016-12-271-1/+1
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-2333-334/+216
|\|
| * samples/bpf: Move open_raw_sock to separate headerJoe Stringer2016-12-208-6/+7
| * samples/bpf: Remove perf_event_open() declarationJoe Stringer2016-12-208-18/+15
| * samples/bpf: Be consistent with bpf_load_program bpf_insn parameterArnaldo Carvalho de Melo2016-12-201-1/+1
| * tools lib bpf: Add bpf_prog_{attach,detach}Joe Stringer2016-12-202-24/+0
| * samples/bpf: Switch over to libbpfJoe Stringer2016-12-2010-168/+52
| * samples/bpf: Make perf_event_read() staticArnaldo Carvalho de Melo2016-12-201-1/+1
| * samples/bpf: Make samples more libbpf-centricJoe Stringer2016-12-1530-109/+133
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-12-171-2/+2
|\ \ | |/ |/|
| * make use of make variable CURDIR instead of calling pwdUwe Kleine-König2016-12-111-2/+2
* | bpf: xdp: Add XDP example for head adjustmentMartin KaFai Lau2016-12-088-93/+630
* | samples, bpf: Add automated test for cgroup filter attachmentsSargun Dhillon2016-12-032-0/+134
* | samples, bpf: Refactor test_current_task_under_cgroup - separate out helpersSargun Dhillon2016-12-034-85/+218
* | samples/bpf: silence compiler warningsAlexei Starovoitov2016-12-031-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-033-3/+3
|\ \
| * | bpf/samples: Fix PT_REGS_IP on s390x and use itMichael Holzheu2016-11-283-3/+3
* | | 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-275-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-124-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/+0
* | 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-201-3/+430