aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_sip.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2018-04-24netfilter: add __exit mark to helper modulesTaehee Yoo1-1/+1
2018-04-09netfilter: nf_conntrack_sip: allow duplicate SDP expectationsFlorian Westphal1-4/+12
2017-07-24netfilter: Remove duplicated rcu_read_lock.Taehee Yoo1-5/+1
2017-04-19netfilter: helpers: remove data_len usage for inkernel helpersFlorian Westphal1-8/+4
2017-04-19netfilter: helper: add build-time asserts for helper data sizeFlorian Westphal1-0/+2
2017-04-06netfilter: nf_ct_expect: Add nf_ct_remove_expect()Gao Feng1-3/+1
2017-03-03netfilter: nf_conntrack_sip: fix wrong memory initialisationChristophe Leroy1-2/+0
2017-02-12netfilter: nf_ct_sip: Use mod_timer_pending()Gao Feng1-7/+5
2016-10-27netfilter: nf_conntrack_sip: extend request line validationUlrich Weber1-1/+4
2016-09-07netfilter: nf_ct_sip: allow tab character in SIP headersMarco Angaroni1-1/+1
2016-09-07netfilter: nf_ct_sip: correct allowed characters in Call-ID SIP headerMarco Angaroni1-2/+3
2016-09-07netfilter: nf_ct_sip: correct parsing of continuation lines in SIP headersMarco Angaroni1-2/+1
2016-08-08netfilter: nf_conntrack_sip: CSeq 0 is a valid CSeqChristophe Leroy1-2/+2
2016-07-21netfilter: Add helper array register/unregister functionsGao Feng1-47/+28
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-2/+3
2014-10-14netfilter: replace strnicmp with strncasecmpRasmus Villemoes1-11/+11
2014-03-07netfilter: conntrack: seperate expect locking from nf_conntrack_lockJesper Dangaard Brouer1-4/+4
2013-10-01netfilter: nf_ct_sip: consolidate NAT hook functionsholger@eitzenberger.org1-92/+35
2013-09-27netfilter: nf_ct_sip: extend RCU read lock in set_expected_rtp_rtcp()holger@eitzenberger.org1-2/+4
2013-04-06netfilter: nf_ct_sip: don't drop packets with offsets pointing outside the packetPatrick McHardy1-4/+2
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-4/+4
2013-02-19netfilter: nf_ct_helper: better logging for dropped packetsPablo Neira Ayuso1-20/+53
2013-01-17netfilter: nf_ct_sip: support Cisco 7941/7945 IP phonesKevin Cernekee1-0/+17
2012-08-30netfilter: nf_nat: support IPv6 in SIP NAT helperPatrick McHardy1-34/+34
2012-08-30netfilter: add protocol independent NAT corePatrick McHardy1-3/+3
2012-08-30netfilter: nf_nat: add protoff argument to packet mangling functionsPatrick McHardy1-37/+58
2012-08-30netfilter: nf_conntrack: restrict NAT helper invocation to IPv4Patrick McHardy1-6/+12
2012-08-10netfilter: nf_ct_sip: fix IPv6 address parsingPatrick McHardy1-17/+70
2012-08-10netfilter: nf_ct_sip: fix helper namePatrick McHardy1-3/+2
2012-06-16netfilter: nf_ct_helper: implement variable length helper private dataPablo Neira Ayuso1-12/+13
2012-06-16netfilter: nf_ct_helper: allocate 16 bytes for the helper and policy namesPablo Neira Ayuso1-5/+2
2011-06-06netfilter: add more values to enum ip_conntrack_infoEric Dumazet1-1/+1
2011-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller1-4/+12
2011-05-16netfilter: nf_ct_sip: fix SDP parsing in TCP SIP messages for some Cisco phonesPatrick McHardy1-4/+10
2011-05-16netfilter: nf_ct_sip: validate Content-Length in TCP SIP messagesPatrick McHardy1-0/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-10-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller1-0/+42
2010-10-04netfilter: nf_conntrack_sip: Add callid parserSimon Horman1-0/+39
2010-10-04netfilter: nf_conntrack_sip: Allow ct_sip_get_header() to be called with a null ct argumentSimon Horman1-0/+3
2010-09-22netfilter: nf_ct_sip: default to NF_ACCEPT in sip_help_tcp()Simon Horman1-1/+1
2010-05-14netfilter: nf_ct_sip: handle non-linear skbsPatrick McHardy1-8/+4
2010-05-13netfilter: cleanup printk messagesStephen Hemminger1-2/+2
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-2/+2
2010-02-15netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy1-1/+2
2010-02-11netfilter: nf_conntrack_sip: add T.38 FAX supportPatrick McHardy1-5/+23
2010-02-11netfilter: nf_nat_sip: add TCP supportPatrick McHardy1-0/+10
2010-02-11netfilter: nf_conntrack_sip: add TCP supportPatrick McHardy1-29/+176
2010-02-11netfilter: nf_conntrack_sip: pass data offset to NAT functionsPatrick McHardy1-38/+44