aboutsummaryrefslogtreecommitdiff
path: root/sys/net/bpf_jitter.h
Commit message (Expand)AuthorAgeFilesLines
* - Allocate scratch memory on stack instead of pre-allocating it withJung-uk Kim2009-11-201-1/+0
* - Change internal function bpf_jit_compile() to return allocated size ofJung-uk Kim2009-11-181-3/+1
* - Make BPF JIT compiler working again in userland. We are limiting size ofJung-uk Kim2009-11-181-1/+3
* Fix a typo in copyrights.Jung-uk Kim2008-08-251-1/+1
* Embed scratch memory in the filter structure.Jung-uk Kim2008-08-251-1/+1
* - Make these files compilable on user land.Jung-uk Kim2008-08-181-2/+4
* Add BPF Just-In-Time compiler support for ng_bpf(4).Jung-uk Kim2005-12-071-0/+2
* Add experimental BPF Just-In-Time compiler for amd64 and i386.Jung-uk Kim2005-12-061-0/+80