aboutsummaryrefslogtreecommitdiffstats
path: root/samples/bpf/sockex3_kern.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-22bpf, libbpf: Guard bpf inline asm from bpf_tail_call_staticDaniel Borkmann1-4/+4
2020-09-30bpf, selftests: Use bpf_tail_call_static where appropriateDaniel Borkmann1-9/+11
2020-05-19samples, bpf: Refactor kprobe, tail call kern progs map definitionDaniel T. Lee1-18/+18
2020-05-13samples/bpf: Remove compiler warningsYonghong Song1-2/+2
2020-01-20samples/bpf: Use consistent include paths for libbpfToke Høiland-Jørgensen1-1/+1
2019-10-08selftests/bpf: samples/bpf: Split off legacy stuff from bpf_helpers.hAndrii Nakryiko1-0/+1
2018-09-21samples/bpf: fix compilation failurePrashant Bhole1-4/+4
2016-09-27bpf samples: fix compiler errors with sockex2 and sockex3Naveen N. Rao1-4/+4
2015-06-07bpf: allow programs to write to certain skb fieldsAlexei Starovoitov1-24/+11
2015-05-21samples/bpf: bpf_tail_call example for networkingAlexei Starovoitov1-0/+303