summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/nf_nat_h323.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nat: move repetitive nat port reserve loop to a helperFlorian Westphal2022-09-071-56/+4
* netfilter: h323: merge nat hook pointers into oneFlorian Westphal2022-07-111-28/+14
* netfilter: nf_nat_h323: eliminate anonymous module_init & module_exitRandy Dunlap2022-03-201-4/+4
* netfilter: nf_conntrack_sip: fix expectation clashxiao ruizhu2019-07-161-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2019-06-251-2/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-221-2/+1
| |\
| | * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 484Thomas Gleixner2019-06-191-2/+1
* | | Update my email addressJozsef Kadlecsik2019-06-101-1/+1
|/ /
* / netfilter: ipv4: prefer skb_ensure_writableFlorian Westphal2019-05-311-1/+1
|/
* netfilter: use macros to create module aliases.Flavio Leitner2019-04-301-1/+1
* netfilter: add NAT support for shifted portmap rangesThierry Du Tre2018-04-241-2/+2
* netfilter: nf_nat_h323: fix logical-not-parentheses warningNick Desaulniers2017-08-241-27/+30
* netfilter: nf_nat_h323: fix crash in nf_ct_unlink_expect_report()Alexey Dobriyan2014-02-051-1/+4
* netfilter: add my copyright statementsPatrick McHardy2013-04-181-0/+1
* netfilter: add protocol independent NAT corePatrick McHardy2012-08-301-11/+12
* netfilter: nf_nat: add protoff argument to packet mangling functionsPatrick McHardy2012-08-301-22/+26
* netfilter: nf_ct_helper: implement variable length helper private dataPablo Neira Ayuso2012-06-161-4/+4
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-18/+8
* netfilter: ctnetlink: allow to set expectfn for expectationsPablo Neira Ayuso2012-03-071-0/+14
* netfilter: nf_nat: export NAT definitions to userspacePatrick McHardy2011-12-231-10/+10
* rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-021-18/+18
* netfilter: nf_nat: better error handling of nf_ct_expect_related() in helpersPablo Neira Ayuso2010-09-221-7/+46
* netfilter: cleanup printk messagesStephen Hemminger2010-05-131-8/+8
* netfilter: remove unused headers in net/ipv4/netfilter/nf_nat_h323.cZhitong Wang2010-03-191-1/+0
* net: replace NIPQUAD() in net/ipv4/netfilter/Harvey Harrison2008-10-311-31/+27
* [NETFILTER]: nf_conntrack_h323: constify and annotate H.323 helperJan Engelhardt2008-01-311-2/+3
* [NETFILTER]: Introduce nf_inet_addressJan Engelhardt2008-01-281-5/+5
* [NETFILTER]: nf_nat: pass manip type instead of hook to nf_nat_setup_infoPatrick McHardy2008-01-281-12/+4
* [NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy2008-01-281-4/+4
* [NETFILTER]: remove unneeded rcu_dereference() callsPatrick McHardy2007-11-071-9/+9
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-151-30/+28
* [NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy2007-07-101-49/+46
* [NETFILTER]: nf_conntrack_expect: function naming unificationPatrick McHardy2007-07-101-13/+13
* [NETFILTER]: nf_nat_h323: call set_h225_addr instead of set_h225_addr_hookJing Min Zhao2007-05-241-3/+3
* [NETFILTER]: Remove IPv4 only connection tracking/NATPatrick McHardy2007-04-251-2/+2
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-251-1/+1
* [IP]: Introduce ip_hdrlen()Arnaldo Carvalho de Melo2007-04-251-4/+4
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-1/+1
* [NETFILTER]: nf_conntrack/nf_nat: add H.323 helper portPatrick McHardy2006-12-021-0/+596