summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/netflow/netflow.c
Commit message (Expand)AuthorAgeFilesLines
* Return ENOMEM if malloc() fails.glebius2013-03-261-1/+1
* Cleanup: wrap long lines, cleanup comments, etc.glebius2013-03-261-60/+66
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-1/+1
* Make radix lookup on src and dst flow addresses optionalmelifaro2012-06-181-83/+95
* Use rt_numfibs variable instead of compile-time RT_NUMFIBS.melifaro2012-03-131-1/+1
* Add missing unlocks.glebius2011-07-061-0/+2
* o Eliminate flow6_hash_entry in favor of flow_hash_entry. We don't needglebius2011-07-051-83/+124
* ng_netflow_cache_init() can be void.glebius2011-04-181-3/+1
* Unbreak the build for no options INET6.bz2011-03-031-0/+6
* Add support for NetFlow version 9 into ng_netflow(4) node.glebius2011-03-021-79/+505
* Zero padding fields of netflow records. This helps to reduceglebius2010-07-261-0/+3
* This main goals of this project are:qingli2008-12-151-2/+2
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-231-1/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-3/+2
* Add ability to generate egress netflow instead or in addition to ingress.mav2008-10-081-8/+2
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-2/+4
* Use rtalloc1() instead of rtalloc_ign(). It returns a lockedglebius2008-02-071-24/+17
* Fix memory leak when export hook is not connected.mav2008-01-271-0/+2
* Remove one very strange unneded if.mav2008-01-271-7/+2
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichrwatson2007-08-061-1/+0
* Make it buildable.glebius2006-10-111-1/+1
* Unbreak a short one.glebius2006-10-111-2/+1
* Break long line.glebius2006-10-111-1/+2
* Use hash functions with better distribution. Tested on live traffic.glebius2006-10-111-12/+12
* Use bitcount32() from sys/systm.h instead of my own.glebius2006-10-111-17/+4
* o Set to zero engine_type, engine_id and pad (cisco calls itmaxim2006-04-251-0/+3
* When sending export datagram from interrupt thread, use NG_QUEUEglebius2006-01-121-15/+15
* - Update the flow sequence before converting count toglebius2005-11-271-5/+2
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* 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