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