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_pflog.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Link pflog(4) instances to `pflog_ifs' list instead of allocating
mvs
2021-01-13
1
-3
/
+5
*
All users of the PFLOG_PACKET() macro are inside "#if NPFLOG > 0".
bluhm
2018-04-06
1
-6
/
+1
*
Remove list member now that the global list is gone.
mpi
2017-05-16
1
-2
/
+1
*
change log(matches) semantics slightly to make it more useful. since it
henning
2015-02-12
1
-3
/
+3
*
tedu bpf_mtap_pflog().
henning
2014-07-09
1
-3
/
+1
*
Protect various driver descriptors by _KERNEL to stop exposing to much
mpi
2013-06-25
1
-7
/
+8
*
there was a limit on the number of pflog interfaces - 16. remove that.
henning
2012-07-08
1
-3
/
+1
*
Since the IPv6 madness is not enough introduce NAT64 -- which is actually
claudio
2011-10-13
1
-2
/
+3
*
As requested by henning, move the mbuf pointer into struct pf_pdesc.
bluhm
2011-09-28
1
-3
/
+3
*
Put kif and dir into pdesc an use this instead of passing the values
bluhm
2011-09-20
1
-3
/
+3
*
reduce kernel compile time dramatically
henning
2011-07-03
1
-3
/
+3
*
Do not pass AF specific information to pf_test_rule() and PFLOG_PACKET()
claudio
2011-05-22
1
-3
/
+3
*
aye. that should not have been forgotten. add the rewritten indicator
henning
2010-09-21
1
-2
/
+3
*
pflog overhaul
henning
2010-09-21
1
-3
/
+11
*
bye bye DLT_OLD_PFLOG & friends. dead since 2003. 7 years oughta be enough
henning
2010-06-26
1
-12
/
+1
*
allow up to 16 pflog interfaces, ok mcbride
henning
2006-10-25
1
-2
/
+2
*
make the pflog interface clonable.
henning
2006-10-23
1
-2
/
+6
*
log two pairs of uid/pid through pflog: the uid/pid of the process that
dhartmei
2005-05-27
1
-3
/
+7
*
Allow recursive anchors (anchors within anchors, up to 64
dhartmei
2004-05-19
1
-6
/
+3
*
remove trailing ';' in PFLOG_REAL_HDRLEN definition. ok dhartmei@ mcbride@
frantzen
2004-03-19
1
-2
/
+2
*
Adjust pflog after recent byte order changes, fixes the 'truncated-ip'
dhartmei
2003-07-15
1
-13
/
+2
*
Use official (from pcap people) link type for pflog.
canacar
2003-05-14
1
-7
/
+29
*
keep all pflog goodies in pflog sources, avoids code duplications; okski frantzen@ and dhartmei@
mickey
2002-10-29
1
-2
/
+20
*
fix the endif comment
mickey
2001-11-08
1
-3
/
+3
*
clean up copyright
provos
2001-06-26
1
-30
/
+21
*
use reasons in pull_hdr, default log if pull_hdr fails. okay deraadt@
provos
2001-06-26
1
-2
/
+2
*
add a subreason to the link header to allow us to determine why a packet was
provos
2001-06-26
1
-4
/
+5
*
extend the logging via a new link header type. export interface, direction,
provos
2001-06-25
1
-3
/
+7
*
first stab at packet logging for pf. inspired by late night dreams of art.
provos
2001-06-25
1
-0
/
+50