| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r260048: | Dimitry Andric | 2014-01-04 | 3 | -6/+6 |
| * | MFC r241446,r241501 | Alexander V. Chernikov | 2012-12-07 | 3 | -0/+56 |
| * | Merge r237162, r237163, r237164, r237226. | Alexander V. Chernikov | 2012-07-09 | 2 | -61/+21 |
| * | MFC r232921: | Alexander V. Chernikov | 2012-04-21 | 3 | -4/+13 |
| * | Add missing unlocks. | Gleb Smirnoff | 2011-07-06 | 1 | -0/+2 |
| * | o Eliminate flow6_hash_entry in favor of flow_hash_entry. We don't need | Gleb Smirnoff | 2011-07-05 | 3 | -107/+152 |
| * | Fix double free. | Gleb Smirnoff | 2011-07-01 | 1 | -1/+0 |
| * | ng_netflow_cache_init() can be void. | Gleb Smirnoff | 2011-04-18 | 3 | -7/+4 |
| * | Node constructor methods are supposed to be called in syscall | Gleb Smirnoff | 2011-04-18 | 1 | -4/+1 |
| * | Unbreak the build for no options INET6. | Bjoern A. Zeeb | 2011-03-03 | 2 | -0/+8 |
| * | Add support for NetFlow version 9 into ng_netflow(4) node. | Gleb Smirnoff | 2011-03-02 | 6 | -132/+1739 |
| * | Zero padding fields of netflow records. This helps to reduce | Gleb Smirnoff | 2010-07-26 | 1 | -0/+3 |
| * | Remove disabled code. In 99% cases exports are send to ng_ksocket(4), which | Gleb Smirnoff | 2010-03-25 | 1 | -9/+0 |
| * | 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 | -11/+11 |
| * | 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 | -298/+336 |
| * | Remove goto. | Gleb Smirnoff | 2005-04-11 | 1 | -19/+15 |
| * | 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 |