index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
net
/
if_pflow.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix all the suser calls which pass an incorrect p_acflag argument;
mikeb
2012-04-11
1
-2
/
+2
*
add netflow v9/ipfix support to pflow(4).
benno
2012-02-02
1
-44
/
+611
*
use time_uptime to set state creation values as time_second can be
dlg
2011-11-25
1
-2
/
+2
*
honor the net.inet.udp.checksum setting.
dhill
2011-07-09
1
-5
/
+11
*
cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhm
henning
2011-07-06
1
-2
/
+2
*
mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT
henning
2011-04-05
1
-2
/
+2
*
m_copyback can fail to allocate memory, but is a void fucntion so gymnastics
blambert
2010-07-02
1
-3
/
+3
*
remove proc.h include from uvm_map.h. This has far reaching effects, as
tedu
2010-04-20
1
-1
/
+3
*
Remove bpfdetach() call right in front of the if_detach() call since
claudio
2010-01-12
1
-4
/
+1
*
fix flow data values: first and last time, found by f-kons at yandex ru
gollo
2009-06-17
1
-3
/
+7
*
fix mbuf problems and simplify code, well spotted and input by
gollo
2009-02-27
1
-112
/
+73
*
sync flow sequence ids on all used pflow interfaces.
gollo
2009-01-03
1
-7
/
+11
*
dont have bpf.h expose the kernel ticks variable wherever it is includeing.
dlg
2008-11-26
1
-1
/
+4
*
add support for multiple pflow(4) interfaces
gollo
2008-10-28
1
-30
/
+38
*
add bpf/tcpdump support to pflow(4)
gollo
2008-10-21
1
-20
/
+26
*
Solve m_free problem with a not correctly configured pflow interface
gollo
2008-09-17
1
-8
/
+6
*
fix whitespaces
gollo
2008-09-17
1
-3
/
+3
*
netstat statistics for pflow(4) via pseudo family
gollo
2008-09-16
1
-1
/
+20
*
fix whitespace/tab typos
gollo
2008-09-16
1
-4
/
+4
*
welcome pflow(4), a netflow v5 compatible flow export interface.
henning
2008-09-09
1
-0
/
+622