summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_bpf.c
Commit message (Expand)AuthorAgeFilesLines
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-8/+8
* Make sure BPF program is not bigger than set maximum (net.bpf.maxinsns).jkim2008-08-291-1/+5
* Prepare hooks direct pointers on setup to avoid heavy ng_findhook() callsmav2008-02-041-27/+66
* Avoid data copying when it is possible.mav2008-01-281-9/+21
* Reduce stack usage by 256 bytes per call. It helps to avoid kernelmav2007-07-261-5/+11
* Fix build without BPF_JITTER option.jkim2005-12-071-1/+3
* Add BPF Just-In-Time compiler support for ng_bpf(4).jkim2005-12-071-2/+28
* /* -> /*- for license, minor formatting changesimp2005-01-071-2/+3
* Avoid calling bpf_filter() with len == 0, which causes a change in semanticsarchie2004-06-231-1/+4
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-291-12/+9
* Fix GCC warnings caused by initializing a zero length array. In the process,archie2002-05-311-9/+7
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-1/+1
* Fix cut and paste error in a comment.julian2001-01-301-1/+1
* Another brian fix, luckily not in live code.julian2001-01-111-3/+1
* Fix some memory leaksjulian2001-01-101-8/+14
* Part 2 of the netgraph rewrite.julian2001-01-081-16/+15
* Rewrite of netgraph to start getting ready for SMP.julian2001-01-061-30/+32
* Divorce the kernel binary ABI version number from the messagejulian2000-12-181-1/+1
* Reviewed by: Archie@freebsd.orgjulian2000-12-121-2/+1
* Add the use of M_ZERO to netgraph.dwmalone2000-11-181-2/+1
* Since neither archie nor I work at Whistle any more, change our emailjulian2000-10-241-1/+1
* Allocate all memory (including within node constructors) with M_NOWAITarchie2000-09-211-2/+2
* Take advantage of the new unsigned and hex integer types.archie2000-08-101-4/+4
* Two simple changes to the kernel internal API for netgraph modules,julian2000-04-281-2/+3
* Change definition of NG_BPF_HOOKPROG_SIZE() so as not to requirearchie1999-12-061-7/+8
* New netgraph node type, ng_bpf(8). This node type allows you toarchie1999-12-031-0/+501
OpenPOWER on IntegriCloud