aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_flow.c
Commit message (Expand)AuthorAgeFilesLines
* s/FREE/free/Luigi Rizzo2001-11-041-1/+1
* MFC: 1.12: Pass the correct destination address for the route-to-gateway case.Ruslan Ermilov2001-08-081-1/+7
* $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