summaryrefslogtreecommitdiffstats
path: root/sys/net/bpf_filter.c
Commit message (Expand)AuthorAgeFilesLines
* 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