summaryrefslogtreecommitdiff
path: root/sys/netgraph/netflow/netflow.c
AgeCommit message (Expand)Author
2025-10-06mtx: rename MTX_CONTESTED to MTX_WAITERSMateusz Guzik
2024-11-29tcp: extend the use of the th_flags accessor functionRichard Scheffenegger
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-01-31IfAPI: Explicitly include <net/if_private.h> in netstackJustin Hibbits
2022-04-07ng_netflow: Remove unused variable.John Baldwin
2021-08-22routing: Allow using IPv6 next-hops for IPv4 routes (RFC 5549).Zhenlei Huang
2021-06-06Make LINT NOINET and NOIP kernel builds warning free.Bjoern A. Zeeb
2021-05-30[netflow] fix gateway reporting in ng_netflowAlexander V. Chernikov
2020-12-26Use light-weight versions of routing lookup functions in ng_netflow.Alexander V. Chernikov
2020-09-01net: clean up empty lines in .c and .h filesMateusz Guzik
2017-11-27sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-05-26Fix style(9).Jung-uk Kim
2016-05-26Use bit_count(3) instead of four bitcount32() calls.Jung-uk Kim
2016-02-01These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff
2016-01-14Make ng_netflow(9) use new routing KPI.Alexander V. Chernikov
2016-01-09Remove sys/eventhandler.h from net/route.hAlexander V. Chernikov
2016-01-07Do not use 'struct route_in6' inside hash6_insert().Alexander V. Chernikov
2016-01-04Fix route lookup condition: do IPv6 route lookup for source based onAlexander V. Chernikov
2014-01-02Fix !INET6 build for various platforms.Xin LI
2014-01-01- Use counter(9) for node stats updated at a high rate.Gleb Smirnoff
2013-12-29In sys/netgraph/netflow, use __FBSDID() instead of old-style rcs_id[].Dimitry Andric
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2013-03-26Return ENOMEM if malloc() fails.Gleb Smirnoff
2013-03-26Cleanup: wrap long lines, cleanup comments, etc.Gleb Smirnoff
2012-12-05 Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2012-06-18Make radix lookup on src and dst flow addresses optionalAlexander V. Chernikov
2012-03-13Use rt_numfibs variable instead of compile-time RT_NUMFIBS.Alexander V. Chernikov
2011-07-06Add missing unlocks.Gleb Smirnoff
2011-07-05o Eliminate flow6_hash_entry in favor of flow_hash_entry. We don't needGleb Smirnoff
2011-04-18ng_netflow_cache_init() can be void.Gleb Smirnoff
2011-03-03Unbreak the build for no options INET6.Bjoern A. Zeeb
2011-03-02Add support for NetFlow version 9 into ng_netflow(4) node.Gleb Smirnoff
2010-07-26Zero padding fields of netflow records. This helps to reduceGleb Smirnoff
2008-12-15This main goals of this project are:Qing Li
2008-10-23Fix a number of style issues in the MALLOC / FREE commit. I've tried toDag-Erling Smørgrav
2008-10-23Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav
2008-10-08Add ability to generate egress netflow instead or in addition to ingress.Alexander Motin
2008-05-09Add code to allow the system to handle multiple routing tables.Julian Elischer
2008-02-07Use rtalloc1() instead of rtalloc_ign(). It returns a lockedGleb Smirnoff
2008-01-27Fix memory leak when export hook is not connected.Alexander Motin
2008-01-27Remove one very strange unneded if.Alexander Motin
2007-08-06Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichRobert Watson
2006-10-11Make it buildable.Gleb Smirnoff
2006-10-11Unbreak a short one.Gleb Smirnoff
2006-10-11Break long line.Gleb Smirnoff
2006-10-11Use hash functions with better distribution. Tested on live traffic.Gleb Smirnoff
2006-10-11Use bitcount32() from sys/systm.h instead of my own.Gleb Smirnoff
2006-04-25o Set to zero engine_type, engine_id and pad (cisco calls itMaxim Konovalov
2006-01-12When sending export datagram from interrupt thread, use NG_QUEUEGleb Smirnoff