summaryrefslogtreecommitdiffstats
path: root/samples/bpf/sockex3_kern.c
Commit message (Expand)AuthorAgeFilesLines
* samples/bpf: Fix sockex3 error: Missing BPF prog typeRong Tao2022-11-071-42/+53
* bpf, libbpf: Guard bpf inline asm from bpf_tail_call_staticDaniel Borkmann2020-10-221-4/+4
* bpf, selftests: Use bpf_tail_call_static where appropriateDaniel Borkmann2020-09-301-9/+11
* samples, bpf: Refactor kprobe, tail call kern progs map definitionDaniel T. Lee2020-05-191-18/+18
* samples/bpf: Remove compiler warningsYonghong Song2020-05-131-2/+2
* samples/bpf: Use consistent include paths for libbpfToke Høiland-Jørgensen2020-01-201-1/+1
* selftests/bpf: samples/bpf: Split off legacy stuff from bpf_helpers.hAndrii Nakryiko2019-10-081-0/+1
* samples/bpf: fix compilation failurePrashant Bhole2018-09-211-4/+4
* bpf samples: fix compiler errors with sockex2 and sockex3Naveen N. Rao2016-09-271-4/+4
* bpf: allow programs to write to certain skb fieldsAlexei Starovoitov2015-06-071-24/+11
* samples/bpf: bpf_tail_call example for networkingAlexei Starovoitov2015-05-211-0/+303