aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/nf_nat_snmp_basic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-19netfilter: nf_nat_snmp_basic: use asn1 decoder libraryTaehee Yoo1-1192/+0
2018-01-19netfilter: nf_nat_snmp_basic: use nf_ct_helper_logTaehee Yoo1-5/+6
2018-01-19netfilter: nf_nat_snmp_basic: replace ctinfo with dir.Taehee Yoo1-5/+2
2018-01-19netfilter: nf_nat_snmp_basic: remove debug parameterTaehee Yoo1-62/+0
2018-01-19netfilter: nf_nat_snmp_basic: remove useless commentTaehee Yoo1-30/+0
2017-05-01netfilter: snmp: avoid stack size warningFlorian Westphal1-6/+6
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-18/+2
2017-03-27netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to registerGao Feng1-18/+1
2017-03-27netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang1-0/+1
2017-03-06netfilter: Use pr_cont where appropriateJoe Perches1-13/+2
2015-11-18net ipv4: use preferred log methodsBastian Stender1-11/+11
2015-10-16netfilter: ipv4: whitespace around operatorsIan Morris1-1/+1
2014-02-14netfilter: nf_nat_snmp_basic: fix duplicates in if/else branchesFX Le Bail1-2/+2
2013-12-26ipv4: fix checkpatch error "space prohibited"Weilong Chen1-6/+6
2013-12-06ipv4/ipv6: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-04-18netfilter: add my copyright statementsPatrick McHardy1-0/+2
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