summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/netflow/ng_netflow.c
Commit message (Expand)AuthorAgeFilesLines
* 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