| Commit message (Expand) | Author | Age | Files | Lines |
* | Use rtalloc1() instead of rtalloc_ign(). It returns a locked | glebius | 2008-02-07 | 1 | -24/+17 |
* | Revert previous commit. | mav | 2008-02-03 | 1 | -4/+8 |
* | Run expire even without export hook connected. | mav | 2008-01-27 | 1 | -8/+4 |
* | 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 |
* | Bump maximum number of interface hooks to the maximum possible value. | glebius | 2007-03-28 | 2 | -1/+2 |
* | Recognize 802.1q frames in Ethernet input and process them. | glebius | 2006-10-11 | 1 | -1/+29 |
* | 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 Replace disappeared URLs to Cisco docs by new ones, style. | maxim | 2006-04-25 | 1 | -8/+14 |
* | o Set to zero engine_type, engine_id and pad (cisco calls it | maxim | 2006-04-25 | 1 | -0/+3 |
* | - 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 |