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.c
Age
Commit message (
Expand
)
Author
2013-08-10
Cancel timeouts on pflow interface destruction.
Florian Obser
2013-07-05
bring back pflow v10; broken in previous commit, sorry.
Florian Obser
2013-05-31
export the original aka untranslated address for af-to in pflow
Florian Obser
2013-05-30
export the original aka untranslated address in pflow
Sebastian Benoit
2013-05-03
Export ingress/egress interface index in pflow(4).
Florian Obser
2013-04-10
Remove various external variable declaration from sources files and
Martin Pieuchot
2013-03-28
code that calls timeout functions should include timeout.h
Ted Unangst
2013-03-28
no need for a lot of code to include proc.h
Ted Unangst
2013-03-26
Remove various read-only *maxlen variables and use IFQ_MAXLEN directly.
Martin Pieuchot
2013-02-05
netflow v10 omitted the sysUpTime flow set header field from
Florian Obser
2013-01-16
switch from using softclock ticks to getnanotime when putting time on the
David Gwynne
2012-11-08
wrap bpfilter portion with #if NBPFILTER > 0.
Gleydson Soares
2012-10-30
Use time_uptime for expiration values as time_second can be skewed at
Florian Obser
2012-04-11
fix all the suser calls which pass an incorrect p_acflag argument;
Mike Belopuhov
2012-02-02
add netflow v9/ipfix support to pflow(4).
Sebastian Benoit
2011-11-25
use time_uptime to set state creation values as time_second can be
David Gwynne
2011-07-09
honor the net.inet.udp.checksum setting.
David Hill
2011-07-06
cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhm
Henning Brauer
2011-04-05
mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT
Henning Brauer
2010-07-02
m_copyback can fail to allocate memory, but is a void fucntion so gymnastics
Bret Lambert
2010-04-20
remove proc.h include from uvm_map.h. This has far reaching effects, as
Ted Unangst
2010-01-12
Remove bpfdetach() call right in front of the if_detach() call since
Claudio Jeker
2009-06-17
fix flow data values: first and last time, found by f-kons at yandex ru
Joerg Goltermann
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-11-26
dont have bpf.h expose the kernel ticks variable wherever it is includeing.
David Gwynne
2008-10-28
add support for multiple pflow(4) interfaces
Joerg Goltermann
2008-10-21
add bpf/tcpdump support to pflow(4)
Joerg Goltermann
2008-09-17
Solve m_free problem with a not correctly configured pflow interface
Joerg Goltermann
2008-09-17
fix whitespaces
Joerg Goltermann
2008-09-16
netstat statistics for pflow(4) via pseudo family
Joerg Goltermann
2008-09-16
fix whitespace/tab typos
Joerg Goltermann
2008-09-09
welcome pflow(4), a netflow v5 compatible flow export interface.
Henning Brauer