aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/nf_nat_snmp_basic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-04net: Remove casts to same typeJoe Perches1-2/+2
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-5/+3
2011-11-01netfilter: Remove unnecessary OOM logging messagesJoe Perches1-20/+2
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-2/+2
2011-07-01netfilter: Reduce switch/case indentJoe Perches1-106/+104
2011-01-18netfilter: nf_conntrack: nf_conntrack snmp helperJiri Olsa1-4/+5
2010-09-22netfilter: nf_nat_snmp: fix checksum calculation (v4)Patrick McHardy1-2/+4
2010-05-13netfilter: cleanup printk messagesStephen Hemminger1-8/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-04netfilter: SNMP NAT: correct the size argument to kzallocJulia Lawall1-20/+11
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-2/+2
2008-10-31net: replace NIPQUAD() in net/ipv4/netfilter/Harvey Harrison1-5/+4
2008-10-20netfilter: snmp nat leaks memory in case of failureIlpo Järvinen1-0/+1
2008-07-09netfilter: nf_nat_snmp_basic: fix a range check in NAT for SNMPDavid Howells1-1/+1
2008-06-05asn1: additional sanity checking during BER decodingChris Wright1-0/+14
2008-04-14[NETFILTER]: annotate rest of nf_nat_* with constJan Engelhardt1-9/+8
2008-03-25[NETFILTER]: nf_conntrack: introduce expectation classes and policiesPatrick McHardy1-4/+8
2008-01-31[NETFILTER]: nf_nat_snmp: sparse warningStephen Hemminger1-1/+1
2008-01-28[NETFILTER]: Parenthesize macro parametersJan Engelhardt1-1/+1
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu1-7/+7
2007-10-15[NETFILTER]: Do not copy skb in skb_make_writableHerbert Xu1-1/+1
2007-07-10[NETFILTER]: nf_conntrack: reduce masks to a subset of tuplesPatrick McHardy1-6/+0
2007-04-25[NETFILTER]: Remove changelogs and CVS IDsPatrick McHardy1-4/+0
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-2/+2
2007-02-10[NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki1-49/+49
2006-12-02[NETFILTER]: nf_nat: add SNMP NAT helper portPatrick McHardy1-0/+1332