aboutsummaryrefslogtreecommitdiff
path: root/sys/net/bpf_jitter.c
Commit message (Expand)AuthorAgeFilesLines
* General style cleanup, no functional change.Jung-uk Kim2009-11-201-35/+14
* - Allocate scratch memory on stack instead of pre-allocating it withJung-uk Kim2009-11-201-8/+5
* - Change internal function bpf_jit_compile() to return allocated size ofJung-uk Kim2009-11-181-5/+7
* - Make BPF JIT compiler working again in userland. We are limiting size ofJung-uk Kim2009-11-181-2/+4
* Initialize scratch memory for JIT-compiled filter when it is allocated.Jung-uk Kim2008-08-281-1/+3
* Move empty filter handling to MI source.Jung-uk Kim2008-08-261-2/+26
* Fix a typo in copyrights.Jung-uk Kim2008-08-251-1/+1
* Embed scratch memory in the filter structure.Jung-uk Kim2008-08-251-19/+0
* - Make these files compilable on user land.Jung-uk Kim2008-08-181-9/+52
* Add BPF Just-In-Time compiler support for ng_bpf(4).Jung-uk Kim2005-12-071-0/+6
* s/M_WAITOK/M_NOWAIT/ while mutex is held.Jung-uk Kim2005-12-061-2/+2
* Add experimental BPF Just-In-Time compiler for amd64 and i386.Jung-uk Kim2005-12-061-0/+85