summaryrefslogtreecommitdiff
path: root/sys/net/bpf_filter.c
AgeCommit message (Expand)Author
2008-08-20As the scratch memory is only ever copied to or from A and X, make itjoerg
2008-01-02PR/37663: Guy Harris: bpf_validate rejects valid programs that use the multip...christos
2007-01-27Use be16dec() and be32dec() instead of reimplementing them.cbiere
2006-10-04It is not sufficient for MINDEX to just 'return 0' if the MINDEX macrooster
2006-05-14XXX: GCC uninitialized.christos
2006-02-27fix bpf_validate():drochner
2006-02-07Add a /* CONSTCOND */ for lint.wiz
2005-12-14Fix previous commit: ABS, IND and MSH are valid codes.rpaulo
2005-12-13In bpf_validate(), get rid of bpf_maxbufsize test as there are otherrpaulo
2005-12-05Oops, the previous revision had a wrong pre-processor #if clause.rpaulo
2005-12-05Make the bpf_maxbufsize a constant when bpfilter pseudo-device is notrpaulo
2005-11-30PR 32198: bpf_validate() needs to do more checks, from Otto Moerbeek/OpenBSDrpaulo
2005-11-30More KNF. C99 uintXX_t types.rpaulo
2005-11-30KNF. ANSYfy. de-P().rpaulo
2005-02-26nuke trailing whitespaceperry
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-12add RCSIDslukem
2000-07-22Add a missing include when using this in user space.matt
2000-04-12remove sunos stuff.chs
2000-03-30Kill some more register declarations.augustss
1997-10-09bpf_filter.c:christos
1997-07-07Provide better filter validation. PR 3366.phil
1996-02-13Net prototypeschristos
1995-04-22copy routines should take size_t lengths for prototype consistency.cgd
1995-04-01Fix bogus buffer indexing when a value is split across a mbuf boundary,mycroft
1995-03-28KERNEL -> _KERNELjtc
1995-03-06Undo an #include ordering change.mycroft
1995-03-06Make this more type-safe for the Alpha. From the libpcap 0.0 distribution.mycroft
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-05-13Update to 4.4-Lite networking code, with a few local changes.mycroft
1993-12-18Canonicalize all #includes.mycroft
1993-05-20add rcs ids to everything, and clean up headerscgd
1993-03-25added BPF support, as provided by David Greenman (davidg@implode.rain.com)cgd
1993-03-21initial import of 386bsd-0.1 sourcescgd