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_pflog.c
Age
Commit message (
Expand
)
Author
2007-12-20
return with ENOTTY instead of EINVAL for unknown ioctl requests.
Brad Smith
2007-10-18
There is no point for IP addresses on pflog(4)
Marco Pfatschbacher
2007-09-16
another M_ZERO diff.
Pierre-Yves Ritschard
2007-05-26
one extern seems to be better than 20 for ifqmaxlen; ok krw
Jason Wright
2007-03-19
no longer create a pflog0 by default.
Henning Brauer
2006-12-15
make pflog(4) count; ok hennig@ deraadt@
Otto Moerbeek
2006-11-01
Attach pfsync0 and pflog0 by default like they used to, /etc/rc depends on
Ryan Thomas McBride
2006-10-25
add a "u_int8_t logif" to struct pfrule to select to which pflog interface
Henning Brauer
2006-10-23
make the pflog interface clonable.
Henning Brauer
2006-06-28
Another unused function bites the dust -- this time pflogrtrequest(). OK markus@
Claudio Jeker
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2006-03-04
With the exception of two other small uncommited diffs this moves
Brad Smith
2005-07-31
Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chain
Christopher Pascoe
2005-05-27
pass UID_MAX/NO_PID when the socket lookup failed, so tcpdump can
Daniel Hartmeier
2005-05-27
log two pairs of uid/pid through pflog: the uid/pid of the process that
Daniel Hartmeier
2004-05-19
Allow recursive anchors (anchors within anchors, up to 64
Daniel Hartmeier
2003-12-31
Many improvements to the handling of interfaces in PF.
Cedric Berger
2003-10-01
Fix stack leak into pfloghdr (the pad field is not initialized),
Can Erkin Acar
2003-05-14
Use official (from pcap people) link type for pflog.
Can Erkin Acar
2003-05-03
string fixes; tedu ok
Theo de Raadt
2002-10-29
keep all pflog goodies in pflog sources, avoids code duplications; okski fran...
Michael Shalayeff
2002-06-30
allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always know
Jun-ichiro itojun Hagino
2002-05-29
attach nd_ifinfo structure to if_afdata.
Jun-ichiro itojun Hagino
2001-06-27
KNF
Niels Provos
2001-06-25
extend the logging via a new link header type. export interface, direction,
Niels Provos
2001-06-25
ANSIfy
Artur Grabowski
2001-06-25
first stab at packet logging for pf. inspired by late night dreams of art.
Niels Provos