summaryrefslogtreecommitdiff
path: root/sys/net/if_pflow.h
AgeCommit message (Expand)Author
2023-12-16Rework pflowioctl() lock dances.Vitaliy Makkoveev
2023-12-12Turn `pflowstats' statistics counters into per-CPU counters to make themVitaliy Makkoveev
2023-12-11Turn `pflow_softc' list into SMR list.Vitaliy Makkoveev
2023-12-08Introduce `sc_mtx' mutex(9) to protect the most of pflow_softcVitaliy Makkoveev
2022-11-23Make `so' dereference safe within pflow_output_process().Vitaliy Makkoveev
2022-08-12Remove unused fields from 'pflow_softc' structure.Vitaliy Makkoveev
2017-05-31Use mbuf_queue to properly serialize access to pflow output queue.Visa Hankala
2017-05-27move sending of pflow packet into a task, seperated from the dataSebastian Benoit
2017-01-24A space here, a space there. Soon we're talking real whitespaceKenneth R Westerback
2015-10-03IPv6 transport for pflow data.Florian Obser
2015-07-20Use the kernel socket interface (sosend(9) etc) instead of shovingFlorian Obser
2014-08-13Bring IPFIX sequence numbers in line with the RFC; originalBret Lambert
2014-03-29Kill pflowproto 9, it's unfixable post 2038, a better, standardizedFlorian Obser
2014-01-20tedu unused declaration. ok florian@Sebastian Benoit
2013-08-13Split pflow version 9 and version 10 to be able to send 64 bitFlorian Obser
2013-05-03Export ingress/egress interface index in pflow(4).Florian Obser
2013-02-05netflow v10 omitted the sysUpTime flow set header field fromFlorian Obser
2012-02-02add netflow v9/ipfix support to pflow(4).Sebastian Benoit
2009-02-27fix mbuf problems and simplify code, well spotted and input byJoerg Goltermann
2009-01-03sync flow sequence ids on all used pflow interfaces.Joerg Goltermann
2008-10-28add support for multiple pflow(4) interfacesJoerg Goltermann
2008-09-16netstat statistics for pflow(4) via pseudo familyJoerg Goltermann
2008-09-09welcome pflow(4), a netflow v5 compatible flow export interface.Henning Brauer