aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/netflow
Commit message (Expand)AuthorAgeFilesLines
* MFC r260048:Dimitry Andric2014-01-043-6/+6
* MFC r241446,r241501Alexander V. Chernikov2012-12-073-0/+56
* Merge r237162, r237163, r237164, r237226.Alexander V. Chernikov2012-07-092-61/+21
* MFC r232921:Alexander V. Chernikov2012-04-213-4/+13
* Add missing unlocks.Gleb Smirnoff2011-07-061-0/+2
* o Eliminate flow6_hash_entry in favor of flow_hash_entry. We don't needGleb Smirnoff2011-07-053-107/+152
* Fix double free.Gleb Smirnoff2011-07-011-1/+0
* ng_netflow_cache_init() can be void.Gleb Smirnoff2011-04-183-7/+4
* Node constructor methods are supposed to be called in syscallGleb Smirnoff2011-04-181-4/+1
* Unbreak the build for no options INET6.Bjoern A. Zeeb2011-03-032-0/+8
* Add support for NetFlow version 9 into ng_netflow(4) node.Gleb Smirnoff2011-03-026-132/+1739
* Zero padding fields of netflow records. This helps to reduceGleb Smirnoff2010-07-261-0/+3
* Remove disabled code. In 99% cases exports are send to ng_ksocket(4), whichGleb Smirnoff2010-03-251-9/+0
* Fix copy-paste bug in NGM_NETFLOW_SETCONFIG argument size verification.Alexander Motin2009-05-131-1/+1
* This main goals of this project are:Qing Li2008-12-151-2/+2
* Fix a number of style issues in the MALLOC / FREE commit. I've tried toDag-Erling Smørgrav2008-10-231-1/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-232-5/+4
* Add ability to generate egress netflow instead or in addition to ingress.Alexander Motin2008-10-083-20/+116
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-091-2/+4
* Replace callout_init(..., 1) with callout_init(..., CALLOUT_MPSAFE) forKris Kennaway2008-04-161-1/+1
* Use rtalloc1() instead of rtalloc_ign(). It returns a lockedGleb Smirnoff2008-02-071-24/+17
* Revert previous commit.Alexander Motin2008-02-031-4/+8
* Run expire even without export hook connected.Alexander Motin2008-01-271-8/+4
* Fix memory leak when export hook is not connected.Alexander Motin2008-01-271-0/+2
* Remove one very strange unneded if.Alexander Motin2008-01-271-7/+2
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichRobert Watson2007-08-061-1/+0
* Bump maximum number of interface hooks to the maximum possible value.Gleb Smirnoff2007-03-282-1/+2
* Recognize 802.1q frames in Ethernet input and process them.Gleb Smirnoff2006-10-111-1/+29
* Make it buildable.Gleb Smirnoff2006-10-111-1/+1
* Unbreak a short one.Gleb Smirnoff2006-10-111-2/+1
* Break long line.Gleb Smirnoff2006-10-111-1/+2
* Use hash functions with better distribution. Tested on live traffic.Gleb Smirnoff2006-10-111-11/+11
* Use bitcount32() from sys/systm.h instead of my own.Gleb Smirnoff2006-10-111-17/+4
* o Replace disappeared URLs to Cisco docs by new ones, style.Maxim Konovalov2006-04-251-8/+14
* o Set to zero engine_type, engine_id and pad (cisco calls itMaxim Konovalov2006-04-251-0/+3
* - Increase maximum number of interfaces to 2048.Gleb Smirnoff2006-02-091-9/+8
* Correct off-by-one errors.Gleb Smirnoff2006-01-141-3/+3
* When sending export datagram from interrupt thread, use NG_QUEUEGleb Smirnoff2006-01-121-15/+15
* Mark appropriate commands with NGM_READONLY and NGM_HASREPLY andGleb Smirnoff2006-01-121-7/+7
* In ng_netflow_disconnect() check whether we are working with "iface"Gleb Smirnoff2005-12-281-2/+6
* - Update the flow sequence before converting count toGleb Smirnoff2005-11-271-5/+2
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* Check that we have first fragment before pulling up TCP/UDP header.Gleb Smirnoff2005-07-171-12/+14
* Catch up with new ng_package_data().Gleb Smirnoff2005-05-161-1/+1
* - Gather statistics about failed mbuf+cluster+ng_item allocations.Gleb Smirnoff2005-05-122-11/+12
* A new version of NetFlow node.Gleb Smirnoff2005-05-114-298/+336
* Remove goto.Gleb Smirnoff2005-04-111-19/+15
* Add a possibility to bypass unmodified accounted data to specialGleb Smirnoff2005-03-222-5/+50
* Refactor node so that it does not modify mbuf contents. Next step wouldGleb Smirnoff2005-03-211-19/+68
* Refactor node so that it does not modify mbuf contents. Next step wouldGleb Smirnoff2005-03-213-100/+67