summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_irc.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: helpers: remove data_len usage for inkernel helpersFlorian Westphal2017-04-191-1/+1
* netfilter: expect: Make sure the max_expected limit is effectiveGao Feng2017-04-061-0/+6
* netfilter: Add helper array register/unregister functionsGao Feng2016-07-211-24/+12
* netfilter: nf_ct_helper: Fix helper unregister count.Taehee Yoo2016-05-301-0/+1
* netfilter: nf_ct_helper: define pr_fmt()Pablo Neira Ayuso2016-01-041-3/+4
* netfilter: add my copyright statementsPatrick McHardy2013-04-181-0/+1
* netfilter: nf_ct_helper: better logging for dropped packetsPablo Neira Ayuso2013-02-191-1/+6
* netfilter: nf_nat: support IPv6 in IRC NAT helperPablo Neira Ayuso2012-08-301-2/+1
* netfilter: nf_nat: add protoff argument to packet mangling functionsPatrick McHardy2012-08-301-1/+2
* netfilter: nf_conntrack: restrict NAT helper invocation to IPv4Patrick McHardy2012-08-301-1/+2
* netfilter: nf_ct_helper: allocate 16 bytes for the helper and policy namesPablo Neira Ayuso2012-06-161-6/+2
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-5/+3
* netfilter: add more values to enum ip_conntrack_infoEric Dumazet2011-06-061-2/+1
* netfilter: cleanup printk messagesStephen Hemminger2010-05-131-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* netfilter: fix endian bug in conntrack printksHarvey Harrison2009-03-281-7/+8
* netfilter: nf_conntrack: connection tracking helper name persistent aliasesPablo Neira Ayuso2008-11-171-0/+1
* net: replace NIPQUAD() in net/netfilter/Harvey Harrison2008-10-311-7/+6
* netfilter: nf_conntrack_irc: make sure string is terminated before calling si...Patrick McHardy2008-09-071-0/+10
* [NETFILTER]: annotate rest of nf_conntrack_* with constJan Engelhardt2008-04-141-6/+8
* [NETFILTER]: nf_conntrack: introduce expectation classes and policiesPatrick McHardy2008-03-251-3/+7
* [NETFILTER]: conntrack: get rid of sparse warningsStephen Hemminger2008-01-311-1/+1
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-151-8/+8
* [NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy2007-07-101-14/+10
* [NETFILTER]: nf_conntrack: reduce masks to a subset of tuplesPatrick McHardy2007-07-101-3/+0
* [NETFILTER]: nf_conntrack_expect: function naming unificationPatrick McHardy2007-07-101-6/+6
* [NETFILTER]: Fix whitespace errorsYOSHIFUJI Hideaki2007-02-121-1/+1
* [NETFILTER]: nf_conntrack/nf_nat: add IRC helper portPatrick McHardy2006-12-021-0/+281