aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_sip.c
AgeCommit message (Expand)Author
2017-04-19netfilter: helpers: remove data_len usage for inkernel helpersFlorian Westphal
2017-04-19netfilter: helper: add build-time asserts for helper data sizeFlorian Westphal
2017-04-06netfilter: nf_ct_expect: Add nf_ct_remove_expect()Gao Feng
2017-03-03netfilter: nf_conntrack_sip: fix wrong memory initialisationChristophe Leroy
2017-02-12netfilter: nf_ct_sip: Use mod_timer_pending()Gao Feng
2016-10-27netfilter: nf_conntrack_sip: extend request line validationUlrich Weber
2016-09-07netfilter: nf_ct_sip: allow tab character in SIP headersMarco Angaroni
2016-09-07netfilter: nf_ct_sip: correct allowed characters in Call-ID SIP headerMarco Angaroni
2016-09-07netfilter: nf_ct_sip: correct parsing of continuation lines in SIP headersMarco Angaroni
2016-08-08netfilter: nf_conntrack_sip: CSeq 0 is a valid CSeqChristophe Leroy
2016-07-21netfilter: Add helper array register/unregister functionsGao Feng
2016-05-30netfilter: nf_ct_helper: Fix helper unregister count.Taehee Yoo
2016-01-04netfilter: nf_ct_helper: define pr_fmt()Pablo Neira Ayuso
2014-10-14netfilter: replace strnicmp with strncasecmpRasmus Villemoes
2014-03-07netfilter: conntrack: seperate expect locking from nf_conntrack_lockJesper Dangaard Brouer
2013-10-01netfilter: nf_ct_sip: consolidate NAT hook functionsholger@eitzenberger.org
2013-09-27netfilter: nf_ct_sip: extend RCU read lock in set_expected_rtp_rtcp()holger@eitzenberger.org
2013-04-06netfilter: nf_ct_sip: don't drop packets with offsets pointing outside the pa...Patrick McHardy
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-19netfilter: nf_ct_helper: better logging for dropped packetsPablo Neira Ayuso
2013-01-17netfilter: nf_ct_sip: support Cisco 7941/7945 IP phonesKevin Cernekee
2012-08-30netfilter: nf_nat: support IPv6 in SIP NAT helperPatrick McHardy
2012-08-30netfilter: add protocol independent NAT corePatrick McHardy
2012-08-30netfilter: nf_nat: add protoff argument to packet mangling functionsPatrick McHardy
2012-08-30netfilter: nf_conntrack: restrict NAT helper invocation to IPv4Patrick McHardy
2012-08-10netfilter: nf_ct_sip: fix IPv6 address parsingPatrick McHardy
2012-08-10netfilter: nf_ct_sip: fix helper namePatrick McHardy
2012-06-16netfilter: nf_ct_helper: implement variable length helper private dataPablo Neira Ayuso
2012-06-16netfilter: nf_ct_helper: allocate 16 bytes for the helper and policy namesPablo Neira Ayuso
2011-06-06netfilter: add more values to enum ip_conntrack_infoEric Dumazet
2011-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2011-05-16netfilter: nf_ct_sip: fix SDP parsing in TCP SIP messages for some Cisco phonesPatrick McHardy
2011-05-16netfilter: nf_ct_sip: validate Content-Length in TCP SIP messagesPatrick McHardy
2011-03-31Fix common misspellingsLucas De Marchi
2010-10-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2010-10-04netfilter: nf_conntrack_sip: Add callid parserSimon Horman
2010-10-04netfilter: nf_conntrack_sip: Allow ct_sip_get_header() to be called with a nu...Simon Horman
2010-09-22netfilter: nf_ct_sip: default to NF_ACCEPT in sip_help_tcp()Simon Horman
2010-05-14netfilter: nf_ct_sip: handle non-linear skbsPatrick McHardy
2010-05-13netfilter: cleanup printk messagesStephen Hemminger
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-02-15netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy
2010-02-11netfilter: nf_conntrack_sip: add T.38 FAX supportPatrick McHardy
2010-02-11netfilter: nf_nat_sip: add TCP supportPatrick McHardy
2010-02-11netfilter: nf_conntrack_sip: add TCP supportPatrick McHardy
2010-02-11netfilter: nf_conntrack_sip: pass data offset to NAT functionsPatrick McHardy
2010-02-11netfilter: nf_conntrack_sip: fix ct_sip_parse_request() REGISTER request parsingPatrick McHardy
2010-02-11netfilter: nf_conntrack: show helper and class in /proc/net/nf_conntrack_expectPatrick McHardy
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack
2010-01-19netfilter: nf_conntrack_sip: fix off-by-one in compact header parsingPatrick McHardy