summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/netflow/ng_netflow.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: wrap long lines, cleanup comments, etc.glebius2013-03-261-53/+75
* Add NG_NETFLOW_V9INFO_TYPE command to be able to request netflowv9-specificmelifaro2012-10-111-0/+26
* Fix typo: s/unknow/unknownkevlo2012-10-091-1/+1
* Make radix lookup on src and dst flow addresses optionalmelifaro2012-06-181-5/+8
* Simplify IP pointer recovery in case of mbuf reallocation.melifaro2012-06-181-53/+15
* Fix improper L4 header handling for IPv6 packets passed via DLT_RAW.melifaro2012-06-161-1/+1
* Use rt_numfibs variable instead of compile-time RT_NUMFIBS.melifaro2012-03-131-2/+10
* o Eliminate flow6_hash_entry in favor of flow_hash_entry. We don't needglebius2011-07-051-6/+7
* ng_netflow_cache_init() can be void.glebius2011-04-181-3/+2
* Node constructor methods are supposed to be called in syscallglebius2011-04-181-4/+1
* Add support for NetFlow version 9 into ng_netflow(4) node.glebius2011-03-021-41/+325
* Remove disabled code. In 99% cases exports are send to ng_ksocket(4), whichglebius2010-03-251-9/+0
* Fix copy-paste bug in NGM_NETFLOW_SETCONFIG argument size verification.mav2009-05-131-1/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
* Add ability to generate egress netflow instead or in addition to ingress.mav2008-10-081-11/+89
* Replace callout_init(..., 1) with callout_init(..., CALLOUT_MPSAFE) forkris2008-04-161-1/+1
* Revert previous commit.mav2008-02-031-4/+8
* Run expire even without export hook connected.mav2008-01-271-8/+4
* Bump maximum number of interface hooks to the maximum possible value.glebius2007-03-281-0/+1
* Recognize 802.1q frames in Ethernet input and process them.glebius2006-10-111-1/+29
* Correct off-by-one errors.glebius2006-01-141-3/+3
* In ng_netflow_disconnect() check whether we are working with "iface"glebius2005-12-281-2/+6
* Check that we have first fragment before pulling up TCP/UDP header.glebius2005-07-171-12/+14
* A new version of NetFlow node.glebius2005-05-111-3/+10
* Add a possibility to bypass unmodified accounted data to specialglebius2005-03-221-5/+48
* 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-211-1/+5
* Plug item leak, which occured when m_pullup() failed.glebius2005-03-211-4/+3
* Use log() instead of printf(), to reduce flood on console.glebius2005-01-201-1/+2
* - Use uint16_t to pass argument for NGM_NETFLOW_IFINFO, bump cookie.glebius2004-12-051-4/+10
* - Remove advertising clause from copyright [1]glebius2004-09-171-8/+1
* A netgraph node implementing Netflow version 5.glebius2004-09-161-0/+527
OpenPOWER on IntegriCloud