aboutsummaryrefslogtreecommitdiff
path: root/sys/net/bpf_jitter.h
Commit message (Expand)AuthorAgeFilesLines
* Make UMA and malloc(9) return non-executable memory in most cases.Jonathan T. Looney2018-06-131-1/+0
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Use kmem_malloc() instead of malloc(9) for the native amd64 filter.Jung-uk Kim2017-04-171-0/+1
* Move declarations for a machine-dependent function to the header file.Jung-uk Kim2017-04-171-0/+7
* - 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