Files
linux/net/core
Jakub Kicinski 7de16e3a35 bpf: split verifier and program ops
struct bpf_verifier_ops contains both verifier ops and operations
used later during program's lifetime (test_run).  Split the runtime
ops into a different structure.

BPF_PROG_TYPE() will now append ## _prog_ops or ## _verifier_ops
to the names.

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>
2017-10-18 14:17:10 +01:00
..
2017-08-31 14:42:19 -07:00
2017-03-12 23:47:16 -07:00
2017-10-18 14:17:10 +01:00
2017-04-25 13:33:49 -04:00
2015-04-02 14:04:59 -04:00
2017-10-16 21:26:40 +01:00
2017-04-13 13:58:20 -04:00
2015-10-26 22:24:22 -07:00