summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/netflow
Commit message (Expand)AuthorAgeFilesLines
* This main goals of this project are:qingli2008-12-151-2/+2
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-231-1/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-232-5/+4
* Add ability to generate egress netflow instead or in addition to ingress.mav2008-10-083-20/+116
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-2/+4
* Replace callout_init(..., 1) with callout_init(..., CALLOUT_MPSAFE) forkris2008-04-161-1/+1
* Use rtalloc1() instead of rtalloc_ign(). It returns a lockedglebius2008-02-071-24/+17
* Revert previous commit.mav2008-02-031-4/+8
* Run expire even without export hook connected.mav2008-01-271-8/+4
* Fix memory leak when export hook is not connected.mav2008-01-271-0/+2
* Remove one very strange unneded if.mav2008-01-271-7/+2
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichrwatson2007-08-061-1/+0
* Bump maximum number of interface hooks to the maximum possible value.glebius2007-03-282-1/+2
* Recognize 802.1q frames in Ethernet input and process them.glebius2006-10-111-1/+29
* Make it buildable.glebius2006-10-111-1/+1
* Unbreak a short one.glebius2006-10-111-2/+1
* Break long line.glebius2006-10-111-1/+2
* Use hash functions with better distribution. Tested on live traffic.glebius2006-10-111-12/+12
* Use bitcount32() from sys/systm.h instead of my own.glebius2006-10-111-17/+4
* o Replace disappeared URLs to Cisco docs by new ones, style.maxim2006-04-251-8/+14
* o Set to zero engine_type, engine_id and pad (cisco calls itmaxim2006-04-251-0/+3
* - Increase maximum number of interfaces to 2048.glebius2006-02-091-9/+8
* Correct off-by-one errors.glebius2006-01-141-3/+3
* When sending export datagram from interrupt thread, use NG_QUEUEglebius2006-01-121-15/+15
* Mark appropriate commands with NGM_READONLY and NGM_HASREPLY andglebius2006-01-121-7/+7
* In ng_netflow_disconnect() check whether we are working with "iface"glebius2005-12-281-2/+6
* - Update the flow sequence before converting count toglebius2005-11-271-5/+2
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* Check that we have first fragment before pulling up TCP/UDP header.glebius2005-07-171-12/+14
* Catch up with new ng_package_data().glebius2005-05-161-1/+1
* - Gather statistics about failed mbuf+cluster+ng_item allocations.glebius2005-05-122-11/+12
* A new version of NetFlow node.glebius2005-05-114-302/+340
* Remove goto.glebius2005-04-111-20/+16
* Add a possibility to bypass unmodified accounted data to specialglebius2005-03-222-5/+50
* Refactor node so that it does not modify mbuf contents. Next step wouldglebius2005-03-211-19/+68
* Refactor node so that it does not modify mbuf contents. Next step wouldglebius2005-03-213-100/+67
* Plug item leak, which occured when m_pullup() failed.glebius2005-03-211-4/+3
* - Don't lose TCP flags of the first packet in a flow.glebius2005-03-201-4/+4
* Cisco uses milliseconds for uptime. This is stupid. Nobody cares of suchglebius2005-03-031-4/+16
* Expire aged flows in normal expiry thread. This fixes the problem, whenglebius2005-02-051-1/+2
* Break long lines in code and comments.glebius2005-02-051-15/+18
* In case of various tunneling protocols, mbuf may pass several interfacesglebius2005-02-011-3/+5
* Use log() instead of printf(), to reduce flood on console.glebius2005-01-202-5/+9
* - Plug a memory leak in ng_netflow_cache_init().glebius2004-12-281-5/+10
* - Use uint16_t to pass argument for NGM_NETFLOW_IFINFO, bump cookie.glebius2004-12-052-6/+12
* Removed bogus comment.glebius2004-11-011-2/+0
* - Remove advertising clause from copyright [1]glebius2004-09-174-32/+4
* A netgraph node implementing Netflow version 5.glebius2004-09-164-0/+1670
OpenPOWER on IntegriCloud