summaryrefslogtreecommitdiffstats
path: root/sys/net/bpf_filter.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add a BPF_RND load location that provides a random value.dlg2020-08-031-1/+6
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* Don't waste time zero'ing memory until there is some chance it mightkrw2016-09-131-3/+3
* Kill some unsightly whitespace.krw2016-09-121-15/+15
* mark the bpf_mem ops as Static.dlg2016-04-021-9/+12
* mark the program and buffer as const in bpf_filter()dlg2016-04-021-2/+3
* refactor bpf_filter a bit.dlg2016-04-021-181/+83
* test mbuf pointers against NULL not 0jsg2015-05-131-4/+4
* better boundchecks in validation; from Guy Harris; ok millert@ dlg@otto2014-09-191-5/+5
* ansify function declaration things.dlg2014-09-181-17/+5
* Unbreak userland as well, since bpf_filter.c is also used in libpcap.canacar2011-02-131-2/+4
* Unbreak previous commit by adding the proper header file.canacar2011-02-121-1/+2
* Clear the filter memory area before using it. Leaving it uninitialized maycanacar2011-02-121-1/+3
* Fix validation of div by constant; from Guy Harris; ok deraadt@ miod@otto2010-04-211-2/+2
* Accept BPF_MUL as a valid instruction in bpf_validate() also improvecanacar2008-01-021-4/+4
* Fix some "that that"s.tom2007-08-061-2/+2
* Fix handling of errors wrt to MINDEX. From NetBSD bpf_filter 1.32;otto2006-10-281-9/+7
* add missing break; now filters containing a division can passotto2006-02-271-1/+2
* Avoid sign extend by casting to u_char *; from NetBSD via Guy Harris.otto2005-12-081-3/+3
* No part of the code defines UNALIGNED_ACCESS, use reverted tests formiod2005-09-281-2/+3
* - make the k field in struct bpf_insn unsigned, as promised in theotto2004-04-261-32/+95
* prevent backward jumps; pls@egsys.hu; ok canacar, deraadtmarkus2004-02-231-2/+3
* de-register. deraadt okitojun2003-12-101-25/+25
* add missing includesdavid2003-07-181-1/+2
* protos for userland buildderaadt2003-06-271-1/+4
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* First round of __P removal in sysmillert2002-03-141-3/+3
* de-#ifdef-izejason2000-06-191-9/+2
* Remove statics (required renames)niklas1999-09-131-11/+11
* Fix some mips -> __mips__ stuff.pefo1999-06-011-2/+2
* __OpenBSD__deraadt1996-08-221-2/+2
* From NetBSD: 960217 mergeniklas1996-03-031-6/+6
* For the '#ifdef sun [...] #endif' conditional we weren't bringing in thedavem1995-10-231-0/+2
* initial import of NetBSD treederaadt1995-10-181-0/+525