summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/nf_nat_snmp_basic.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_nat_snmp_basic: use asn1 decoder libraryTaehee Yoo2018-01-191-1192/+0
* netfilter: nf_nat_snmp_basic: use nf_ct_helper_logTaehee Yoo2018-01-191-5/+6
* netfilter: nf_nat_snmp_basic: replace ctinfo with dir.Taehee Yoo2018-01-191-5/+2
* netfilter: nf_nat_snmp_basic: remove debug parameterTaehee Yoo2018-01-191-62/+0
* netfilter: nf_nat_snmp_basic: remove useless commentTaehee Yoo2018-01-191-30/+0
* netfilter: snmp: avoid stack size warningFlorian Westphal2017-05-011-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-061-18/+2
|\
| * netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to registerGao Feng2017-03-271-18/+1
| * netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang2017-03-271-0/+1
* | netfilter: Use pr_cont where appropriateJoe Perches2017-03-061-13/+2
|/
* net ipv4: use preferred log methodsBastian Stender2015-11-181-11/+11
* netfilter: ipv4: whitespace around operatorsIan Morris2015-10-161-1/+1
* netfilter: nf_nat_snmp_basic: fix duplicates in if/else branchesFX Le Bail2014-02-141-2/+2
* ipv4: fix checkpatch error "space prohibited"Weilong Chen2013-12-261-6/+6
* ipv4/ipv6: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1
* netfilter: add my copyright statementsPatrick McHardy2013-04-181-0/+2
* net: Remove casts to same typeJoe Perches2012-06-041-2/+2
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-5/+3
* netfilter: Remove unnecessary OOM logging messagesJoe Perches2011-11-011-20/+2
* rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-021-2/+2
* netfilter: Reduce switch/case indentJoe Perches2011-07-011-106/+104
* netfilter: nf_conntrack: nf_conntrack snmp helperJiri Olsa2011-01-181-4/+5
* netfilter: nf_nat_snmp: fix checksum calculation (v4)Patrick McHardy2010-09-221-2/+4
* netfilter: cleanup printk messagesStephen Hemminger2010-05-131-8/+8
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* netfilter: SNMP NAT: correct the size argument to kzallocJulia Lawall2010-01-041-20/+11
* net: replace uses of __constant_{endian}Harvey Harrison2009-02-011-2/+2
* net: replace NIPQUAD() in net/ipv4/netfilter/Harvey Harrison2008-10-311-5/+4
* netfilter: snmp nat leaks memory in case of failureIlpo Järvinen2008-10-201-0/+1
* netfilter: nf_nat_snmp_basic: fix a range check in NAT for SNMPDavid Howells2008-07-091-1/+1
* asn1: additional sanity checking during BER decodingChris Wright2008-06-051-0/+14
* [NETFILTER]: annotate rest of nf_nat_* with constJan Engelhardt2008-04-141-9/+8
* [NETFILTER]: nf_conntrack: introduce expectation classes and policiesPatrick McHardy2008-03-251-4/+8
* [NETFILTER]: nf_nat_snmp: sparse warningStephen Hemminger2008-01-311-1/+1
* [NETFILTER]: Parenthesize macro parametersJan Engelhardt2008-01-281-1/+1
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-151-7/+7
* [NETFILTER]: Do not copy skb in skb_make_writableHerbert Xu2007-10-151-1/+1
* [NETFILTER]: nf_conntrack: reduce masks to a subset of tuplesPatrick McHardy2007-07-101-6/+0
* [NETFILTER]: Remove changelogs and CVS IDsPatrick McHardy2007-04-251-4/+0
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-251-2/+2
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-49/+49
* [NETFILTER]: nf_nat: add SNMP NAT helper portPatrick McHardy2006-12-021-0/+1332
OpenPOWER on IntegriCloud