aboutsummaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-08bpf: fix range propagation on direct packet accessGravatar Daniel Borkmann 1-0/+102
2016-09-02samples/bpf: add sampleip exampleGravatar Brendan Gregg 3-0/+238
2016-09-02samples/bpf: add perf_event+bpf exampleGravatar Alexei Starovoitov 5-1/+290
2016-08-19samples/bpf: Add tunnel set/get tests.Gravatar William Tu 4-0/+327
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 5-31/+24
2016-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 3-5/+16
2016-08-12samples/bpf: add verifier tests for the helper access to the packetGravatar Aaron Yue 1-4/+110
2016-08-12bpf: fix bpf_skb_in_cgroup helper namingGravatar Daniel Borkmann 2-3/+3
2016-08-12samples/bpf: Add test_current_task_under_cgroup testGravatar Sargun Dhillon 4-0/+195
2016-08-12samples/rpmsg: add support for multiple instancesGravatar Anna, Suman 1-3/+15
2016-08-10samples/bpf: fix bpf_perf_event_output prototypeGravatar Adam Barth 1-1/+3
2016-08-06samples/bpf: add bpf_map_update_elem() testsGravatar Alexei Starovoitov 1-2/+13
2016-08-04samples/kretprobe: fix the wrong typeGravatar Huang Shijie 1-2/+2
2016-08-04samples/kretprobe: convert the printk to pr_info/pr_errGravatar Huang Shijie 1-7/+5
2016-08-04samples/jprobe: convert the printk to pr_info/pr_errGravatar Huang Shijie 1-3/+3