NetBSD/sys/net/npf
jakllsch 2f89c03432 Add ability to have mbufs disappear (to another interface) during
npf_rproc_run().  For upcoming npf_ext_route extension.

Guidance and ok by rmind@.
2014-05-19 18:45:51 +00:00
..
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
files.npf NPF: add support for specifying the interfaces before they are attached. 2013-11-08 00:38:26 +00:00
if_npflog.c add missing argument 2013-03-13 13:15:47 +00:00
npf.c Change (mostly mechanically) every cdevsw/bdevsw I can find to use 2014-03-16 05:20:22 +00:00
npf.h Add ability to have mbufs disappear (to another interface) during 2014-05-19 18:45:51 +00:00
npf_alg.c npf_alg_session: fix inverted logic in the previous commit. 2014-02-17 02:38:46 +00:00
npf_alg_icmp.c NPF: fix the recent breakage of the traceroute ALG. Also, simplify and 2014-02-19 03:51:31 +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 Add support for CDB based NPF tables. 2014-02-06 02:51:28 +00:00
npf_ext_log.c Add ability to have mbufs disappear (to another interface) during 2014-05-19 18:45:51 +00:00
npf_ext_normalize.c Add ability to have mbufs disappear (to another interface) during 2014-05-19 18:45:51 +00:00
npf_ext_rndblock.c Add ability to have mbufs disappear (to another interface) during 2014-05-19 18:45:51 +00:00
npf_handler.c Add ability to have mbufs disappear (to another interface) during 2014-05-19 18:45:51 +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 Add ability to have mbufs disappear (to another interface) during 2014-05-19 18:45:51 +00:00
npf_inet.c NPF: fix the recent breakage of the traceroute ALG. Also, simplify and 2014-02-19 03:51:31 +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: add support for "stateful-ends". 2014-03-14 11:29:44 +00:00
npf_rproc.c Add ability to have mbufs disappear (to another interface) during 2014-05-19 18:45:51 +00:00
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: 2013-02-09 03:35:31 +00:00
npf_session.c npf_session_inspect: do not silently drop the packet on state check failure. 2014-05-14 20:35:27 +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_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_tableset.c Add support for CDB based NPF tables. 2014-02-06 02:51:28 +00:00
npf_tableset_ptree.c - Rework NPF tables and fix support for IPv6. Implement tree table type 2012-07-15 00:22:58 +00:00
npf_worker.c - NPF connection tracking: rework synchronisation on tracking disable/enable 2013-06-02 02:20:04 +00:00