summaryrefslogtreecommitdiff
path: root/sys/net/if_pfsync.c
AgeCommit message (Expand)Author
2003-12-31Many improvements to the handling of interfaces in PF.Cedric Berger
2003-12-28Add a new PFSYNC_ACT_UREQ message type.Ryan Thomas McBride
2003-12-18resolve compiler warnings, from Pyun YongHyeon, ok cedric@, mcbride@Daniel Hartmeier
2003-12-16Don't do all the heavy pfsync processing if there are no bpf listenersRyan Thomas McBride
2003-12-15sc_sp is a #define on some architectures, use a different nameTheo de Raadt
2003-12-15Fix whitespace screwups before henning wakes up.Ryan Thomas McBride
2003-12-15Add initial support for pf state synchronization over the network.Ryan Thomas McBride
2003-11-08Return proper anchor rule number in correct byte order.Daniel Hartmeier
2003-06-21count packets and bidirectionally on state entries, allowing for fine-grainedDamien Miller
2003-05-03string fixes; tedu okTheo de Raadt
2002-12-23no need to htons the port, it's already in net order, since we swapped it bac...Michael Shalayeff
2002-12-20replace struct assignment w/ bcopy w/ help and testing of millert@; henning@ ...Michael Shalayeff
2002-12-03no need to mh_align (while it's wrong), cleaner mtu setting; dhartmei@ okMichael Shalayeff
2002-11-29expose state table changesMichael Shalayeff