NetBSD/sys/net/npf
rmind 8a8347bd05 NPF:
- Adjust NAT to not assume flow direction in some cases and thus support
  less usual setups which are possible when using 'map' with a custom
  filter criteria.
- Introduce NPF_SRC/NPF_DST and replace npc_src/npc_dst with npc_ips[2]
  for more convenient handling.
- ICMP ALG: restrict matching only to the outgoing traffic, but be more
  direction-agnostic elsewhere.
2013-12-06 01:33:37 +00:00
..
files.npf NPF: add support for specifying the interfaces before they are attached. 2013-11-08 00:38:26 +00:00
if_npflog.c
Makefile NPF: G/C n-code in favour of BPF byte-code. Delete lots of code, mmm! 2013-09-19 01:49:07 +00:00
npf_alg_icmp.c NPF: 2013-12-06 01:33:37 +00:00
npf_alg.c NPF: 2013-12-06 01:33:37 +00:00
npf_bpf.c NPF: 2013-12-06 01:33:37 +00:00
npf_conf.c Add npf_tableset_syncdict() to sync the table IDs in the proplib dictionary, 2013-11-22 00:25:51 +00:00
npf_ctl.c NPF: add support for table naming and remove NPF_TABLE_SLOTS (there is 2013-11-12 00:46:34 +00:00
npf_ext_log.c
npf_ext_normalize.c
npf_ext_rndblock.c
npf_handler.c NPF: add support for specifying the interfaces before they are attached. 2013-11-08 00:38:26 +00:00
npf_if.c Add missing [0] (check for unused entries) when matching interface 2013-11-11 15:28:37 +00:00
npf_impl.h NPF: 2013-12-06 01:33:37 +00:00
npf_inet.c NPF: 2013-12-06 01:33:37 +00:00
npf_mbuf.c NPF: add support for specifying the interfaces before they are attached. 2013-11-08 00:38:26 +00:00
npf_nat.c NPF: 2013-12-06 01:33:37 +00:00
npf_rproc.c
npf_ruleset.c - npf_do_nat: fix a race condition and simplify the logic. 2013-12-04 01:38:49 +00:00
npf_sendpkt.c
npf_session.c NPF: 2013-12-06 01:33:37 +00:00
npf_state_tcp.c npf_generic_fsm and npf_tcp_fsm: use uint8_t and make the arrays more dense. 2013-11-04 22:17:21 +00:00
npf_state.c npf_generic_fsm and npf_tcp_fsm: use uint8_t and make the arrays more dense. 2013-11-04 22:17:21 +00:00
npf_tableset_ptree.c
npf_tableset.c Add npf_tableset_syncdict() to sync the table IDs in the proplib dictionary, 2013-11-22 00:25:51 +00:00
npf_worker.c
npf.c NPF: add support for specifying the interfaces before they are attached. 2013-11-08 00:38:26 +00:00
npf.h NPF: 2013-12-06 01:33:37 +00:00