aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ipfix-export
AgeCommit message (Expand)AuthorFilesLines
2022-10-12misc: fix issues reported by clang-15Damjan Marion1-3/+0
2022-09-09vlib: don't leak node frames on reforkDmitry Valter1-2/+1
2022-06-02ipfix-export: Fix frame leak in flow_report_process_send()Jon Loeliger1-1/+9
2022-03-04ipfix-export: fix the warning message for uninitialized variableMohsin Kazmi1-2/+2
2022-02-16ipfix-export: pass ipv4 addr to format fn for showPaul Atkins1-3/+4
2021-11-29ipfix-export: don't check the result of pool_getPaul Atkins1-2/+0
2021-11-22ipfix-export: support sending of ipv6 pktsPaul Atkins1-62/+176
2021-11-22ipfix-export: Change exp to use ip_addressPaul Atkins4-62/+80
2021-11-22ipfix-export: rename variables when building bufsPaul Atkins1-40/+40
2021-11-22ipfix-export: refactor params to the callback fnsPaul Atkins4-15/+7
2021-11-22ipfix-export: Add APIs to get/send buffersPaul Atkins3-0/+234
2021-11-22ipfix-export: add a new API to dump all exportersPaul Atkins2-1/+86
2021-11-22ipfix-export: support creating multiple exportersPaul Atkins4-45/+169
2021-11-22ipfix-export: refactor ipfix_exporter_t_handler fnPaul Atkins1-34/+34
2021-11-22ipfix-export: pass an exp to flow_report_add_delPaul Atkins5-73/+60
2021-11-22ipfix-export: make stream fns exporter awarePaul Atkins1-18/+11
2021-11-22ipfix-export: refactor fields in flow_report_mainPaul Atkins4-87/+125
2021-11-17ipfix-export: remove unused code in flow_report.hPaul Atkins1-2/+0
2021-11-17ipfix-export: tidy code style in flow_report.cPaul Atkins1-46/+46
2021-11-17ipfix-export: set msg id correctly for dump msgPaul Atkins1-1/+2
2021-10-13docs: convert vpp doc md->rstNathan Skrzypczak2-355/+360
2021-06-21misc: ipfix api cleanupFilip Tehlar2-56/+10
2021-06-07pg: Reduce the inclusion of pg.hNeale Ranns1-1/+0
2021-05-05misc: ipfix process node wait time adjustmentMatthew Smith2-3/+15
2021-05-01vlib: refactor trajectory trace debug featureBenoît Ganne2-4/+0
2020-12-08misc: fix api in ipfix_classify_table_add/detailsAlexander Chernavin2-5/+5
2020-10-21misc: minimize dependencies on udp.hFlorin Coras4-1/+5
2020-10-01misc: allow disabling of ipfix exporter via apiAlexander Chernavin1-7/+1
2020-09-01ip: fix ip zero checksum verificationBenoît Ganne2-3/+3
2020-05-29misc: ipfix-export unformat u16 collector_port fixElias Rudberg1-1/+2
2020-05-16misc: fix typo in set-ipfix-exporter CLI short_helpIgnas Bacius1-1/+1
2020-01-14classify: Reduce the include dependencies on vnet_classify.hNeale Ranns1-0/+1
2019-12-10api: multiple connections per processDave Barach1-1/+1
2019-10-22ip: ipfix-export API updateJakub Grajciar2-22/+38
2019-07-31vppinfra: refactor test_and_set spinlocks to use clib_spinlock_tjaszha031-3/+2
2019-06-24api: implement ipfix_flushPaul Vinciguerra2-3/+38
2019-05-16init / exit function orderingDave Barach1-1/+1
2019-04-19Doxygen cleanup.Dave Wallace1-1/+1
2019-04-08fixing typosJim Thompson1-1/+1
2019-02-09buffers: fix typoDamjan Marion1-1/+1
2019-02-06buffers: make buffer data size configurable from startup configDamjan Marion1-1/+1
2019-01-20buffers: don't init metadata, as it is already initializedDamjan Marion2-8/+1
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach2-5/+5
2018-10-23c11 safe string handling supportDave Barach2-5/+5
2018-10-19vppinfra: add atomic macros for __sync builtinsSirshak Das1-2/+2
2018-05-15Update ipfix documentationDave Barach1-195/+180
2018-05-13Improve ipfix template packet rewrite constructionDave Barach4-10/+127
2018-05-11Add ipfix exporter coding guideDave Barach1-0/+375
2018-05-04Flow: Rename IPFIX exporter.Ole Troan8-0/+2572