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.c
Age
Commit message (
Expand
)
Author
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-18
resolve compiler warnings, from Pyun YongHyeon, ok cedric@, mcbride@
Daniel Hartmeier
2003-12-16
Don't do all the heavy pfsync processing if there are no bpf listeners
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
Return proper anchor rule number in correct byte order.
Daniel Hartmeier
2003-06-21
count packets and bidirectionally on state entries, allowing for fine-grained
Damien Miller
2003-05-03
string fixes; tedu ok
Theo de Raadt
2002-12-23
no need to htons the port, it's already in net order, since we swapped it bac...
Michael Shalayeff
2002-12-20
replace struct assignment w/ bcopy w/ help and testing of millert@; henning@ ...
Michael Shalayeff
2002-12-03
no need to mh_align (while it's wrong), cleaner mtu setting; dhartmei@ ok
Michael Shalayeff
2002-11-29
expose state table changes
Michael Shalayeff