commit | 82c93fcc2e1737fede2752520f1bf8f4de6304d8 | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <dxchgb@gmail.com> | Mon Sep 24 07:34:51 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 24 16:54:35 2012 -0400 |
tree | 857ae8ecf17d178f5e2225aded80a1779837467a | |
parent | 9e49e88958feb41ec701fa34b44723dabadbc28c [diff] |
x86: bpf_jit_comp: add XOR instruction for BPF JIT This patch is a follow-up for patch "filter: add XOR instruction for use with X/K" that implements BPF x86 JIT parts for the BPF XOR operation. Signed-off-by: Daniel Borkmann <daniel.borkmann@tik.ee.ethz.ch> Acked-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>