aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_irc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-05netfilter: remove BUG_ON() after skb_header_pointer()Pablo Neira Ayuso1-1/+4
2019-07-16netfilter: nf_conntrack_sip: fix expectation clashxiao ruizhu1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-30netfilter: add API to manage NAT helpers.Flavio Leitner1-2/+4
2018-04-24netfilter: add __exit mark to helper modulesTaehee Yoo1-5/+1
2017-04-19netfilter: helpers: remove data_len usage for inkernel helpersFlorian Westphal1-1/+1
2017-04-06netfilter: expect: Make sure the max_expected limit is effectiveGao Feng1-0/+6
2016-07-21netfilter: Add helper array register/unregister functionsGao Feng1-24/+12
2016-05-30netfilter: nf_ct_helper: Fix helper unregister count.Taehee Yoo1-0/+1
2016-01-04netfilter: nf_ct_helper: define pr_fmt()Pablo Neira Ayuso1-3/+4
2013-04-18netfilter: add my copyright statementsPatrick McHardy1-0/+1
2013-02-19netfilter: nf_ct_helper: better logging for dropped packetsPablo Neira Ayuso1-1/+6
2012-08-30netfilter: nf_nat: support IPv6 in IRC NAT helperPablo Neira Ayuso1-2/+1
2012-08-30netfilter: nf_nat: add protoff argument to packet mangling functionsPatrick McHardy1-1/+2
2012-08-30netfilter: nf_conntrack: restrict NAT helper invocation to IPv4Patrick McHardy1-1/+2
2012-06-16netfilter: nf_ct_helper: allocate 16 bytes for the helper and policy namesPablo Neira Ayuso1-6/+2
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-5/+3
2011-06-06netfilter: add more values to enum ip_conntrack_infoEric Dumazet1-2/+1
2010-05-13netfilter: cleanup printk messagesStephen Hemminger1-2/+2
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
2009-03-28netfilter: fix endian bug in conntrack printksHarvey Harrison1-7/+8
2008-11-17netfilter: nf_conntrack: connection tracking helper name persistent aliasesPablo Neira Ayuso1-0/+1
2008-10-31net: replace NIPQUAD() in net/netfilter/Harvey Harrison1-7/+6
2008-09-07netfilter: nf_conntrack_irc: make sure string is terminated before calling simple_strtoulPatrick McHardy1-0/+10
2008-04-14[NETFILTER]: annotate rest of nf_conntrack_* with constJan Engelhardt1-6/+8
2008-03-25[NETFILTER]: nf_conntrack: introduce expectation classes and policiesPatrick McHardy1-3/+7
2008-01-31[NETFILTER]: conntrack: get rid of sparse warningsStephen Hemminger1-1/+1
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu1-8/+8
2007-07-10[NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy1-14/+10
2007-07-10[NETFILTER]: nf_conntrack: reduce masks to a subset of tuplesPatrick McHardy1-3/+0
2007-07-10[NETFILTER]: nf_conntrack_expect: function naming unificationPatrick McHardy1-6/+6
2007-02-12[NETFILTER]: Fix whitespace errorsYOSHIFUJI Hideaki1-1/+1
2006-12-02[NETFILTER]: nf_conntrack/nf_nat: add IRC helper portPatrick McHardy1-0/+281