aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/netflow/netflow.c
Commit message (Expand)AuthorAgeFilesLines
* MFC rev. 1.26-1.27Alexander Motin2008-01-281-7/+4
* MFC 1.20 - 1.24:Gleb Smirnoff2007-01-251-30/+17
* MFC rev. 1.19 netflow.c: set to zero engine_type, engine_id andMaxim Konovalov2006-05-011-0/+3
* MFC 1.18:Gleb Smirnoff2006-01-211-15/+15
* MFC 1.17:Gleb Smirnoff2005-12-061-5/+2
* Catch up with new ng_package_data().Gleb Smirnoff2005-05-161-1/+1
* - Gather statistics about failed mbuf+cluster+ng_item allocations.Gleb Smirnoff2005-05-121-3/+2
* A new version of NetFlow node.Gleb Smirnoff2005-05-111-266/+290
* Remove goto.Gleb Smirnoff2005-04-111-19/+15
* Refactor node so that it does not modify mbuf contents. Next step wouldGleb Smirnoff2005-03-211-92/+60
* - Don't lose TCP flags of the first packet in a flow.Gleb Smirnoff2005-03-201-4/+4
* Cisco uses milliseconds for uptime. This is stupid. Nobody cares of suchGleb Smirnoff2005-03-031-4/+16
* Expire aged flows in normal expiry thread. This fixes the problem, whenGleb Smirnoff2005-02-051-1/+2
* Break long lines in code and comments.Gleb Smirnoff2005-02-051-15/+18
* In case of various tunneling protocols, mbuf may pass several interfacesGleb Smirnoff2005-02-011-3/+5
* Use log() instead of printf(), to reduce flood on console.Gleb Smirnoff2005-01-201-4/+7
* - Plug a memory leak in ng_netflow_cache_init().Gleb Smirnoff2004-12-281-5/+10
* Removed bogus comment.Gleb Smirnoff2004-11-011-2/+0
* - Remove advertising clause from copyright [1]Gleb Smirnoff2004-09-171-8/+1
* A netgraph node implementing Netflow version 5.Gleb Smirnoff2004-09-161-0/+736