summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/nf_nat_proto_common.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: add protocol independent NAT corePatrick McHardy2012-08-301-114/+0
* netfilter: ctnetlink: remove dead NAT codePatrick McHardy2011-12-231-13/+1
* netfilter: nf_nat: export NAT definitions to userspacePatrick McHardy2011-12-231-12/+12
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller2011-08-061-0/+1
* netfilter: nf_nat: don't check if the tuple is unique when there isn't any ot...Changli Gao2010-08-021-2/+2
* netfilter: nf_nat: make unique_tuple return voidChangli Gao2010-08-021-4/+4
* nf_nat: use secure_ipv4_port_ephemeral() for NAT port randomizationStephen Hemminger2008-08-181-2/+6
* [NETFILTER]: nf_nat: use bool type in nf_nat_protoJan Engelhardt2008-04-141-12/+12
* [NETFILTER]: nf_conntrack_netlink: clean up NAT protocol parsingPatrick McHardy2008-04-141-13/+5
* [NETFILTER]: nf_nat: move NAT ctnetlink helpers to nf_nat_proto_commonPatrick McHardy2008-04-141-0/+38
* [NETFILTER]: nf_nat: fix random mode not to overwrite port roverPatrick McHardy2008-04-141-5/+10
* [NETFILTER]: nf_nat: add helpers for common NAT protocol operationsPatrick McHardy2008-04-141-0/+85