summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/nf_nat_proto_icmp.c
Commit message (Expand)AuthorAgeFilesLines
* net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert2015-08-181-1/+1
* netfilter: use IS_ENABLED() macroDuan Jiong2014-06-301-1/+1
* netfilter: add protocol independent NAT corePatrick McHardy2012-08-301-12/+12
* netfilter: ctnetlink: remove dead NAT codePatrick McHardy2011-12-231-1/+0Star
* netfilter: nat: remove module reference counting from NAT protocolsPatrick McHardy2011-12-231-1/+0Star
* netfilter: nf_nat: export NAT definitions to userspacePatrick McHardy2011-12-231-2/+2
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-11-011-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-3/+3
* [NETFILTER]: nf_nat: use bool type in nf_nat_protoJan Engelhardt2008-04-141-7/+7
* [NETFILTER]: nf_nat: remove unused name from struct nf_nat_protocolPatrick McHardy2008-04-141-1/+0Star
* [NETFILTER]: nf_nat: move NAT ctnetlink helpers to nf_nat_proto_commonPatrick McHardy2008-04-141-2/+2
* [NETFILTER]: nf_{conntrack,nat}_icmp: constify and annotateJan Engelhardt2008-02-011-1/+1
* [NETFILTER]: nf_nat: mark NAT protocols constPatrick McHardy2008-01-281-1/+1
* [NETFILTER]: Convert old checksum helper namesPatrick McHardy2008-01-281-2/+2
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-151-5/+5
* [NETFILTER]: Do not copy skb in skb_make_writableHerbert Xu2007-10-151-1/+1
* [NETFILTER]: nfnetlink: rename functions containing 'nfattr'Patrick McHardy2007-10-111-2/+2
* [NETFILTER]: nf_conntrack/nf_nat: fix incorrect config ifdefsPatrick McHardy2007-03-051-2/+1Star
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-1/+1
* [NETFILTER]: Add NAT support for nf_conntrackJozsef Kadlecsik2006-12-031-0/+86