summaryrefslogtreecommitdiff
path: root/sys/net/bpf_filter.c
AgeCommit message (Expand)Author
2011-02-13Unbreak userland as well, since bpf_filter.c is also used in libpcap.Can Erkin Acar
2011-02-12Unbreak previous commit by adding the proper header file.Can Erkin Acar
2011-02-12Clear the filter memory area before using it. Leaving it uninitialized mayCan Erkin Acar
2010-04-21Fix validation of div by constant; from Guy Harris; ok deraadt@ miod@Otto Moerbeek
2008-01-02Accept BPF_MUL as a valid instruction in bpf_validate() also improveCan Erkin Acar
2007-08-06Fix some "that that"s.Tom Cosgrove
2006-10-28Fix handling of errors wrt to MINDEX. From NetBSD bpf_filter 1.32;Otto Moerbeek
2006-02-27add missing break; now filters containing a division can passOtto Moerbeek
2005-12-08Avoid sign extend by casting to u_char *; from NetBSD via Guy Harris.Otto Moerbeek
2005-09-28No part of the code defines UNALIGNED_ACCESS, use reverted tests forMiod Vallat
2004-04-26- make the k field in struct bpf_insn unsigned, as promised in theOtto Moerbeek
2004-02-23prevent backward jumps; pls@egsys.hu; ok canacar, deraadtMarkus Friedl
2003-12-10de-register. deraadt okJun-ichiro itojun Hagino
2003-07-18add missing includesDavid Krause
2003-06-27protos for userland buildTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2000-06-19de-#ifdef-izeJason Wright
1999-09-13Remove statics (required renames)Niklas Hallqvist
1999-06-01Fix some mips -> __mips__ stuff.Per Fogelstrom
1996-08-22__OpenBSD__Theo de Raadt
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1995-10-23For the '#ifdef sun [...] #endif' conditional we weren't bringing in thedavem
1995-10-18initial import of NetBSD treeTheo de Raadt