NetBSD/sys/arch/amd64
rmind 2e6f2099c6 Import NPF - a packet filter. Some features:
- Designed to be fully MP-safe and highly efficient.

- Tables/IP sets (hash or red-black tree) for high performance lookups.

- Stateful filtering and Network Address Port Translation (NAPT).
  Framework for application level gateways (ALGs).

- Packet inspection engine called n-code processor - inspired by BPF -
  supporting generic RISC-like and specific CISC-like instructions for
  common patterns (e.g. IPv4 address matching).  See npf_ncode(9) manual.

- Convenient userland utility npfctl(8) with npf.conf(8).

NOTE: This is not yet a fully capable alternative to PF or IPFilter.
Further work (support for binat/rdr, return-rst/return-icmp, common ALGs,
state saving/restoring, logging, etc) is in progress.

Thanks a lot to Matt Thomas for various useful comments and code review.
Aye by: board@
2010-08-22 18:56:18 +00:00
..
acpi Add definition for WAKEUP_vesa_modenum 2009-08-24 22:06:50 +00:00
amd64 Fix several panics that can be caused by applications using 2010-08-08 18:13:54 +00:00
compile
conf Import NPF - a packet filter. Some features: 2010-08-22 18:56:18 +00:00
include Add support for fenv.h interface for i386 and amd64. 2010-07-31 21:47:52 +00:00
Makefile Fix 'tags' target. 2010-04-28 20:22:46 +00:00