summaryrefslogtreecommitdiff
path: root/samples/bpf (follow)
Commit message (Expand)AuthorAge
* samples/bpf: fix bpf_perf_event_output prototypeAdam Barth2022-10-28
* BACKPORT: bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov2022-04-19
* UPSTREAM: samples: bpf: add userspace example for attaching eBPF programs to ...Daniel Mack2022-04-19
* bpf: enhance verifier to understand stack pointer arithmeticYonghong Song2022-04-19
* bpf: allow access into map value arraysJosef Bacik2022-04-19
* bpf: add test cases for direct packet accessDaniel Borkmann2022-04-19
* bpf: fix range propagation on direct packet accessDaniel Borkmann2022-04-19
* samples/bpf: add verifier tests for the helper access to the packetAaron Yue2022-04-19
* samples/bpf: add verifier testsAlexei Starovoitov2022-04-19
* bpf, samples: add test cases for raw stackDaniel Borkmann2022-04-19
* samples/bpf: add map_flags to bpf loaderAlexei Starovoitov2022-04-19
* samples/bpf: unit test for BPF_MAP_TYPE_PERCPU_ARRAYtom.leiming@gmail.com2022-04-19
* samples/bpf: make map creation more verboseAlexei Starovoitov2022-04-19
* samples/bpf: unit test for BPF_MAP_TYPE_PERCPU_HASHMartin KaFai Lau2022-04-19
* bpf: fix bpf_skb_in_cgroup helper namingDaniel Borkmann2022-04-19
* cgroup: bpf: Add an example to do cgroup checking in BPFMartin KaFai Lau2022-04-19
* samples/bpf: add 'pointer to packet' testsAlexei Starovoitov2022-04-19
* samples/bpf: add tracepoint vs kprobe performance testsAlexei Starovoitov2022-04-19
* samples/bpf: add map performance testAlexei Starovoitov2022-04-19
* samples/bpf: add bpf map stress testAlexei Starovoitov2022-04-19
* bpf: Add bpf_probe_write_user BPF helper to be called in tracersSargun Dhillon2022-04-19
* samples/bpf: offwaketime exampleAlexei Starovoitov2022-04-19
* samples, bpf: fix to change the buffer size for read()Chang-Hsien Tsai2019-07-21
* samples/bpf: fix trace_output exampleAlexei Starovoitov2016-05-18
* bpf: samples: exclude asm/sysreg.h for arm64Yang Shi2015-11-16
* bpf: add sample usages for persistent maps/progsDaniel Borkmann2015-11-02
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-01
|\
| * bpf: sample: define aarch64 specific registersYang Shi2015-10-27
* | samples: bpf: add bpf_perf_event_output exampleAlexei Starovoitov2015-10-22
* | bpf: add unprivileged bpf testsAlexei Starovoitov2015-10-12
* | bpf: add bpf_redirect() helperAlexei Starovoitov2015-09-17
|/
* bpf: fix build warnings and add function read_trace_pipe()Kaixu Xia2015-08-12
* samples/bpf: example of get selected PMU counter valueKaixu Xia2015-08-09
* ebpf: Allow dereferences of PTR_TO_STACK registersAlex Gartrell2015-07-27
* samples: bpf: enable trace samples for s390xMichael Holzheu2015-07-08
* bpf: BPF based latency tracingDaniel Wagner2015-06-23
* bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov2015-06-15
* bpf: allow programs to write to certain skb fieldsAlexei Starovoitov2015-06-07
* bpf: make programs see skb->data == L2 for ingress and egressAlexei Starovoitov2015-06-07
* samples/bpf: bpf_tail_call example for networkingAlexei Starovoitov2015-05-21
* samples/bpf: bpf_tail_call example for tracingAlexei Starovoitov2015-05-21
* samples/bpf: fix in-source build of samples with clangBrenden Blanco2015-05-12
* bpf: fix two bugs in verification logic when accessing 'ctx' pointerAlexei Starovoitov2015-04-16
* bpf: fix bpf helpers to use skb->mac_header relative offsetsAlexei Starovoitov2015-04-16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-15
|\
| * tc: bpf: add checksum helpersAlexei Starovoitov2015-04-06
| * bpf: allow BPF programs access 'protocol' and 'vlan_tci' fieldsAlexei Starovoitov2015-03-17
| * samples: bpf: add skb->field examples and testsAlexei Starovoitov2015-03-15
| * ebpf: export BPF_PSEUDO_MAP_FD to uapiDaniel Borkmann2015-03-01
| * ebpf: remove kernel test stubsDaniel Borkmann2015-03-01