summaryrefslogtreecommitdiff
path: root/sys/net/bpf_filter.c
AgeCommit message (Expand)Author
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2022-09-04bpf(3): Grammar fix for a source code commentGordon Bergling
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-05-17Remove register keyword from sys/ and ANSIfy prototypesEd Maste
2017-02-28Renumber copyright clause 4Warner Losh
2016-10-21Implement BPF_MOD and BPF_XOR instructions.Jung-uk Kim
2016-04-15sys/net* : for pointers replace 0 with NULL.Pedro F. Giffuni
2014-03-19Include strings.h so that bpf_filter.c can be built in userland.Julio Merino
2011-07-14Clear the filter memory area before using it. Leaving it uninitialized mayMark Peek
2008-08-29Fix the last missing parentheses for a return statement in bpf_filter.c.Jung-uk Kim
2008-08-29More convergence towards style(9).Jung-uk Kim
2008-08-29- Directly match code wherever possible instead of using macros.Jung-uk Kim
2008-08-29Simplify jump instruction range checks.Jung-uk Kim
2008-08-28Check invalid BPF codes from bpf_validate(9).Jung-uk Kim
2008-08-28Validate scratch memory addresses for BPF_STX and BPF_LDX|BPF_MEM.Jung-uk Kim
2008-08-26Make sys/net/bpf_filter.c build cleanly on user land.Jung-uk Kim
2008-03-09Improve convergence of bpf_filter.c toward style(9).Robert Watson
2007-12-25Use __FBSDID() in the kernel BPF implementation.Robert Watson
2007-09-13Make the type of the memory used by the BPF filter unsigned, so itDavid Malone
2006-05-28Avoid unwanted sign extension of indexed byte load in bpf code.David Malone
2006-01-03Correctly check the filter length. I committed the wrong version.Jung-uk Kim
2006-01-03- Explicitly validate an empty filter to match bpf_filter() comment[1].Jung-uk Kim
2005-12-08Do not accept an empty bpf program.Jung-uk Kim
2005-01-07/* -> /*- for license, minor formatting changesWarner Losh
2004-04-07Remove advertising clause from University of California Regent'sWarner Losh
2002-07-05Turn on BPF_ALIGN for all non-i386 platforms, instead of having anPeter Wemm
2002-03-19Remove __P.Alfred Perlstein
2001-12-29sparc64 needs the same alignment fixes that ia64 and alpha need.Jake Burkholder
2001-10-05Add ia64 to the list of machines which don't do unaligned reads.Doug Rabson
1999-12-29Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm
1999-12-02Add 'const' to the bpf_filter() and bpf_validate() prototypes.Archie Cobbs
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-07-04Quick fix for breakage of bounds checking in rev.1.12. Only oneBruce Evans
1999-04-11Break long lines that I introduced in a previous commit.Eivind Eklund
1998-12-07Propagate unsignedness to all variants of 'k', and reorganize theEivind Eklund
1998-12-07Remove guard for < 0 on an unsigned variable.Eivind Eklund
1998-10-31* Use explicitly sized types for grovelling around inside packets.Doug Rabson
1997-08-02Removed unused #includes.Bruce Evans
1997-02-22Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1995-12-02Completed function declarations and/or added prototypes.Bruce Evans
1995-05-30Remove trailing whitespace.Rodney W. Grimes
1995-04-01Patch from Greg Ansley:David Greenman
1994-08-02Added $Id$David Greenman
1994-05-25The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes
1994-05-24BSD 4.4 Lite Kernel SourcesRodney W. Grimes