aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/nf_nat_proto_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-23netfilter: ctnetlink: remove dead NAT codePatrick McHardy1-13/+1
2011-12-23netfilter: nf_nat: export NAT definitions to userspacePatrick McHardy1-12/+12
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-08-06net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller1-0/+1
2010-08-02netfilter: nf_nat: don't check if the tuple is unique when there isn't any other choiceChangli Gao1-2/+2
2010-08-02netfilter: nf_nat: make unique_tuple return voidChangli Gao1-4/+4
2008-08-18nf_nat: use secure_ipv4_port_ephemeral() for NAT port randomizationStephen Hemminger1-2/+6
2008-04-14[NETFILTER]: nf_nat: use bool type in nf_nat_protoJan Engelhardt1-12/+12
2008-04-14[NETFILTER]: nf_conntrack_netlink: clean up NAT protocol parsingPatrick McHardy1-13/+5
2008-04-14[NETFILTER]: nf_nat: move NAT ctnetlink helpers to nf_nat_proto_commonPatrick McHardy1-0/+38
2008-04-14[NETFILTER]: nf_nat: fix random mode not to overwrite port roverPatrick McHardy1-5/+10
2008-04-14[NETFILTER]: nf_nat: add helpers for common NAT protocol operationsPatrick McHardy1-0/+85