NetBSD/sys/net/npf
rmind 85c1b3a579 Optimise checksum fixup routines:
- npf_fixup16_cksum: 1's complement sum is endian-independent.
- npf_fixup32_cksum: the first 32->16 bit reduction is not needed.

Pointed out by Valery Ushakov.
2013-11-22 01:48:36 +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
npf.c NPF: add support for specifying the interfaces before they are attached. 2013-11-08 00:38:26 +00:00
npf.h NPF: add support for table naming and remove NPF_TABLE_SLOTS (there is 2013-11-12 00:46:34 +00:00
npf_alg.c
npf_alg_icmp.c
npf_bpf.c NPF: convert to bpf_jit_generate()/bpf_jit_freecode(). 2013-11-16 01:18:58 +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_addr_mix: use xor rather than sum. 2013-11-22 01:24:21 +00:00
npf_inet.c Optimise checksum fixup routines: 2013-11-22 01:48:36 +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_session_setnat: fix the race condition when the old connection is still 2013-10-29 16:39:10 +00:00
npf_rproc.c
npf_ruleset.c NPF: convert to bpf_jit_generate()/bpf_jit_freecode(). 2013-11-16 01:18:58 +00:00
npf_sendpkt.c
npf_session.c npf_addr_mix: use xor rather than sum. 2013-11-22 01:24: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_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 npf_tableset_syncdict() to sync the table IDs in the proplib dictionary, 2013-11-22 00:25:51 +00:00
npf_tableset_ptree.c
npf_worker.c