summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Expand)AuthorAgeFilesLines
* misc: vop: add round_up(x,4) for vring_size to avoid kernel panicSherry Sun2020-10-291-2/+2
* samples: bpf: Replace symbol compare of trace_eventDaniel T. Lee2020-01-121-2/+2
* samples: pktgen: fix proc_cmd command result check logicDaniel T. Lee2020-01-041-6/+11
* mei: samples: fix a signedness bug in amt_host_if_call()Dan Carpenter2019-11-251-1/+1
* samples, bpf: fix to change the buffer size for read()Chang-Hsien Tsai2019-07-211-1/+1
* samples: mei: use /dev/mei0 instead of /dev/meiTomas Winkler2019-02-151-1/+1
* samples/bpf: Check the error of write() and read()Taeung Song2018-08-241-4/+15
* samples/bpf: add missing <linux/if_vlan.h>Taeung Song2018-08-241-5/+1
* Fix tracing sample code warning.Linus Torvalds2017-11-081-1/+1
* tracing/samples: Fix creation and deletion of simple_thread_fn creationSteven Rostedt (VMware)2017-11-081-3/+11
* bpf: enhance verifier to understand stack pointer arithmeticYonghong Song2017-05-141-6/+12
* samples/seccomp: fix 64-bit comparison macrosMathias Svensson2017-03-121-53/+72
* bpf/samples: Fix PT_REGS_IP on s390x and use itMichael Holzheu2016-11-283-3/+3
* 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/netLinus Torvalds2016-10-296-0/+6
|\
| * bpf: fix samples to add fake KBUILD_MODNAMEDaniel Borkmann2016-10-296-0/+6
* | Merge tag 'linux-kselftest-4.9-rc1-update' of git://git.kernel.org/pub/scm/li...Linus Torvalds2016-10-1424-1/+3656
|\ \ | |/ |/|
| * samples: move blackfin gptimers-example from DocumentationShuah Khan2016-10-104-1/+99
| * samples: move auxdisplay example code from DocumentationShuah Khan2016-09-233-0/+291
| * samples: move watchdog example code from DocumentationShuah Khan2016-09-233-0/+33
| * samples: move timers example code from DocumentationShuah Khan2016-09-233-0/+310
| * samples: move misc-devices/mei example code from DocumentationShuah Khan2016-09-234-0/+491
| * samples: move mic/mpssd example code from DocumentationShuah Khan2016-09-207-0/+2432
* | Merge tag 'rpmsg-v4.9' of git://github.com/andersson/remoteprocLinus Torvalds2016-10-061-9/+23
|\ \
| * | rpmsg: Allow callback to return errorsBjorn Andersson2016-09-081-2/+4
| * | rpmsg: Clean up rpmsg device vs channel namingBjorn Andersson2016-09-081-3/+3
| * | rpmsg: rpmsg_send() operations takes rpmsg_endpointBjorn Andersson2016-09-081-2/+2
| * | samples/rpmsg: add support for multiple instancesAnna, Suman2016-08-121-3/+15
| |/
* | 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
* | samples/bpf: add comprehensive ipip, ipip6, ip6ip6 testAlexei Starovoitov2016-09-172-0/+310
* | samples/bpf: extend test_tunnel_bpf.sh with IPIP testAlexei Starovoitov2016-09-172-8/+106
* | bpf: fix range propagation on direct packet accessDaniel Borkmann2016-09-081-0/+102
* | samples/bpf: add sampleip exampleBrendan Gregg2016-09-023-0/+238
* | samples/bpf: add perf_event+bpf exampleAlexei Starovoitov2016-09-025-1/+290
* | samples/bpf: Add tunnel set/get tests.William Tu2016-08-194-0/+327
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-185-31/+24
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-08-173-5/+16
| |\ \ | | |/ | |/|
| | * bpf: fix bpf_skb_in_cgroup helper namingDaniel Borkmann2016-08-122-3/+3
| * | samples/kretprobe: fix the wrong typeHuang Shijie2016-08-041-2/+2
| * | samples/kretprobe: convert the printk to pr_info/pr_errHuang Shijie2016-08-041-7/+5
| * | samples/jprobe: convert the printk to pr_info/pr_errHuang Shijie2016-08-041-3/+3
| * | samples/kprobe: convert the printk to pr_info/pr_errHuang Shijie2016-08-041-17/+12
* | | samples/bpf: add verifier tests for the helper access to the packetAaron Yue2016-08-121-4/+110
* | | samples/bpf: Add test_current_task_under_cgroup testSargun Dhillon2016-08-124-0/+195
* | | samples/bpf: fix bpf_perf_event_output prototypeAdam Barth2016-08-101-1/+3
| |/ |/|
* | samples/bpf: add bpf_map_update_elem() testsAlexei Starovoitov2016-08-061-2/+13
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-07-292-1/+8
|\