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