summaryrefslogtreecommitdiffstats
path: root/samples
AgeCommit message (Expand)Author
2018-08-24samples/bpf: Check the error of write() and read()Taeung Song
2018-08-24samples/bpf: Check the result of system()Taeung Song
2018-08-24samples/bpf: add missing <linux/if_vlan.h>Taeung Song
2018-04-26samples/bpf: Partially fixes the bpf.o buildMickaël Salaün
2017-12-20samples/bpf: adjust rlimit RLIMIT_MEMLOCK for xdp1Tushar Dave
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-27Fix tracing sample code warning.Linus Torvalds
2017-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend
2017-10-18Merge tag 'trace-v4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-10-17tracing/samples: Fix creation and deletion of simple_thread_fn creationSteven Rostedt (VMware)
2017-09-07Merge tag 'media/v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2017-09-01bpf: Add lru_hash_lookup performance testMartin KaFai Lau
2017-09-01samples/bpf: Update cgroup socket examples to use uid gid helperDavid Ahern
2017-09-01samples/bpf: Update cgrp2 socket testsDavid Ahern
2017-09-01samples/bpf: Add option to dump socket settingsDavid Ahern
2017-09-01samples/bpf: Add detach option to test_cgrp2_sockDavid Ahern
2017-09-01samples/bpf: Update sock test to allow setting mark and priorityDavid Ahern
2017-08-31samples/bpf: Fix compilation issue in redirect dummy programTariq Toukan
2017-08-29samples/bpf: xdp_monitor tool based on tracepointsJesper Dangaard Brouer
2017-08-29samples/bpf: xdp_redirect load XDP dummy prog on TX deviceJesper Dangaard Brouer
2017-08-28samples/bpf: extend test_tunnel_bpf.sh with ERSPANWilliam Tu
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend
2017-08-20media: v4l2-pci-skeleton: constify vb2_ops structuresJulia Lawall
2017-08-19bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_testMartin KaFai Lau
2017-08-16bpf: sockmap sample programJohn Fastabend
2017-08-07bpf: add a test case for syscalls/sys_{enter|exit}_* tracepointsYonghong Song
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-07-31samples/bpf: fix bpf tunnel cleanupWilliam Tu
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-07-17samples/bpf: add option for native and skb mode for redirect appsAndy Gospodarek
2017-07-17xdp: bpf redirect with map sample programJohn Fastabend
2017-07-17xdp: sample program for new bpf_redirect helperJohn Fastabend
2017-07-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-07-12kfifo: clean up example to not use page_linkLogan Gunthorpe
2017-07-11samples/bpf: fix a build issueYonghong Song
2017-07-05bpf: fix return in load_bpf_fileLawrence Brakmo
2017-07-01bpf: Sample bpf program to set sndcwnd clampLawrence Brakmo
2017-07-01bpf: Sample BPF program to set initial cwndLawrence Brakmo
2017-07-01bpf: Sample BPF program to set congestion controlLawrence Brakmo
2017-07-01bpf: Sample BPF program to set buffer sizesLawrence Brakmo
2017-07-01bpf: Add setsockopt helper function to bpfLawrence Brakmo
2017-07-01bpf: Sample bpf program to set initial windowLawrence Brakmo
2017-07-01bpf: Sample bpf program to set SYN/SYN-ACK RTOsLawrence Brakmo
2017-07-01bpf: program to load and attach sock_ops BPF progsLawrence Brakmo
2017-07-01bpf: BPF support for sock_opsLawrence Brakmo
2017-06-29bpf: Add test for syscall on fd array/htab lookupMartin KaFai Lau
2017-06-22samples/bpf: fix a build problemYonghong Song
2017-06-16pktgen: Specify the index of first threadTariq Toukan