NetBSD/sys/net/npf
rmind f938371887 NPF checkpoint:
- Add the concept of rule procedure: separate normalization, logging and
  potentially other functions from the rule structure.  Rule procedure can be
  shared amongst the rules.  Separation is both at kernel level (npf_rproc_t)
  and configuration ("procedure" + "apply").
- Fix portmap sharing for NAT policy.
- Update TCP state tracking logic.  Use TCP FSM definitions.
- Add if_byindex(), OK by matt@.  Use in logging for the lookup.
- Fix traceroute ALG and many other bugs; misc clean-up.
2011-01-18 20:33:45 +00:00
..
Makefile
files.npf NPF checkpoint: 2010-12-18 01:07:25 +00:00
npf.c NPF checkpoint: 2011-01-18 20:33:45 +00:00
npf.h NPF checkpoint: 2011-01-18 20:33:45 +00:00
npf_alg.c NPF checkpoint: 2010-11-11 06:30:39 +00:00
npf_alg_icmp.c NPF checkpoint: 2011-01-18 20:33:45 +00:00
npf_ctl.c NPF checkpoint: 2011-01-18 20:33:45 +00:00
npf_handler.c NPF checkpoint: 2011-01-18 20:33:45 +00:00
npf_impl.h NPF checkpoint: 2011-01-18 20:33:45 +00:00
npf_inet.c NPF checkpoint: 2011-01-18 20:33:45 +00:00
npf_instr.c NPF checkpoint: 2011-01-18 20:33:45 +00:00
npf_log.c NPF checkpoint: 2011-01-18 20:33:45 +00:00
npf_mbuf.c NPF checkpoint: 2011-01-18 20:33:45 +00:00
npf_nat.c NPF checkpoint: 2011-01-18 20:33:45 +00:00
npf_ncode.h NPF checkpoint: 2010-12-18 01:07:25 +00:00
npf_processor.c NPF checkpoint: 2010-12-18 01:07:25 +00:00
npf_ruleset.c NPF checkpoint: 2011-01-18 20:33:45 +00:00
npf_sendpkt.c NPF checkpoint: 2011-01-18 20:33:45 +00:00
npf_session.c NPF checkpoint: 2011-01-18 20:33:45 +00:00
npf_state.c NPF checkpoint: 2011-01-18 20:33:45 +00:00
npf_tableset.c NPF checkpoint: 2010-12-18 01:07:25 +00:00