commit | fd3e646c87ab3f2ba98aa25394581af27cc78dc5 | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <dborkman@redhat.com> | Thu Jan 22 10:58:19 2015 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 26 16:08:55 2015 -0800 |
tree | 128691c3cc72ec24880bf538eddf81283d8fb0be | |
parent | 1c1bc6bdb7f529eb3383b6e34a0ea327d7e9f615 [diff] |
net: act_bpf: fix size mismatch on filter preparation Similarly as in cls_bpf, also this code needs to reject mismatches. Reference: http://article.gmane.org/gmane.linux.network/347406 Fixes: d23b8ad8ab23 ("tc: add BPF based action") Signed-off-by: Daniel Borkmann <dborkman@redhat.com> Acked-by: Jiri Pirko <jiri@resnulli.us> Acked-by: Alexei Starovoitov <ast@plumgrid.com> Signed-off-by: David S. Miller <davem@davemloft.net>