aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_flow.c
Commit message (Expand)AuthorAgeFilesLines
* s/FREE/free/Luigi Rizzo2001-11-041-1/+1
* Bring in fix from NetBSD's revision 1.16:Ruslan Ermilov2001-06-261-1/+7
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add sysctl descriptions to many SYSCTL_XXXsBill Fumerola1999-05-031-2/+2
* Staticize.Eivind Eklund1999-04-111-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-2/+1
* Removed unused includes.Bruce Evans1998-06-211-9/+1
* Fix a typo-bug in ipflow_reap that could cause a NULL pointerJohn Polstra1998-05-191-2/+2
* Move (private) struct ipflow out of ip_var.h, to reduce dependenciesPierre Beyssac1998-05-191-0/+3
* Moved #define of IPFLOW_HASHBITS to ip_flow.c where I think it belongs.David Greenman1998-05-191-0/+1
* Added fast IP forwarding code by Matt Thomas <matt@3am-software.com> viaDavid Greenman1998-05-191-0/+332