| Commit message (Expand) | Author | Age | Files | Lines |
* | - Increase maximum number of interfaces to 2048. | glebius | 2006-02-09 | 1 | -9/+8 |
* | Correct off-by-one errors. | glebius | 2006-01-14 | 1 | -3/+3 |
* | When sending export datagram from interrupt thread, use NG_QUEUE | glebius | 2006-01-12 | 1 | -15/+15 |
* | Mark appropriate commands with NGM_READONLY and NGM_HASREPLY and | glebius | 2006-01-12 | 1 | -7/+7 |
* | In ng_netflow_disconnect() check whether we are working with "iface" | glebius | 2005-12-28 | 1 | -2/+6 |
* | - 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 |
* | Check that we have first fragment before pulling up TCP/UDP header. | glebius | 2005-07-17 | 1 | -12/+14 |
* | 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 | 2 | -11/+12 |
* | A new version of NetFlow node. | glebius | 2005-05-11 | 4 | -302/+340 |
* | Remove goto. | glebius | 2005-04-11 | 1 | -20/+16 |
* | Add a possibility to bypass unmodified accounted data to special | glebius | 2005-03-22 | 2 | -5/+50 |
* | Refactor node so that it does not modify mbuf contents. Next step would | glebius | 2005-03-21 | 1 | -19/+68 |
* | Refactor node so that it does not modify mbuf contents. Next step would | glebius | 2005-03-21 | 3 | -100/+67 |
* | Plug item leak, which occured when m_pullup() failed. | glebius | 2005-03-21 | 1 | -4/+3 |
* | - 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 | 2 | -5/+9 |
* | - Plug a memory leak in ng_netflow_cache_init(). | glebius | 2004-12-28 | 1 | -5/+10 |
* | - Use uint16_t to pass argument for NGM_NETFLOW_IFINFO, bump cookie. | glebius | 2004-12-05 | 2 | -6/+12 |
* | Removed bogus comment. | glebius | 2004-11-01 | 1 | -2/+0 |
* | - Remove advertising clause from copyright [1] | glebius | 2004-09-17 | 4 | -32/+4 |
* | A netgraph node implementing Netflow version 5. | glebius | 2004-09-16 | 4 | -0/+1670 |