summaryrefslogtreecommitdiff
path: root/samples (unfollow)
Commit message (Expand)Author
2022-04-19BACKPORT: bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov
2022-04-19UPSTREAM: samples: bpf: add userspace example for attaching eBPF programs to ...Daniel Mack
2022-04-19bpf: enhance verifier to understand stack pointer arithmeticYonghong Song
2022-04-19bpf: allow access into map value arraysJosef Bacik
2022-04-19bpf: add test cases for direct packet accessDaniel Borkmann
2022-04-19bpf: fix range propagation on direct packet accessDaniel Borkmann
2022-04-19samples/bpf: add verifier tests for the helper access to the packetAaron Yue
2022-04-19samples/bpf: add verifier testsAlexei Starovoitov
2022-04-19bpf, samples: add test cases for raw stackDaniel Borkmann
2022-04-19samples/bpf: add map_flags to bpf loaderAlexei Starovoitov
2022-04-19samples/bpf: unit test for BPF_MAP_TYPE_PERCPU_ARRAYtom.leiming@gmail.com
2022-04-19samples/bpf: make map creation more verboseAlexei Starovoitov
2022-04-19samples/bpf: unit test for BPF_MAP_TYPE_PERCPU_HASHMartin KaFai Lau
2022-04-19bpf: fix bpf_skb_in_cgroup helper namingDaniel Borkmann
2022-04-19cgroup: bpf: Add an example to do cgroup checking in BPFMartin KaFai Lau
2022-04-19samples/bpf: add 'pointer to packet' testsAlexei Starovoitov
2022-04-19samples/bpf: add tracepoint vs kprobe performance testsAlexei Starovoitov
2022-04-19samples/bpf: add map performance testAlexei Starovoitov
2022-04-19samples/bpf: add bpf map stress testAlexei Starovoitov
2022-04-19bpf: Add bpf_probe_write_user BPF helper to be called in tracersSargun Dhillon
2022-04-19samples/bpf: offwaketime exampleAlexei Starovoitov
2021-05-22kfifo: fix ternary sign extension bugsDan Carpenter
2020-01-04samples: pktgen: fix proc_cmd command result check logicDaniel T. Lee
2019-07-21samples, bpf: fix to change the buffer size for read()Chang-Hsien Tsai
2017-11-08Fix tracing sample code warning.Linus Torvalds
2017-11-08tracing/samples: Fix creation and deletion of simple_thread_fn creationSteven Rostedt (VMware)
2017-03-12samples/seccomp: fix 64-bit comparison macrosMathias Svensson
2017-03-12samples: move mic/mpssd example code from DocumentationShuah Khan
2016-10-20kprobes: Add arm64 case in kprobe example moduleSandeepa Prabhu
2016-08-26Revert "Merge remote-tracking branch 'msm-4.4/tmp-510d0a3f' into msm-4.4"Trilok Soni
2016-05-18samples/bpf: fix trace_output exampleAlexei Starovoitov
2015-11-16bpf: samples: exclude asm/sysreg.h for arm64Yang Shi
2015-11-02bpf: add sample usages for persistent maps/progsDaniel Borkmann
2015-11-02Sample: Trace_event: Correct the commentsChunyan Zhang
2015-10-27bpf: sample: define aarch64 specific registersYang Shi
2015-10-22samples: bpf: add bpf_perf_event_output exampleAlexei Starovoitov
2015-10-13configfs: remove old APIChristoph Hellwig
2015-10-12bpf: add unprivileged bpf testsAlexei Starovoitov
2015-10-01kprobes: use _do_fork() in samples to make them work againPetr Mladek
2015-09-17bpf: add bpf_redirect() helperAlexei Starovoitov
2015-08-12bpf: fix build warnings and add function read_trace_pipe()Kaixu Xia
2015-08-09samples/bpf: example of get selected PMU counter valueKaixu Xia
2015-07-27ebpf: Allow dereferences of PTR_TO_STACK registersAlex Gartrell
2015-07-17tracing: Fix sample output of dynamic arraysSteven Rostedt (Red Hat)
2015-07-08samples: bpf: enable trace samples for s390xMichael Holzheu
2015-06-23bpf: BPF based latency tracingDaniel Wagner
2015-06-15bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov
2015-06-07bpf: allow programs to write to certain skb fieldsAlexei Starovoitov
2015-06-07bpf: make programs see skb->data == L2 for ingress and egressAlexei Starovoitov
2015-05-22pktgen: add benchmark script pktgen_bench_xmit_mode_netif_receive.shJesper Dangaard Brouer