aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/netflow
Commit message (Expand)AuthorAgeFilesLines
* MFC rev. 1.19 netflow.c: set to zero engine_type, engine_id andMaxim Konovalov2006-05-012-8/+17
* MFC 1.9:Gleb Smirnoff2006-02-161-9/+8
* MFC 1.12:Gleb Smirnoff2006-01-211-3/+3
* MFC 1.18:Gleb Smirnoff2006-01-211-15/+15
* MFC 1.8:Gleb Smirnoff2006-01-211-7/+7
* MFC 1.11:Gleb Smirnoff2006-01-101-2/+6
* MFC 1.17:Gleb Smirnoff2005-12-061-5/+2
* MFC 1.10:Gleb Smirnoff2005-08-101-12/+14
* 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-122-11/+12
* A new version of NetFlow node.Gleb Smirnoff2005-05-114-298/+336
* Remove goto.Gleb Smirnoff2005-04-111-19/+15
* Add a possibility to bypass unmodified accounted data to specialGleb Smirnoff2005-03-222-5/+50
* Refactor node so that it does not modify mbuf contents. Next step wouldGleb Smirnoff2005-03-211-19/+68
* Refactor node so that it does not modify mbuf contents. Next step wouldGleb Smirnoff2005-03-213-100/+67
* Plug item leak, which occured when m_pullup() failed.Gleb Smirnoff2005-03-211-4/+3
* - 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-202-5/+9
* - Plug a memory leak in ng_netflow_cache_init().Gleb Smirnoff2004-12-281-5/+10
* - Use uint16_t to pass argument for NGM_NETFLOW_IFINFO, bump cookie.Gleb Smirnoff2004-12-052-6/+12
* Removed bogus comment.Gleb Smirnoff2004-11-011-2/+0
* - Remove advertising clause from copyright [1]Gleb Smirnoff2004-09-174-32/+4
* A netgraph node implementing Netflow version 5.Gleb Smirnoff2004-09-164-0/+1670