aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_h323_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-08netfilter: move route indirection to struct nf_ipv6_opsPablo Neira Ayuso1-15/+15
2018-01-08netfilter: nf_conntrack_h323: Remove unwanted comments.Varsha Rao1-43/+4
2017-06-19netfilter: use nf_conntrack_helpers_register when possibleLiping Zhang1-27/+36
2017-04-19netfilter: helpers: remove data_len usage for inkernel helpersFlorian Westphal1-4/+0
2017-04-19netfilter: helper: add build-time asserts for helper data sizeFlorian Westphal1-0/+2
2016-09-24netfilter: Remove explicit rcu_read_lock in nf_hook_slowAaron Conole1-1/+1
2016-08-08netfilter: nf_ct_h323: do not re-activate already expired timerLiping Zhang1-1/+2
2016-07-23netfilter: h323: Use mod_timer instead of set_expect_timeoutGao Feng1-14/+1
2015-05-25ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCASTMartin KaFai Lau1-2/+2
2014-11-17netfilter: nf_conntrack_h323: lookup route from proper net namespaceVasily Averin1-6/+8
2014-03-07netfilter: conntrack: seperate expect locking from nf_conntrack_lockJesper Dangaard Brouer1-2/+2
2013-10-21netfilter: nf_conntrack: fix rt6i_gateway checks for H.323 helperJulian Anastasov1-2/+2
2013-04-18netfilter: add my copyright statementsPatrick McHardy1-0/+1
2013-02-19netfilter: nf_ct_helper: better logging for dropped packetsPablo Neira Ayuso1-3/+3
2012-10-22netfilter: nf_conntrack: fix rt_gateway checks for H.323 helperJulian Anastasov1-1/+2
2012-08-30netfilter: nf_nat: add protoff argument to packet mangling functionsPatrick McHardy1-72/+119
2012-08-30netfilter: nf_conntrack: restrict NAT helper invocation to IPv4Patrick McHardy1-12/+29
2012-06-16Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller1-6/+10
2012-06-16netfilter: nf_ct_helper: implement variable length helper private dataPablo Neira Ayuso1-6/+10
2012-06-07netfilter: nf_ct_h323: fix bug in rtcp nattingPablo Neira Ayuso1-3/+2
2012-05-17netfilter: nf_ct_h323: fix usage of MODULE_ALIAS_NFCT_HELPERPablo Neira Ayuso1-1/+3
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-6/+3
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell1-1/+1
2011-12-16net:netfilter: use IS_ENABLEDIgor Maravić1-2/+1
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-2/+2
2011-06-06netfilter: add more values to enum ip_conntrack_infoEric Dumazet1-6/+4
2011-04-04netfilter: af_info: add 'strict' parameter to limit lookup to .oifFlorian Westphal1-4/+4
2011-04-04netfilter: af_info: add network namespace parameter to route hookFlorian Westphal1-4/+4
2011-03-12netfilter: Use flowi4 and flowi6 in nf_conntrack_h323_mainDavid S. Miller1-12/+20
2010-06-10net-next: remove useless union keywordChangli Gao1-6/+6
2010-05-13netfilter: cleanup printk messagesStephen Hemminger1-3/+3
2010-05-01netfilter: nf_ct_h323: switch "incomplete TPKT" message to pr_debug()Patrick McHardy1-2/+1
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-02-15netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy1-1/+2
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-4/+4
2008-11-17netfilter: nf_conntrack: connection tracking helper name persistent aliasesPablo Neira Ayuso1-0/+1
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-2/+2
2008-10-28netfilter: replace uses of NIP6_FMT with %p6Harvey Harrison1-8/+4
2008-10-08netfilter: netns nf_conntrack: H323 conntracking in netnsAlexey Dobriyan1-1/+2
2008-10-08netfilter: netns nf_conntrack: per-netns expectationsAlexey Dobriyan1-1/+1
2008-10-08netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt1-1/+2
2008-06-17netfilter: nf_conntrack_h323: fix module unload crashPatrick McHardy1-7/+14
2008-06-17netfilter: nf_conntrack_h323: fix memory leak in module initialization error pathPatrick McHardy1-0/+1
2008-04-14[NETFILTER]: nf_conntrack: replace NF_CT_DUMP_TUPLE macro indrection by function callJan Engelhardt1-13/+13
2008-04-14[NETFILTER]: nf_conntrack: add tuplehash l3num/protonum accessorsPatrick McHardy1-25/+14
2008-03-25[NETFILTER]: nf_conntrack: introduce expectation classes and policiesPatrick McHardy1-24/+42
2008-03-20[NETFILTER]: nf_conntrack_h323: logical-bitwise & confusion in process_setup()Roel Kluin1-1/+1
2008-01-31[NETFILTER]: nf_conntrack_h323: constify and annotate H.323 helperJan Engelhardt1-9/+10
2008-01-31[NETFILTER]: nf_conntrack: switch rwlock to spinlockPatrick McHardy1-2/+2