summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Expand)AuthorAgeFilesLines
* samples/pktgen: add script pktgen_sample06_numa_awared_queue_irq_affinity.shRobert Hoo2017-11-021-0/+97
* samples/pktgen: Add some helper functionsRobert Hoo2017-11-021-0/+43
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-301-1/+1
|\
| * Fix tracing sample code warning.Linus Torvalds2017-10-281-1/+1
* | samples/bpf: adjust rlimit RLIMIT_MEMLOCK for xdp_redirect_mapTushar Dave2017-10-291-0/+7
* | samples/bpf: adjust rlimit RLIMIT_MEMLOCK for xdp1Tushar Dave2017-10-291-0/+8
* | bpf: add a test case to test single tp multiple bpf attachmentYonghong Song2017-10-251-13/+53
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-222-4/+12
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-221-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
* | | bpf: create samples/bpf/tcp_bpf.readmeLawrence Brakmo2017-10-221-0/+26
* | | bpf: sample BPF_SOCKET_OPS_BASE_RTT programLawrence Brakmo2017-10-222-0/+79
* | | samples/bpf: add cpumap sample program xdp_redirect_cpuJesper Dangaard Brouer2017-10-183-0/+1310
* | | bpf: Add -target to clang switch while cross compiling.Abhijit Ayarekar2017-10-161-2/+3
* | | bpf: add a test case for helper bpf_perf_prog_read_valueYonghong Song2017-10-082-5/+18
* | | bpf: add a test case for helper bpf_perf_event_read_valueYonghong Song2017-10-082-1/+38
* | | samples/bpf: xdp_monitor increase memory rlimitJesper Dangaard Brouer2017-10-061-2/+9
* | | samples/bpf: xdp_monitor also record xdp_exception tracepointJesper Dangaard Brouer2017-10-062-25/+121
* | | samples/bpf: xdp_monitor first 8 bytes are not accessible by bpfJesper Dangaard Brouer2017-10-061-13/+9Star
* | | samples/bpf: use bpf_prog_query() interfaceAlexei Starovoitov2017-10-051-0/+36
* | | samples/bpf: add multi-prog cgroup test caseAlexei Starovoitov2017-10-052-7/+185
* | | samples/bpf: fix warnings in xdp_monitor_userStephen Hemminger2017-10-021-2/+2
* | | bpf: libbpf: Provide basic API support to specify BPF obj nameMartin KaFai Lau2017-09-292-0/+3
* | | samples/bpf: Add documentation on cross compilationJoel Fernandes2017-09-211-0/+10
* | | samples/bpf: Fix pt_regs issues when cross-compilingJoel Fernandes2017-09-211-1/+1
* | | samples/bpf: Enable cross compiler supportJoel Fernandes2017-09-211-0/+5
* | | samples/bpf: Use getppid instead of getpgrp for array map stressJoel Fernandes2017-09-212-2/+2
|/ /
* | 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-292-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-204-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-08-012-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-131-4/+4