summaryrefslogtreecommitdiffstats
path: root/sys/net/bpf_filter.c
Commit message (Expand)AuthorAgeFilesLines
* MFC various fixes to the tools/regression/ tests.jmmv2014-04-141-0/+3
* Clear the filter memory area before using it. Leaving it uninitialized maymp2011-07-141-0/+2
* Fix the last missing parentheses for a return statement in bpf_filter.c.jkim2008-08-291-1/+1
* More convergence towards style(9).jkim2008-08-291-32/+27
* - Directly match code wherever possible instead of using macros.jkim2008-08-291-11/+14
* Simplify jump instruction range checks.jkim2008-08-291-7/+6
* Check invalid BPF codes from bpf_validate(9).jkim2008-08-281-1/+26
* Validate scratch memory addresses for BPF_STX and BPF_LDX|BPF_MEM.jkim2008-08-281-1/+3
* Make sys/net/bpf_filter.c build cleanly on user land.jkim2008-08-261-1/+3
* Improve convergence of bpf_filter.c toward style(9).rwatson2008-03-091-40/+29
* Use __FBSDID() in the kernel BPF implementation.rwatson2007-12-251-2/+3
* Make the type of the memory used by the BPF filter unsigned, so itdwmalone2007-09-131-1/+1
* Avoid unwanted sign extension of indexed byte load in bpf code.dwmalone2006-05-281-2/+2
* Correctly check the filter length. I committed the wrong version.jkim2006-01-031-1/+6
* - Explicitly validate an empty filter to match bpf_filter() comment[1].jkim2006-01-031-1/+1
* Do not accept an empty bpf program.jkim2005-12-081-0/+3
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Turn on BPF_ALIGN for all non-i386 platforms, instead of having anpeter2002-07-051-1/+1
* Remove __P.alfred2002-03-191-2/+2
* sparc64 needs the same alignment fixes that ia64 and alpha need.jake2001-12-291-1/+1
* Add ia64 to the list of machines which don't do unaligned reads.dfr2001-10-051-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-11/+11
* Add 'const' to the bpf_filter() and bpf_validate() prototypes.archie1999-12-021-5/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Quick fix for breakage of bounds checking in rev.1.12. Only onebde1999-07-041-2/+2
* Break long lines that I introduced in a previous commit.eivind1999-04-111-4/+7
* Propagate unsignedness to all variants of 'k', and reorganize theeivind1998-12-071-24/+38
* Remove guard for < 0 on an unsigned variable.eivind1998-12-071-2/+2
* * Use explicitly sized types for grovelling around inside packets.dfr1998-10-311-21/+21
* Removed unused #includes.bde1997-08-021-3/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Completed function declarations and/or added prototypes.bde1995-12-021-1/+4
* Remove trailing whitespace.rgrimes1995-05-301-18/+18
* Patch from Greg Ansley:dg1995-04-011-5/+5
* Added $Id$dg1994-08-021-2/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-5/+2
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+548
OpenPOWER on IntegriCloud