aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_fw_nat.c
Commit message (Expand)AuthorAgeFilesLines
* move kernel ipfw-related sources to a separate directory,Luigi Rizzo2009-06-051-668/+0
* Prefer actual field names (if_addrhead, ifa_link) to macros aliasingRobert Watson2009-04-201-1/+1
* Add SCTP NAT support.Paolo Pisati2009-02-071-0/+4
* Put a global variables, which were virtualized but formerlyBjoern A. Zeeb2008-12-111-2/+1
* Conditionally compile out V_ globals while instantiating the appropriateMarko Zec2008-12-101-0/+2
* unlock when doneKip Macy2008-12-101-1/+1
* don't reference if_addr_mtx directlyKip Macy2008-12-101-2/+2
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+8
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-35/+36
* PKT_ALIAS_FOUND_HEADER_FRAGMENT result is not an error, so pass that packet.Alexander Motin2008-06-011-3/+4
* When unloading kld, don't forget to flush the nat pointers.Paolo Pisati2008-03-031-0/+7
* Move ipfw's nat code into its own kld: ipfw_nat.Paolo Pisati2008-02-291-0/+646