NetBSD/sys/net/npf
2020-02-12 01:34:55 +00:00
..
files.npf NPF improvements: 2019-07-23 00:52:01 +00:00
if_npflog.c NPF: Major rework -- migrate NPF to the libnv library. 2018-09-29 14:41:35 +00:00
if_npflog.h NPF: Major rework -- migrate NPF to the libnv library. 2018-09-29 14:41:35 +00:00
lpm.c Avoid LOCKDEBUG pserialize panic by implementing suggestion #1 from 2019-06-12 14:36:32 +00:00
lpm.h Avoid LOCKDEBUG pserialize panic by implementing suggestion #1 from 2019-06-12 14:36:32 +00:00
Makefile
npf_alg_icmp.c NPF improvements: 2019-07-23 00:52:01 +00:00
npf_alg.c - npfctl_load_nvlist: simplify the config loading logic. 2019-08-25 13:21:03 +00:00
npf_bpf.c NPF: Major rework -- migrate NPF to the libnv library. 2018-09-29 14:41:35 +00:00
npf_conf.c - npfctl_load_nvlist: simplify the config loading logic. 2019-08-25 13:21:03 +00:00
npf_conn.c NPF ifmap: rework and fix a few small bugs. 2019-09-29 17:00:29 +00:00
npf_conn.h Adjust some internal NPF APIs: 2019-08-11 20:26:33 +00:00
npf_conndb.c Skip npf_config_sync if nothing to do. 2019-12-14 15:21:51 +00:00
npf_connkey.c NPF improvements: 2019-07-23 00:52:01 +00:00
npf_ctl.c libnpf/npfctl: support dynamic NAT rulesets using a name prefix. 2019-09-30 00:37:11 +00:00
npf_ext_log.c Adopt <net/if_stats.h>. 2020-01-29 04:28:27 +00:00
npf_ext_normalize.c NPF: Major rework -- migrate NPF to the libnv library. 2018-09-29 14:41:35 +00:00
npf_ext_rndblock.c NPF: Major rework -- migrate NPF to the libnv library. 2018-09-29 14:41:35 +00:00
npf_handler.c - npfctl_load_nvlist: simplify the config loading logic. 2019-08-25 13:21:03 +00:00
npf_if.c npf_ifmap_copylogname: be more defensive. 2019-09-30 22:04:33 +00:00
npf_ifaddr.c - npfctl_load_nvlist: simplify the config loading logic. 2019-08-25 13:21:03 +00:00
npf_impl.h NPF ifmap: rework and fix a few small bugs. 2019-09-29 17:00:29 +00:00
npf_inet.c Adjust some internal NPF APIs: 2019-08-11 20:26:33 +00:00
npf_mbuf.c Cast m_mbuflen() result to "size_t". It could also be "u_int" since it is 2019-09-26 18:44:45 +00:00
npf_nat.c - npfctl_load_nvlist: simplify the config loading logic. 2019-08-25 13:21:03 +00:00
npf_os.c ake npfctl_switch() and pfil private to OS-specific module. 2019-08-25 17:38:25 +00:00
npf_params.c Adjust some internal NPF APIs: 2019-08-11 20:26:33 +00:00
npf_portmap.c Adjust some internal NPF APIs: 2019-08-11 20:26:33 +00:00
npf_rproc.c NPF improvements: 2019-07-23 00:52:01 +00:00
npf_ruleset.c PR/54950: Lloyd Parkes: Avoid NULL deref. 2020-02-12 01:34:55 +00:00
npf_sendpkt.c npf_return_tcp: fix no-INET6 case. 2018-09-29 18:00:35 +00:00
npf_state_tcp.c NPF improvements: 2019-07-23 00:52:01 +00:00
npf_state.c NPF improvements: 2019-07-23 00:52:01 +00:00
npf_tableset.c npfkern/libnpf: Add support for the table replace/swap operation. 2019-08-21 21:45:47 +00:00
npf_worker.c Adjust some internal NPF APIs: 2019-08-11 20:26:33 +00:00
npf.c Use percpu_foreach_xcall() to gather volatile per-cpu counters. These 2020-02-07 12:35:33 +00:00
npf.h Move PACKET_TAG_NPF where it belongs to. 2019-08-25 16:38:20 +00:00
npfkern.h Adjust some internal NPF APIs: 2019-08-11 20:26:33 +00:00
README NPF: Major rework -- migrate NPF to the libnv library. 2018-09-29 14:41:35 +00:00

The NPF project upstream repository: https://github.com/rmind/npf/
Please submit the pull requests to the upstream when possible.