commit | 7924cd5e0b3acaeafd0d7628d9e9fb8488b8fb13 | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <dborkman@redhat.com> | Wed Dec 11 23:43:45 2013 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 11 20:28:35 2013 -0500 |
tree | c7a08d552aaa73d1f1186ad0da0f23bd8083d5be | |
parent | 3f356385e8a449e1d7cfc6b6f8d634ac4f5581a0 [diff] |
filter: doc: improve BPF documentation This patch significantly updates the BPF documentation and describes its internal architecture, Linux extensions, and handling of the kernel's BPF and JIT engine, plus documents how development can be facilitated with the help of bpf_dbg, bpf_asm, bpf_jit_disasm. Signed-off-by: Daniel Borkmann <dborkman@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>