summaryrefslogtreecommitdiffstats
path: root/sys/netpfil/ipfw/ip_fw_nat.c
Commit message (Expand)AuthorAgeFilesLines
* sys/net*: minor spelling fixes.pfg2016-05-031-1/+1
* Use free_nat_instance() for nat instance deletion.melifaro2015-04-271-10/+14
* Fix memory leak.glebius2015-04-271-0/+2
* Fix IP_FW_NAT44_LIST_NAT size calculation.melifaro2015-02-051-2/+2
* Use ipfw runtime lock only when real modification is required.melifaro2015-01-161-2/+4
* Bump ipfw module version.melifaro2014-10-091-1/+1
* Switch ipfw to use rmlock for runtime locking.melifaro2014-10-041-0/+2
* Make ipfw_nat module use IP_FW3 codes.melifaro2014-09-071-68/+595
* Since ipfw nat configures all options in one step, we should set all bitsae2014-05-181-1/+1
* Define startup order the same way as it is in dummynet.trociny2014-04-261-2/+2
* Revert r260548. We really should not use IPFW_WLOCK() heremelifaro2014-01-111-3/+3
* We don't need chain write lock since we're not modifying its contents.melifaro2014-01-111-3/+3
* In sys/netpfil/ipfw/ip_fw_nat.c:vnet_ipfw_nat_uninit() we call "IPFW_WLOCK(ch...rodrigc2013-11-251-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+2
* Make ipfw nat init/unint work correctly for VIMAGE:trociny2013-08-241-22/+52
* Add assertion to enforce 'nat global' locking requierements changed by r241908.melifaro2012-11-051-0/+1
* Remove unnecessary chain read lock in ipfw nat 'global' code.melifaro2012-10-221-2/+7
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* After r241245 it appeared that in_delayed_cksum(), which still expectsglebius2012-10-081-4/+3
* o Create directory sys/netpfil, where all packet filters shouldglebius2012-09-141-0/+662
OpenPOWER on IntegriCloud