summaryrefslogtreecommitdiff
path: root/sys/netgraph/netflow
Commit message (Expand)AuthorAgeFilesLines
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-015-24/+10
* Use callout_func_t instead of the deprecated timeout_t.John Baldwin2019-12-101-1/+1
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-276-0/+12
* Fix style(9).Jung-uk Kim2016-05-261-2/+4
* Use bit_count(3) instead of four bitcount32() calls.Jung-uk Kim2016-05-261-18/+17
* sys/netgraph: spelling fixes in comments.Pedro F. Giffuni2016-04-292-2/+2
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-013-0/+5
* Make ng_netflow(9) use new routing KPI.Alexander V. Chernikov2016-01-141-39/+61
* Remove sys/eventhandler.h from net/route.hAlexander V. Chernikov2016-01-093-0/+3
* Do not use 'struct route_in6' inside hash6_insert().Alexander V. Chernikov2016-01-071-19/+13
* Fix route lookup condition: do IPv6 route lookup for source based onAlexander V. Chernikov2016-01-041-1/+1
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Fix !INET6 build for various platforms.Xin LI2014-01-021-0/+2
* - Use counter(9) for node stats updated at a high rate.Gleb Smirnoff2014-01-014-131/+135
* In sys/netgraph/netflow, use __FBSDID() instead of old-style rcs_id[].Dimitry Andric2013-12-293-6/+6
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Make default cache size more modern.Gleb Smirnoff2013-09-041-1/+1
* Attempt to clean up spacing and long lines.Gleb Smirnoff2013-04-121-98/+112
* Return ENOMEM if malloc() fails.Gleb Smirnoff2013-03-261-1/+1
* Cleanup: wrap long lines, cleanup comments, etc.Gleb Smirnoff2013-03-262-113/+141
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-052-2/+2
* Add NG_NETFLOW_V9INFO_TYPE command to be able to request netflowv9-specificAlexander V. Chernikov2012-10-113-0/+56
* Fix typo: s/unknow/unknownKevin Lo2012-10-091-1/+1
* Make radix lookup on src and dst flow addresses optionalAlexander V. Chernikov2012-06-183-92/+113
* Simplify IP pointer recovery in case of mbuf reallocation.Alexander V. Chernikov2012-06-181-53/+15
* Use time_uptime instead of getnanotime for accouting integer number of seconds.Alexander V. Chernikov2012-06-161-6/+4
* Set netflow v9 observation domain value to fib number instead of node id.Alexander V. Chernikov2012-06-161-1/+1
* Fix improper L4 header handling for IPv6 packets passed via DLT_RAW.Alexander V. Chernikov2012-06-161-1/+1
* Use rt_numfibs variable instead of compile-time RT_NUMFIBS.Alexander V. Chernikov2012-03-133-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