| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r260048: | Dimitry Andric | 2014-01-04 | 3 | -6/+6 |
| * | MFC r219182, r219229, r220769, r223706, r223787, r223822, r232921, r237162, r... | Alexander V. Chernikov | 2012-07-19 | 6 | -223/+1871 |
| * | MFhead 210500: | Gleb Smirnoff | 2010-09-16 | 1 | -0/+3 |
| * | Fix copy-paste bug in NGM_NETFLOW_SETCONFIG argument size verification. | Alexander Motin | 2009-05-13 | 1 | -1/+1 |
| * | This main goals of this project are: | Qing Li | 2008-12-15 | 1 | -2/+2 |
| * | Fix a number of style issues in the MALLOC / FREE commit. I've tried to | Dag-Erling Smørgrav | 2008-10-23 | 1 | -1/+1 |
| * | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 2 | -5/+4 |
| * | Add ability to generate egress netflow instead or in addition to ingress. | Alexander Motin | 2008-10-08 | 3 | -20/+116 |
| * | Add code to allow the system to handle multiple routing tables. | Julian Elischer | 2008-05-09 | 1 | -2/+4 |
| * | Replace callout_init(..., 1) with callout_init(..., CALLOUT_MPSAFE) for | Kris Kennaway | 2008-04-16 | 1 | -1/+1 |
| * | Use rtalloc1() instead of rtalloc_ign(). It returns a locked | Gleb Smirnoff | 2008-02-07 | 1 | -24/+17 |
| * | Revert previous commit. | Alexander Motin | 2008-02-03 | 1 | -4/+8 |
| * | Run expire even without export hook connected. | Alexander Motin | 2008-01-27 | 1 | -8/+4 |
| * | Fix memory leak when export hook is not connected. | Alexander Motin | 2008-01-27 | 1 | -0/+2 |
| * | Remove one very strange unneded if. | Alexander Motin | 2008-01-27 | 1 | -7/+2 |
| * | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | Robert Watson | 2007-08-06 | 1 | -1/+0 |
| * | Bump maximum number of interface hooks to the maximum possible value. | Gleb Smirnoff | 2007-03-28 | 2 | -1/+2 |
| * | Recognize 802.1q frames in Ethernet input and process them. | Gleb Smirnoff | 2006-10-11 | 1 | -1/+29 |
| * | Make it buildable. | Gleb Smirnoff | 2006-10-11 | 1 | -1/+1 |
| * | Unbreak a short one. | Gleb Smirnoff | 2006-10-11 | 1 | -2/+1 |
| * | Break long line. | Gleb Smirnoff | 2006-10-11 | 1 | -1/+2 |
| * | Use hash functions with better distribution. Tested on live traffic. | Gleb Smirnoff | 2006-10-11 | 1 | -12/+12 |
| * | Use bitcount32() from sys/systm.h instead of my own. | Gleb Smirnoff | 2006-10-11 | 1 | -17/+4 |
| * | o Replace disappeared URLs to Cisco docs by new ones, style. | Maxim Konovalov | 2006-04-25 | 1 | -8/+14 |
| * | o Set to zero engine_type, engine_id and pad (cisco calls it | Maxim Konovalov | 2006-04-25 | 1 | -0/+3 |
| * | - Increase maximum number of interfaces to 2048. | Gleb Smirnoff | 2006-02-09 | 1 | -9/+8 |
| * | Correct off-by-one errors. | Gleb Smirnoff | 2006-01-14 | 1 | -3/+3 |
| * | When sending export datagram from interrupt thread, use NG_QUEUE | Gleb Smirnoff | 2006-01-12 | 1 | -15/+15 |
| * | Mark appropriate commands with NGM_READONLY and NGM_HASREPLY and | Gleb Smirnoff | 2006-01-12 | 1 | -7/+7 |
| * | In ng_netflow_disconnect() check whether we are working with "iface" | Gleb Smirnoff | 2005-12-28 | 1 | -2/+6 |
| * | - Update the flow sequence before converting count to | Gleb Smirnoff | 2005-11-27 | 1 | -5/+2 |
| * | Normalize a significant number of kernel malloc type names: | Robert Watson | 2005-10-31 | 1 | -1/+1 |
| * | Check that we have first fragment before pulling up TCP/UDP header. | Gleb Smirnoff | 2005-07-17 | 1 | -12/+14 |
| * | Catch up with new ng_package_data(). | Gleb Smirnoff | 2005-05-16 | 1 | -1/+1 |
| * | - Gather statistics about failed mbuf+cluster+ng_item allocations. | Gleb Smirnoff | 2005-05-12 | 2 | -11/+12 |
| * | A new version of NetFlow node. | Gleb Smirnoff | 2005-05-11 | 4 | -302/+340 |
| * | Remove goto. | Gleb Smirnoff | 2005-04-11 | 1 | -20/+16 |
| * | Add a possibility to bypass unmodified accounted data to special | Gleb Smirnoff | 2005-03-22 | 2 | -5/+50 |
| * | Refactor node so that it does not modify mbuf contents. Next step would | Gleb Smirnoff | 2005-03-21 | 1 | -19/+68 |
| * | Refactor node so that it does not modify mbuf contents. Next step would | Gleb Smirnoff | 2005-03-21 | 3 | -100/+67 |
| * | Plug item leak, which occured when m_pullup() failed. | Gleb Smirnoff | 2005-03-21 | 1 | -4/+3 |
| * | - Don't lose TCP flags of the first packet in a flow. | Gleb Smirnoff | 2005-03-20 | 1 | -4/+4 |
| * | Cisco uses milliseconds for uptime. This is stupid. Nobody cares of such | Gleb Smirnoff | 2005-03-03 | 1 | -4/+16 |
| * | Expire aged flows in normal expiry thread. This fixes the problem, when | Gleb Smirnoff | 2005-02-05 | 1 | -1/+2 |
| * | Break long lines in code and comments. | Gleb Smirnoff | 2005-02-05 | 1 | -15/+18 |
| * | In case of various tunneling protocols, mbuf may pass several interfaces | Gleb Smirnoff | 2005-02-01 | 1 | -3/+5 |
| * | Use log() instead of printf(), to reduce flood on console. | Gleb Smirnoff | 2005-01-20 | 2 | -5/+9 |
| * | - Plug a memory leak in ng_netflow_cache_init(). | Gleb Smirnoff | 2004-12-28 | 1 | -5/+10 |
| * | - Use uint16_t to pass argument for NGM_NETFLOW_IFINFO, bump cookie. | Gleb Smirnoff | 2004-12-05 | 2 | -6/+12 |
| * | Removed bogus comment. | Gleb Smirnoff | 2004-11-01 | 1 | -2/+0 |