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_pfsync.h
Age
Commit message (
Expand
)
Author
2005-11-04
crank pf_state and pf_src_node byte and packet counters to u_in64_t, since
Ryan Thomas McBride
2005-10-27
Basic support for attaching states from pfsync to the correct rules.
Ryan Thomas McBride
2005-09-28
Improve the safety of pf IOCTLs, taking into account that some paths can sleep.
Christopher Pascoe
2005-08-16
Only send the PFSS_TIMESTAMP timestamp bit across the wire, in case we
Christopher Pascoe
2005-08-16
Synchronise timestamp modulation and scrubbing min ttl information.
Christopher Pascoe
2005-08-13
Partial backout of previous revision, reinstates the ability to propagate
Christopher Pascoe
2005-08-03
Do not send "deletion" messages for states created by other pfsync peers when
Christopher Pascoe
2005-08-03
use flag macro instead of constant
Christopher Pascoe
2005-05-28
Add SA replay counter synchronization to pfsync(4). Required for IPsec
Hakan Olsson
2005-01-20
Use syncdev instead of syncif in ifconfig, and modify ioctl struct pfsyncreq
Ryan Thomas McBride
2004-12-14
move the ioctls w/ all the other ifaces; mcbride@ ok
Michael Shalayeff
2004-11-16
Fix for PR3983
Ryan Thomas McBride
2004-08-03
Allow a unicast ip address to be specified for pfsync to send it's state
Ryan Thomas McBride
2004-07-13
spelling; dlg
Theo de Raadt
2004-04-28
pfsync stats fixups:
Ryan Thomas McBride
2004-03-22
Support for best effort bulk transfers of states when pfsync syncif is
Ryan Thomas McBride
2004-02-20
Make pfsync deal with clearing states bound to a group or interface (eg
Ryan Thomas McBride
2004-02-10
Make pfsync work correctly with IP options on 64-bit alignment
Ryan Thomas McBride
2004-01-22
- Include the value of pf_state.timeout in pfsync messages
Ryan Thomas McBride
2004-01-18
Port is already stored in network byte order, no need to convert.
Ryan Thomas McBride
2003-12-31
Many improvements to the handling of interfaces in PF.
Cedric Berger
2003-12-28
Add a new PFSYNC_ACT_UREQ message type.
Ryan Thomas McBride
2003-12-15
sc_sp is a #define on some architectures, use a different name
Theo de Raadt
2003-12-15
Fix whitespace screwups before henning wakes up.
Ryan Thomas McBride
2003-12-15
Add initial support for pf state synchronization over the network.
Ryan Thomas McBride
2003-11-08
Add 'no-sync' state option to prevent state transition messages for states
Ryan Thomas McBride
2002-12-11
unpee
Michael Shalayeff
2002-11-29
expose state table changes
Michael Shalayeff