From: Alexei Starovoitov Date: Fri, 27 Mar 2015 02:53:57 +0000 (-0700) Subject: tc: bpf: generalize pedit action X-Git-Tag: omap-for-v4.2/o2_dc~131^2~123 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=608cd71a9c7c;p=pandora-kernel.git tc: bpf: generalize pedit action existing TC action 'pedit' can munge any bits of the packet. Generalize it for use in bpf programs attached as cls_bpf and act_bpf via bpf_skb_store_bytes() helper function. Signed-off-by: Alexei Starovoitov Reviewed-by: Jiri Pirko Acked-by: Daniel Borkmann Signed-off-by: David S. Miller --- Reading git-diff-tree failed