aboutsummaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)AuthorFilesLines
2016-12-15Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 2-2/+3
2016-12-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 3-23/+26
2016-12-13Merge tag 'vfio-v4.10-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 2-0/+1516
2016-12-09tracing: Have the reg function allow to failGravatar Steven Rostedt (Red Hat) 2-2/+3
2016-12-08bpf: xdp: Add XDP example for head adjustmentGravatar Martin KaFai Lau 8-93/+630
2016-12-03samples, bpf: Add automated test for cgroup filter attachmentsGravatar Sargun Dhillon 2-0/+134
2016-12-03samples, bpf: Refactor test_current_task_under_cgroup - separate out helpersGravatar Sargun Dhillon 4-85/+218
2016-12-03samples/bpf: silence compiler warningsGravatar Alexei Starovoitov 1-0/+2
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-3/+3
2016-12-02samples/bpf: add userspace example for prohibiting socketsGravatar David Ahern 4-0/+195
2016-12-02samples/bpf: Update bpf loader for cgroup section namesGravatar David Ahern 2-3/+12
2016-12-02samples: bpf: add userspace example for modifying sk_bound_dev_ifGravatar David Ahern 3-0/+132
2016-12-02bpf: Add tests and samples for LWT-BPFGravatar Thomas Graf 7-0/+855
2016-11-30samples/bpf: fix include pathGravatar Alexei Starovoitov 1-1/+1
2016-11-30samples: bpf: Refactor test_cgrp2_attach -- use getopt, and add modeGravatar Sargun Dhillon 1-30/+50
2016-11-28bpf/samples: Fix PT_REGS_IP on s390x and use itGravatar Michael Holzheu 3-3/+3
2016-11-27bpf: fix multiple issues in selftest suite and samplesGravatar Daniel Borkmann 5-5/+15
2016-11-25samples: bpf: add userspace example for attaching eBPF programs to cgroupsGravatar Daniel Mack 4-0/+173
2016-11-24samples/bpf: fix bpf loaderGravatar Alexei Starovoitov 1-0/+4
2016-11-24samples/bpf: fix sockex2 exampleGravatar Alexei Starovoitov 2-2/+2
2016-11-17docs: Sample driver to demonstrate how to use Mediated device framework.Gravatar Kirti Wankhede 2-0/+1516
2016-11-15bpf: Add tests for the LRU bpf_htabGravatar Martin KaFai Lau 4-0/+611
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 4-0/+486
2016-11-14Merge commit 'v4.9-rc5' into nextGravatar James Morris 6-0/+6
2016-11-12bpf: Add test for bpf_redirect to ipip/ip6tnlGravatar Martin KaFai Lau 4-0/+486
2016-11-01samples/seccomp: Support programs with >256 instructionsGravatar Ricky Zhou 1-19/+19
2016-11-01samples/seccomp: Enable PR_SET_NO_NEW_PRIVS in dropperGravatar Ricky Zhou 1-2/+5
2016-11-01samples/seccomp: Fix hostprogs variableGravatar Ricky Zhou 1-2/+2
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 30-1/+3662
2016-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 6-0/+6
2016-10-29bpf: fix samples to add fake KBUILD_MODNAMEGravatar Daniel Borkmann 6-0/+6
2016-10-18bpf: add initial suite for selftestsGravatar Daniel Borkmann 3-3151/+0
2016-10-18bpf: add various tests around spill/fill of regsGravatar Daniel Borkmann 1-0/+116
2016-10-14Merge tag 'linux-kselftest-4.9-rc1-update' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 24-1/+3656
2016-10-10samples: move blackfin gptimers-example from DocumentationGravatar Shuah Khan 4-1/+99
2016-10-06Merge tag 'rpmsg-v4.9' of git://github.com/andersson/remoteprocGravatar Linus Torvalds 1-9/+23
2016-09-29bpf: allow access into map value arraysGravatar Josef Bacik 2-4/+247
2016-09-27bpf samples: update tracex5 sample to use __seccomp_filterGravatar Naveen N. Rao 2-9/+10
2016-09-27bpf samples: fix compiler errors with sockex2 and sockex3Gravatar Naveen N. Rao 3-11/+11
2016-09-23samples: move auxdisplay example code from DocumentationGravatar Shuah Khan 3-0/+291
2016-09-23samples: move watchdog example code from DocumentationGravatar Shuah Khan 3-0/+33
2016-09-23samples: move timers example code from DocumentationGravatar Shuah Khan 3-0/+310
2016-09-23samples: move misc-devices/mei example code from DocumentationGravatar Shuah Khan 4-0/+491
2016-09-20bpf: add test cases for direct packet accessGravatar Daniel Borkmann 1-3/+430
2016-09-20samples: move mic/mpssd example code from DocumentationGravatar Shuah Khan 7-0/+2432
2016-09-17samples/bpf: add comprehensive ipip, ipip6, ip6ip6 testGravatar Alexei Starovoitov 2-0/+310
2016-09-17samples/bpf: extend test_tunnel_bpf.sh with IPIP testGravatar Alexei Starovoitov 2-8/+106
2016-09-08rpmsg: Allow callback to return errorsGravatar Bjorn Andersson 1-2/+4
2016-09-08rpmsg: Clean up rpmsg device vs channel namingGravatar Bjorn Andersson 1-3/+3
2016-09-08rpmsg: rpmsg_send() operations takes rpmsg_endpointGravatar Bjorn Andersson 1-2/+2