summaryrefslogtreecommitdiff
path: root/sys/net/npf/npf_alg_icmp.c
AgeCommit message (Expand)Author
2020-05-30Major NPF improvements (merge from upstream):rmind
2019-07-23NPF improvements:rmind
2018-09-29NPF: Major rework -- migrate NPF to the libnv library.rmind
2018-03-23In addition to checking L4 in the cache, here we also need to check themaxv
2018-03-22Ah, fix compilation. I tested my previous change by loading the kernelmaxv
2018-03-22Change npf_cache_all so that it ensures the potential ICMP Query Id is inmaxv
2018-03-22Fix use-after-free.maxv
2018-03-12Remove dead branches, 'npc' can't be NULL (and it is dereferencedmaxv
2017-12-10- npf_cop_table: handle non-IP packets in the ether (fixes PR/52290).rmind
2016-12-26Sync NPF with the version on github: backport standalone NPF changes,christos
2014-07-20NPF: add nbuf_t * into npf_cache_t and remove unnecessary carrying by argument.rmind
2014-07-19NPF: partially rewrite the connection tracking mechanism:rmind
2014-06-08fix typo in commentspz
2014-02-19NPF: fix the recent breakage of the traceroute ALG. Also, simplify andrmind
2014-02-16NPF: pass ALG functions via npfa_funcs_t structure.rmind
2013-12-06NPF:rmind
2013-06-02- NPF connection tracking: rework synchronisation on tracking disable/enablermind
2013-03-20Make ALG's autoloadable by providing in the config file:christos
2013-02-09NPF:rmind
2012-12-24- Rework NPF's nbuf interface: use advancing and ensuring as a main method.rmind
2012-09-16npf_icmp_uniqid: split into npf_icmp_uniqid4() and npf_icmp_uniqid6() parts.rmind
2012-09-10npf_icmp_uniqid: inspect the correct npc_info for IPv4/v6.rmind
2012-07-19teach npf ipv6-icmpspz
2012-07-15- Rework NPF tables and fix support for IPv6. Implement tree table typermind
2012-02-20- Add NPF_DECISION_BLOCK and NPF_DECISION_PASS. Be more defensive in thermind
2011-11-29- Rework and improve TCP state tracking.rmind
2011-11-04Add IPv6 support for NPF.zoltan
2011-01-18NPF checkpoint:rmind
2010-12-18NPF checkpoint:rmind
2010-11-11NPF checkpoint:rmind
2010-09-25Add nbuf_advfetch() and simplify some code slightly.rmind
2010-09-16NPF checkpoint:rmind
2010-08-22Import NPF - a packet filter. Some features:rmind