summaryrefslogtreecommitdiff
path: root/samples/bpf
AgeCommit message (Expand)Author
2020-01-12samples: bpf: Replace symbol compare of trace_eventDaniel T. Lee
2019-07-21samples, bpf: fix to change the buffer size for read()Chang-Hsien Tsai
2018-08-24samples/bpf: Check the error of write() and read()Taeung Song
2018-08-24samples/bpf: add missing <linux/if_vlan.h>Taeung Song
2017-05-14bpf: enhance verifier to understand stack pointer arithmeticYonghong Song
2016-11-28bpf/samples: Fix PT_REGS_IP on s390x and use itMichael Holzheu
2016-11-12bpf: Add test for bpf_redirect to ipip/ip6tnlMartin KaFai Lau
2016-10-29bpf: fix samples to add fake KBUILD_MODNAMEDaniel Borkmann
2016-09-29bpf: allow access into map value arraysJosef Bacik
2016-09-27bpf samples: update tracex5 sample to use __seccomp_filterNaveen N. Rao
2016-09-27bpf samples: fix compiler errors with sockex2 and sockex3Naveen N. Rao
2016-09-20bpf: add test cases for direct packet accessDaniel Borkmann
2016-09-17samples/bpf: add comprehensive ipip, ipip6, ip6ip6 testAlexei Starovoitov
2016-09-17samples/bpf: extend test_tunnel_bpf.sh with IPIP testAlexei Starovoitov
2016-09-08bpf: fix range propagation on direct packet accessDaniel Borkmann
2016-09-02samples/bpf: add sampleip exampleBrendan Gregg
2016-09-02samples/bpf: add perf_event+bpf exampleAlexei Starovoitov
2016-08-19samples/bpf: Add tunnel set/get tests.William Tu
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-12samples/bpf: add verifier tests for the helper access to the packetAaron Yue
2016-08-12bpf: fix bpf_skb_in_cgroup helper namingDaniel Borkmann
2016-08-12samples/bpf: Add test_current_task_under_cgroup testSargun Dhillon
2016-08-10samples/bpf: fix bpf_perf_event_output prototypeAdam Barth
2016-08-06samples/bpf: add bpf_map_update_elem() testsAlexei Starovoitov
2016-07-25samples/bpf: Add test/example of using bpf_probe_write_user bpf helperSargun Dhillon
2016-07-25bpf: Add bpf_probe_write_user BPF helper to be called in tracersSargun Dhillon
2016-07-20bpf: make xdp sample variable names more meaningfulBrenden Blanco
2016-07-19bpf: add sample for xdp forwarding and rewriteBrenden Blanco
2016-07-19Add sample for adding simple drop program to linkBrenden Blanco
2016-07-01cgroup: bpf: Add an example to do cgroup checking in BPFMartin KaFai Lau
2016-06-25samples/bpf: set max locked memory to ulimitedWilliam Tu
2016-05-06samples/bpf: add verifier testsAlexei Starovoitov
2016-05-06samples/bpf: add 'pointer to packet' testsAlexei Starovoitov
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-29samples/bpf: like LLC also verify and allow redefining CLANG commandJesper Dangaard Brouer
2016-04-29samples/bpf: allow make to be run from samples/bpf/ directoryJesper Dangaard Brouer
2016-04-29samples/bpf: add a README file to get users startedJesper Dangaard Brouer
2016-04-29samples/bpf: Makefile verify LLVM compiler avail and bpf target is supportedJesper Dangaard Brouer
2016-04-29samples/bpf: add back functionality to redefine LLC commandJesper Dangaard Brouer
2016-04-28samples/bpf: fix trace_output exampleAlexei Starovoitov
2016-04-14bpf, samples: add test cases for raw stackDaniel Borkmann
2016-04-14bpf, samples: don't zero data when not neededDaniel Borkmann
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-07samples/bpf: add tracepoint vs kprobe performance testsAlexei Starovoitov
2016-04-07samples/bpf: tracepoint exampleAlexei Starovoitov
2016-04-07samples/bpf: add tracepoint support to bpf loaderAlexei Starovoitov
2016-04-06samples/bpf: Enable powerpc supportNaveen N. Rao
2016-04-06samples/bpf: Use llc in PATH, rather than a hardcoded valueNaveen N. Rao
2016-04-06samples/bpf: Fix build breakage with map_perf_test_user.cNaveen N. Rao
2016-03-08samples/bpf: add map performance testAlexei Starovoitov