aboutsummaryrefslogtreecommitdiff
path: root/samples/bpf/tcbpf1_kern.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-08selftests/bpf: samples/bpf: Split off legacy stuff from bpf_helpers.hGravatar Andrii Nakryiko 1-0/+1
2016-10-29bpf: fix samples to add fake KBUILD_MODNAMEGravatar Daniel Borkmann 1-0/+1
2015-09-17bpf: add bpf_redirect() helperGravatar Alexei Starovoitov 1-1/+23
2015-06-07bpf: make programs see skb->data == L2 for ingress and egressGravatar Alexei Starovoitov 1-4/+4
2015-04-16bpf: fix bpf helpers to use skb->mac_header relative offsetsGravatar Alexei Starovoitov 1-10/+6
2015-04-06tc: bpf: add checksum helpersGravatar Alexei Starovoitov 1-0/+71