commit | 29d1b33a2e0a3288374102b004a15cb278a2303e | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <jakub.kicinski@netronome.com> | Mon Oct 16 16:40:56 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 18 14:17:11 2017 +0100 |
tree | 7e497a6e77e7b929801554eedfc4ea1b431d1e22 | |
parent | 4f9218aaf8a463f76cac40aa08d859d065f8cc9e [diff] |
bpf: allow access to skb->len from offloads Since we are now doing strict checking of what offloads may access, make sure skb->len is on that list. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Acked-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>