Daniel Borkmann 2492d3b867 bpf: enable load bytes helper for filter/reuseport progs
BPF_PROG_TYPE_SOCKET_FILTER are used in various facilities such as
for SO_REUSEPORT and packet fanout demuxing, packet filtering, kcm,
etc, and yet the only facility they can use is BPF_LD with {BPF_ABS,
BPF_IND} for single byte/half/word access.

Direct packet access is only restricted to tc programs right now,
but we can still facilitate usage by allowing skb_load_bytes() helper
added back then in 05c74e5e53f6 ("bpf: add bpf_skb_load_bytes helper")
that calls skb_header_pointer() similarly to bpf_load_pointer(), but
for stack buffers with larger access size.

Name the previous sk_filter_func_proto() as bpf_base_func_proto()
since this is used everywhere else as well, similarly for the ctx
converter, that is, bpf_convert_ctx_access().

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-01-24 14:46:05 -05:00
..
2017-01-22 16:46:13 -05:00
2017-01-24 12:39:52 -05:00
2016-12-25 17:21:22 +01:00
2016-12-03 23:54:25 -05:00
2017-01-18 13:04:28 -05:00
2016-12-25 17:21:22 +01:00
2016-11-14 13:17:21 -05:00
2017-01-17 14:38:43 -05:00
2016-10-20 11:23:08 -04:00
2017-01-09 11:40:33 +01:00
2016-12-25 17:21:22 +01:00