aboutsummaryrefslogtreecommitdiff
path: root/samples/bpf/sockex3_kern.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-07samples/bpf: Fix sockex3 error: Missing BPF prog typeGravatar Rong Tao 1-42/+53
2020-10-22bpf, libbpf: Guard bpf inline asm from bpf_tail_call_staticGravatar Daniel Borkmann 1-4/+4
2020-09-30bpf, selftests: Use bpf_tail_call_static where appropriateGravatar Daniel Borkmann 1-9/+11
2020-05-19samples, bpf: Refactor kprobe, tail call kern progs map definitionGravatar Daniel T. Lee 1-18/+18
2020-05-13samples/bpf: Remove compiler warningsGravatar Yonghong Song 1-2/+2
2020-01-20samples/bpf: Use consistent include paths for libbpfGravatar Toke Høiland-Jørgensen 1-1/+1
2019-10-08selftests/bpf: samples/bpf: Split off legacy stuff from bpf_helpers.hGravatar Andrii Nakryiko 1-0/+1
2018-09-21samples/bpf: fix compilation failureGravatar Prashant Bhole 1-4/+4
2016-09-27bpf samples: fix compiler errors with sockex2 and sockex3Gravatar Naveen N. Rao 1-4/+4
2015-06-07bpf: allow programs to write to certain skb fieldsGravatar Alexei Starovoitov 1-24/+11
2015-05-21samples/bpf: bpf_tail_call example for networkingGravatar Alexei Starovoitov 1-0/+303