summaryrefslogtreecommitdiff
path: root/samples/bpf
AgeCommit message (Expand)AuthorFilesLines
2020-06-03samples: bpf: Fix build errorMatteo Croce1-2/+0
2020-02-15samples/bpf: Don't try to remove user's homedir on cleanToke Høiland-Jørgensen1-1/+1
2020-01-12samples: bpf: fix syscall_tp due to unused syscallDaniel T. Lee1-2/+16
2020-01-12samples: bpf: Replace symbol compare of trace_eventDaniel T. Lee1-2/+2
2019-12-31selftests/bpf: Correct path to include msg + pathIvan Khoronzhuk1-1/+1
2019-11-20samples/bpf: fix compilation failurePrashant Bhole3-11/+12
2019-11-20samples/bpf: fix a compilation failureYonghong Song1-2/+2
2019-07-21samples, bpf: fix to change the buffer size for read()Chang-Hsien Tsai1-1/+1
2018-08-24samples/bpf: Check the error of write() and read()Taeung Song1-4/+15
2018-08-24samples/bpf: Check the result of system()Taeung Song1-3/+24
2018-08-24samples/bpf: add missing <linux/if_vlan.h>Taeung Song1-5/+1
2018-04-26samples/bpf: Partially fixes the bpf.o buildMickaël Salaün1-1/+4
2017-12-20samples/bpf: adjust rlimit RLIMIT_MEMLOCK for xdp1Tushar Dave1-0/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman29-0/+29
2017-09-01bpf: Add lru_hash_lookup performance testMartin KaFai Lau2-9/+112
2017-09-01samples/bpf: Update cgroup socket examples to use uid gid helperDavid Ahern2-1/+16
2017-09-01samples/bpf: Update cgrp2 socket testsDavid Ahern1-38/+124
2017-09-01samples/bpf: Add option to dump socket settingsDavid Ahern1-2/+73
2017-09-01samples/bpf: Add detach option to test_cgrp2_sockDavid Ahern1-15/+35
2017-09-01samples/bpf: Update sock test to allow setting mark and priorityDavid Ahern2-17/+119
2017-08-31samples/bpf: Fix compilation issue in redirect dummy programTariq Toukan2-2/+2
2017-08-29samples/bpf: xdp_monitor tool based on tracepointsJesper Dangaard Brouer3-0/+387
2017-08-29samples/bpf: xdp_redirect load XDP dummy prog on TX deviceJesper Dangaard Brouer4-15/+50
2017-08-29samples/bpf: extend test_tunnel_bpf.sh with ERSPANWilliam Tu2-1/+91
2017-08-20bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_testMartin KaFai Lau4-11/+25
2017-08-16bpf: sockmap sample programJohn Fastabend1-2/+6
2017-08-08bpf: add a test case for syscalls/sys_{enter|exit}_* tracepointsYonghong Song3-0/+137
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+3
2017-08-01samples/bpf: fix bpf tunnel cleanupWilliam Tu2-2/+3
2017-07-17samples/bpf: add option for native and skb mode for redirect appsAndy Gospodarek2-18/+82
2017-07-17xdp: bpf redirect with map sample programJohn Fastabend3-0/+192
2017-07-17xdp: sample program for new bpf_redirect helperJohn Fastabend3-0/+187
2017-07-12samples/bpf: fix a build issueYonghong Song2-198/+1
2017-07-05bpf: fix return in load_bpf_fileLawrence Brakmo1-2/+6
2017-07-02bpf: Sample bpf program to set sndcwnd clampLawrence Brakmo2-0/+103
2017-07-02bpf: Sample BPF program to set initial cwndLawrence Brakmo2-0/+89
2017-07-02bpf: Sample BPF program to set congestion controlLawrence Brakmo2-0/+84
2017-07-02bpf: Sample BPF program to set buffer sizesLawrence Brakmo2-0/+87
2017-07-02bpf: Add setsockopt helper function to bpfLawrence Brakmo1-0/+3
2017-07-02bpf: Sample bpf program to set initial windowLawrence Brakmo2-0/+70
2017-07-02bpf: Sample bpf program to set SYN/SYN-ACK RTOsLawrence Brakmo2-0/+70
2017-07-02bpf: program to load and attach sock_ops BPF progsLawrence Brakmo2-0/+100
2017-07-02bpf: BPF support for sock_opsLawrence Brakmo1-3/+10
2017-06-29bpf: Add test for syscall on fd array/htab lookupMartin KaFai Lau2-1/+31
2017-06-22samples/bpf: fix a build problemYonghong Song1-1/+1
2017-06-14samples/bpf: Fix tracex5 to work with MIPS syscalls.David Daney3-3/+33
2017-06-14bpf: Add MIPS support to samples/bpf.David Daney1-0/+13
2017-06-05samples/bpf: add tests for more perf event typesTeng Qin4-56/+228
2017-05-31samples/bpf: bpf_load.c order of prog_fd[] should correspond with ELF orderJesper Dangaard Brouer1-14/+5
2017-05-12samples/bpf: run cleanup routines when receiving SIGTERMAndy Gospodarek7-1/+9