summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/netflow/netflow.c
Commit message (Expand)AuthorAgeFilesLines
* Catch up with new ng_package_data().glebius2005-05-161-1/+1
* - Gather statistics about failed mbuf+cluster+ng_item allocations.glebius2005-05-121-3/+2
* A new version of NetFlow node.glebius2005-05-111-269/+293
* Remove goto.glebius2005-04-111-20/+16
* Refactor node so that it does not modify mbuf contents. Next step wouldglebius2005-03-211-92/+60
* - Don't lose TCP flags of the first packet in a flow.glebius2005-03-201-4/+4
* Cisco uses milliseconds for uptime. This is stupid. Nobody cares of suchglebius2005-03-031-4/+16
* Expire aged flows in normal expiry thread. This fixes the problem, whenglebius2005-02-051-1/+2
* Break long lines in code and comments.glebius2005-02-051-15/+18
* In case of various tunneling protocols, mbuf may pass several interfacesglebius2005-02-011-3/+5
* Use log() instead of printf(), to reduce flood on console.glebius2005-01-201-4/+7
* - Plug a memory leak in ng_netflow_cache_init().glebius2004-12-281-5/+10
* Removed bogus comment.glebius2004-11-011-2/+0
* - Remove advertising clause from copyright [1]glebius2004-09-171-8/+1
* A netgraph node implementing Netflow version 5.glebius2004-09-161-0/+736
OpenPOWER on IntegriCloud