summaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)AuthorFilesLines
2018-08-24samples/bpf: Check the error of write() and read()Taeung Song1-4/+15
2018-08-24samples/bpf: add missing <linux/if_vlan.h>Taeung Song1-5/+1
2017-11-08Fix tracing sample code warning.Linus Torvalds1-1/+1
2017-11-08tracing/samples: Fix creation and deletion of simple_thread_fn creationSteven Rostedt (VMware)1-3/+11
2017-05-14bpf: enhance verifier to understand stack pointer arithmeticYonghong Song1-6/+12
2017-03-12samples/seccomp: fix 64-bit comparison macrosMathias Svensson1-53/+72
2016-11-29bpf/samples: Fix PT_REGS_IP on s390x and use itMichael Holzheu3-3/+3
2016-11-13bpf: Add test for bpf_redirect to ipip/ip6tnlMartin KaFai Lau4-0/+486
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-0/+6
2016-10-29bpf: fix samples to add fake KBUILD_MODNAMEDaniel Borkmann6-0/+6
2016-10-15Merge tag 'linux-kselftest-4.9-rc1-update' of git://git.kernel.org/pub/scm/li...Linus Torvalds24-1/+3656
2016-10-10samples: move blackfin gptimers-example from DocumentationShuah Khan4-1/+99
2016-10-07Merge tag 'rpmsg-v4.9' of git://github.com/andersson/remoteprocLinus Torvalds1-9/+23
2016-09-29bpf: allow access into map value arraysJosef Bacik2-4/+247
2016-09-27bpf samples: update tracex5 sample to use __seccomp_filterNaveen N. Rao2-9/+10
2016-09-27bpf samples: fix compiler errors with sockex2 and sockex3Naveen N. Rao3-11/+11
2016-09-23samples: move auxdisplay example code from DocumentationShuah Khan3-0/+291
2016-09-23samples: move watchdog example code from DocumentationShuah Khan3-0/+33
2016-09-23samples: move timers example code from DocumentationShuah Khan3-0/+310
2016-09-23samples: move misc-devices/mei example code from DocumentationShuah Khan4-0/+491
2016-09-21bpf: add test cases for direct packet accessDaniel Borkmann1-3/+430
2016-09-20samples: move mic/mpssd example code from DocumentationShuah Khan7-0/+2432
2016-09-17samples/bpf: add comprehensive ipip, ipip6, ip6ip6 testAlexei Starovoitov2-0/+310
2016-09-17samples/bpf: extend test_tunnel_bpf.sh with IPIP testAlexei Starovoitov2-8/+106
2016-09-09rpmsg: Allow callback to return errorsBjorn Andersson1-2/+4
2016-09-09rpmsg: Clean up rpmsg device vs channel namingBjorn Andersson1-3/+3
2016-09-09rpmsg: rpmsg_send() operations takes rpmsg_endpointBjorn Andersson1-2/+2
2016-09-09bpf: fix range propagation on direct packet accessDaniel Borkmann1-0/+102
2016-09-02samples/bpf: add sampleip exampleBrendan Gregg3-0/+238
2016-09-02samples/bpf: add perf_event+bpf exampleAlexei Starovoitov5-1/+290
2016-08-20samples/bpf: Add tunnel set/get tests.William Tu4-0/+327
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-31/+24
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-5/+16
2016-08-13samples/bpf: add verifier tests for the helper access to the packetAaron Yue1-4/+110
2016-08-13bpf: fix bpf_skb_in_cgroup helper namingDaniel Borkmann2-3/+3
2016-08-13samples/bpf: Add test_current_task_under_cgroup testSargun Dhillon4-0/+195
2016-08-13samples/rpmsg: add support for multiple instancesAnna, Suman1-3/+15
2016-08-11samples/bpf: fix bpf_perf_event_output prototypeAdam Barth1-1/+3
2016-08-07samples/bpf: add bpf_map_update_elem() testsAlexei Starovoitov1-2/+13
2016-08-04samples/kretprobe: fix the wrong typeHuang Shijie1-2/+2
2016-08-04samples/kretprobe: convert the printk to pr_info/pr_errHuang Shijie1-7/+5
2016-08-04samples/jprobe: convert the printk to pr_info/pr_errHuang Shijie1-3/+3
2016-08-04samples/kprobe: convert the printk to pr_info/pr_errHuang Shijie1-17/+12
2016-07-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2-1/+8
2016-07-29Merge tag 'trace-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds4-1/+70
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds23-140/+1178
2016-07-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+9
2016-07-26samples/bpf: Add test/example of using bpf_probe_write_user bpf helperSargun Dhillon3-0/+134
2016-07-26bpf: Add bpf_probe_write_user BPF helper to be called in tracersSargun Dhillon1-0/+2
2016-07-21samples: Add an IPv6 '-6' option to the pktgen scriptsMartin KaFai Lau6-11/+26