summaryrefslogtreecommitdiff
path: root/sys/netpfil/ipfw/nptv6/nptv6.c
Commit message (Expand)AuthorAgeFilesLines
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Use epoch(9) directly instead of obsoleted KPI.Gleb Smirnoff2019-10-141-2/+3
* Reimplement how net.inet.ip.fw.dyn_keep_states works.Andrey V. Elsukov2018-12-041-0/+1
* Add ability to use dynamic external prefix in ipfw_nptv6 module.Andrey V. Elsukov2018-11-121-13/+164
* Use the new VNET_DEFINE_STATIC macro when we are defining static VNETAndrew Turner2018-07-241-1/+1
* Do not acquire IPFW_WLOCK when a named object is created and destroyed.Andrey V. Elsukov2017-09-201-5/+0
* Fix IPv6 extension header parsing. The length field doesn't include theAndrey V. Elsukov2017-06-291-1/+1
* Fix NPTv6 rule counters when one_pass is not enabled.Andrey V. Elsukov2017-03-011-14/+16
* Add `stats reset` command implementation to NPTv6 moduleAndrey V. Elsukov2016-08-131-0/+36
* Add ipfw_nptv6 module that implements Network Prefix Translation for IPv6Andrey V. Elsukov2016-07-181-0/+856