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