summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-01-152-2/+1
|\
| * 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
* | | vfio-mdev: remove some dead codeDan Carpenter2017-01-111-3/+0
* | | vfio-mdev: buffer overflow in ioctl()Dan Carpenter2017-01-111-2/+5
* | | vfio-mdev: return -EFAULT if copy_to_user() failsDan Carpenter2017-01-111-3/+12
* | | vfio-mdev: fix some error codes in the sample codeDan Carpenter2017-01-041-1/+3
* | | vfio-mdev: Make mdev_device private and abstract interfacesAlex Williamson2016-12-301-11/+13
* | | vfio-mdev: Make mdev_parent privateAlex Williamson2016-12-301-1/+1
* | | vfio-mdev: de-polute the namespace, rename parent_device & parent_opsAlex Williamson2016-12-301-1/+1
* | | vfio-mdev: Fix mtty sample driver buildingAlex Williamson2016-12-303-14/+10
|/ /
* | 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-172-3/+3
|\ \
| * | make use of make variable CURDIR instead of calling pwdUwe Kleine-König2016-12-112-3/+3
* | | Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2016-12-152-2/+3
|\ \ \
| * | | tracing: Have the reg function allow to failSteven Rostedt (Red Hat)2016-12-092-2/+3
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-12-143-23/+26
|\ \ \ \
| * | | | Merge commit 'v4.9-rc5' into nextJames Morris2016-11-146-0/+6
| |\| | |
| * | | | samples/seccomp: Support programs with >256 instructionsRicky Zhou2016-11-011-19/+19
| * | | | samples/seccomp: Enable PR_SET_NO_NEW_PRIVS in dropperRicky Zhou2016-11-011-2/+5
| * | | | samples/seccomp: Fix hostprogs variableRicky Zhou2016-11-011-2/+2
| | |/ / | |/| |
* | | | Merge tag 'vfio-v4.10-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2016-12-132-0/+1516
|\ \ \ \ | |_|_|/ |/| | |
| * | | docs: Sample driver to demonstrate how to use Mediated device framework.Kirti Wankhede2016-11-172-0/+1516
| | |/ | |/|
* | | 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
| |/ /