| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r260048: | dim | 2014-01-04 | 1 | -2/+2 |
* | Return ENOMEM if malloc() fails. | glebius | 2013-03-26 | 1 | -1/+1 |
* | Cleanup: wrap long lines, cleanup comments, etc. | glebius | 2013-03-26 | 1 | -60/+66 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 1 | -1/+1 |
* | Make radix lookup on src and dst flow addresses optional | melifaro | 2012-06-18 | 1 | -83/+95 |
* | Use rt_numfibs variable instead of compile-time RT_NUMFIBS. | melifaro | 2012-03-13 | 1 | -1/+1 |
* | Add missing unlocks. | glebius | 2011-07-06 | 1 | -0/+2 |
* | o Eliminate flow6_hash_entry in favor of flow_hash_entry. We don't need | glebius | 2011-07-05 | 1 | -83/+124 |
* | ng_netflow_cache_init() can be void. | glebius | 2011-04-18 | 1 | -3/+1 |
* | Unbreak the build for no options INET6. | bz | 2011-03-03 | 1 | -0/+6 |
* | Add support for NetFlow version 9 into ng_netflow(4) node. | glebius | 2011-03-02 | 1 | -79/+505 |
* | Zero padding fields of netflow records. This helps to reduce | glebius | 2010-07-26 | 1 | -0/+3 |
* | This main goals of this project are: | qingli | 2008-12-15 | 1 | -2/+2 |
* | Fix a number of style issues in the MALLOC / FREE commit. I've tried to | des | 2008-10-23 | 1 | -1/+1 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -3/+2 |
* | Add ability to generate egress netflow instead or in addition to ingress. | mav | 2008-10-08 | 1 | -8/+2 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 1 | -2/+4 |
* | Use rtalloc1() instead of rtalloc_ign(). It returns a locked | glebius | 2008-02-07 | 1 | -24/+17 |
* | Fix memory leak when export hook is not connected. | mav | 2008-01-27 | 1 | -0/+2 |
* | Remove one very strange unneded if. | mav | 2008-01-27 | 1 | -7/+2 |
* | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | rwatson | 2007-08-06 | 1 | -1/+0 |
* | Make it buildable. | glebius | 2006-10-11 | 1 | -1/+1 |
* | Unbreak a short one. | glebius | 2006-10-11 | 1 | -2/+1 |
* | Break long line. | glebius | 2006-10-11 | 1 | -1/+2 |
* | Use hash functions with better distribution. Tested on live traffic. | glebius | 2006-10-11 | 1 | -12/+12 |
* | Use bitcount32() from sys/systm.h instead of my own. | glebius | 2006-10-11 | 1 | -17/+4 |
* | o Set to zero engine_type, engine_id and pad (cisco calls it | maxim | 2006-04-25 | 1 | -0/+3 |
* | When sending export datagram from interrupt thread, use NG_QUEUE | glebius | 2006-01-12 | 1 | -15/+15 |
* | - Update the flow sequence before converting count to | glebius | 2005-11-27 | 1 | -5/+2 |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 1 | -1/+1 |
* | Catch up with new ng_package_data(). | glebius | 2005-05-16 | 1 | -1/+1 |
* | - Gather statistics about failed mbuf+cluster+ng_item allocations. | glebius | 2005-05-12 | 1 | -3/+2 |
* | A new version of NetFlow node. | glebius | 2005-05-11 | 1 | -269/+293 |
* | Remove goto. | glebius | 2005-04-11 | 1 | -20/+16 |
* | Refactor node so that it does not modify mbuf contents. Next step would | glebius | 2005-03-21 | 1 | -92/+60 |
* | - Don't lose TCP flags of the first packet in a flow. | glebius | 2005-03-20 | 1 | -4/+4 |
* | Cisco uses milliseconds for uptime. This is stupid. Nobody cares of such | glebius | 2005-03-03 | 1 | -4/+16 |
* | Expire aged flows in normal expiry thread. This fixes the problem, when | glebius | 2005-02-05 | 1 | -1/+2 |
* | Break long lines in code and comments. | glebius | 2005-02-05 | 1 | -15/+18 |
* | In case of various tunneling protocols, mbuf may pass several interfaces | glebius | 2005-02-01 | 1 | -3/+5 |
* | Use log() instead of printf(), to reduce flood on console. | glebius | 2005-01-20 | 1 | -4/+7 |
* | - Plug a memory leak in ng_netflow_cache_init(). | glebius | 2004-12-28 | 1 | -5/+10 |
* | Removed bogus comment. | glebius | 2004-11-01 | 1 | -2/+0 |
* | - Remove advertising clause from copyright [1] | glebius | 2004-09-17 | 1 | -8/+1 |
* | A netgraph node implementing Netflow version 5. | glebius | 2004-09-16 | 1 | -0/+736 |