summaryrefslogtreecommitdiff
path: root/sys/netgraph/netflow
AgeCommit message (Expand)Author
3 daysng_netflow v9: fix template re-announcement using packet countMarek Zarychta
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-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h 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-13ng_netflow: Move various variables under INET || INET6.John Baldwin
2022-04-07ng_netflow: Remove unused variable.John Baldwin
2022-03-27netgraph(4): Fix a typo in a source code commentGordon Bergling
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
2019-12-10Use callout_func_t instead of the deprecated timeout_t.John Baldwin
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-04-29sys/netgraph: spelling fixes in comments.Pedro F. Giffuni
2016-04-10Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni
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
2015-05-22CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim
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-09-04Make default cache size more modern.Gleb Smirnoff
2013-04-12Attempt to clean up spacing and long lines.Gleb 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-10-11Add NG_NETFLOW_V9INFO_TYPE command to be able to request netflowv9-specificAlexander V. Chernikov
2012-10-09Fix typo: s/unknow/unknownKevin Lo
2012-06-18Make radix lookup on src and dst flow addresses optionalAlexander V. Chernikov
2012-06-18Simplify IP pointer recovery in case of mbuf reallocation.Alexander V. Chernikov
2012-06-16Use time_uptime instead of getnanotime for accouting integer number of seconds.Alexander V. Chernikov
2012-06-16Set netflow v9 observation domain value to fib number instead of node id.Alexander V. Chernikov
2012-06-16Fix improper L4 header handling for IPv6 packets passed via DLT_RAW.Alexander 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-07-01Fix double free.Gleb Smirnoff
2011-04-18ng_netflow_cache_init() can be void.Gleb Smirnoff
2011-04-18Node constructor methods are supposed to be called in syscallGleb Smirnoff