summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Expand)AuthorAgeFilesLines
* 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: Check the result of system()Taeung Song2018-08-241-3/+24
* samples/bpf: add missing <linux/if_vlan.h>Taeung Song2018-08-241-5/+1
* samples/bpf: Partially fixes the bpf.o buildMickaël Salaün2018-04-261-1/+4
* samples/bpf: adjust rlimit RLIMIT_MEMLOCK for xdp1Tushar Dave2017-12-201-0/+8
* Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-0258-0/+58
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0258-0/+58
* | Fix tracing sample code warning.Linus Torvalds2017-10-271-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-211-1/+1
|\
| * bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend2017-10-201-1/+1
* | Merge tag 'trace-v4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-10-181-3/+11
|\ \ | |/ |/|
| * tracing/samples: Fix creation and deletion of simple_thread_fn creationSteven Rostedt (VMware)2017-10-171-3/+11
* | Merge tag 'media/v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2017-09-071-1/+1
|\ \
| * | media: v4l2-pci-skeleton: constify vb2_ops structuresJulia Lawall2017-08-201-1/+1
| |/
* | bpf: Add lru_hash_lookup performance testMartin KaFai Lau2017-09-012-9/+112
* | samples/bpf: Update cgroup socket examples to use uid gid helperDavid Ahern2017-09-012-1/+16
* | samples/bpf: Update cgrp2 socket testsDavid Ahern2017-09-011-38/+124
* | samples/bpf: Add option to dump socket settingsDavid Ahern2017-09-011-2/+73
* | samples/bpf: Add detach option to test_cgrp2_sockDavid Ahern2017-09-011-15/+35
* | samples/bpf: Update sock test to allow setting mark and priorityDavid Ahern2017-09-012-17/+119
* | samples/bpf: Fix compilation issue in redirect dummy programTariq Toukan2017-08-312-2/+2
* | samples/bpf: xdp_monitor tool based on tracepointsJesper Dangaard Brouer2017-08-293-0/+387
* | samples/bpf: xdp_redirect load XDP dummy prog on TX deviceJesper Dangaard Brouer2017-08-294-15/+50
* | samples/bpf: extend test_tunnel_bpf.sh with ERSPANWilliam Tu2017-08-282-1/+91
* | bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend2017-08-282-6/+12
* | bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_testMartin KaFai Lau2017-08-194-11/+25
* | bpf: sockmap sample programJohn Fastabend2017-08-164-2/+480
* | bpf: add a test case for syscalls/sys_{enter|exit}_* tracepointsYonghong Song2017-08-073-0/+137
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-012-2/+3
|\|
| * samples/bpf: fix bpf tunnel cleanupWilliam Tu2017-07-312-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-211-4/+4
|\|
| * Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-131-4/+4
| |\
| | * kfifo: clean up example to not use page_linkLogan Gunthorpe2017-07-121-4/+4
* | | samples/bpf: add option for native and skb mode for redirect appsAndy Gospodarek2017-07-172-18/+82
* | | xdp: bpf redirect with map sample programJohn Fastabend2017-07-173-0/+192
* | | xdp: sample program for new bpf_redirect helperJohn Fastabend2017-07-173-0/+187
|/ /
* / samples/bpf: fix a build issueYonghong Song2017-07-112-198/+1
|/
* bpf: fix return in load_bpf_fileLawrence Brakmo2017-07-051-2/+6
* bpf: Sample bpf program to set sndcwnd clampLawrence Brakmo2017-07-012-0/+103
* bpf: Sample BPF program to set initial cwndLawrence Brakmo2017-07-012-0/+89
* bpf: Sample BPF program to set congestion controlLawrence Brakmo2017-07-012-0/+84
* bpf: Sample BPF program to set buffer sizesLawrence Brakmo2017-07-012-0/+87
* bpf: Add setsockopt helper function to bpfLawrence Brakmo2017-07-011-0/+3
* bpf: Sample bpf program to set initial windowLawrence Brakmo2017-07-012-0/+70
* bpf: Sample bpf program to set SYN/SYN-ACK RTOsLawrence Brakmo2017-07-012-0/+70
* bpf: program to load and attach sock_ops BPF progsLawrence Brakmo2017-07-012-0/+100
* bpf: BPF support for sock_opsLawrence Brakmo2017-07-011-3/+10
* bpf: Add test for syscall on fd array/htab lookupMartin KaFai Lau2017-06-292-1/+31