index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
nf_conntrack_sip.c
Age
Commit message (
Expand
)
Author
2025-01-19
netfilter: conntrack: remove skb argument from nf_ct_refresh
Florian Westphal
2023-06-26
netfilter: nf_conntrack_sip: fix the ct_sip_parse_numerical_param() return va...
Ilia.Gavrilov
2022-09-07
netfilter: nf_conntrack_sip: fix ct_sip_walk_headers
Igor Ryzhov
2022-07-11
netfilter: nf_conntrack: use rcu accessors where needed
Florian Westphal
2022-07-11
netfilter: nf_conntrack: add missing __rcu annotations
Florian Westphal
2019-07-16
netfilter: nf_conntrack_sip: fix expectation clash
xiao ruizhu
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-04-30
netfilter: add API to manage NAT helpers.
Flavio Leitner
2019-04-08
netfilter: replace NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)
Florian Westphal
2019-03-18
netfilter: nf_conntrack_sip: remove direct dependency on IPv6
Alin Nastac
2019-02-16
netfilter: nf_conntrack_sip: add sip_external_media logic
Alin Nastac
2018-05-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2018-04-24
netfilter: add __exit mark to helper modules
Taehee Yoo
2018-04-09
netfilter: nf_conntrack_sip: allow duplicate SDP expectations
Florian Westphal
2017-07-24
netfilter: Remove duplicated rcu_read_lock.
Taehee Yoo
2017-04-19
netfilter: helpers: remove data_len usage for inkernel helpers
Florian Westphal
2017-04-19
netfilter: helper: add build-time asserts for helper data size
Florian Westphal
2017-04-06
netfilter: nf_ct_expect: Add nf_ct_remove_expect()
Gao Feng
2017-03-03
netfilter: nf_conntrack_sip: fix wrong memory initialisation
Christophe Leroy
2017-02-12
netfilter: nf_ct_sip: Use mod_timer_pending()
Gao Feng
2016-10-27
netfilter: nf_conntrack_sip: extend request line validation
Ulrich Weber
2016-09-07
netfilter: nf_ct_sip: allow tab character in SIP headers
Marco Angaroni
2016-09-07
netfilter: nf_ct_sip: correct allowed characters in Call-ID SIP header
Marco Angaroni
2016-09-07
netfilter: nf_ct_sip: correct parsing of continuation lines in SIP headers
Marco Angaroni
2016-08-08
netfilter: nf_conntrack_sip: CSeq 0 is a valid CSeq
Christophe Leroy
2016-07-21
netfilter: Add helper array register/unregister functions
Gao Feng
2016-05-30
netfilter: nf_ct_helper: Fix helper unregister count.
Taehee Yoo
2016-01-04
netfilter: nf_ct_helper: define pr_fmt()
Pablo Neira Ayuso
2014-10-14
netfilter: replace strnicmp with strncasecmp
Rasmus Villemoes
2014-03-07
netfilter: conntrack: seperate expect locking from nf_conntrack_lock
Jesper Dangaard Brouer
2013-10-01
netfilter: nf_ct_sip: consolidate NAT hook functions
holger@eitzenberger.org
2013-09-27
netfilter: nf_ct_sip: extend RCU read lock in set_expected_rtp_rtcp()
holger@eitzenberger.org
2013-04-06
netfilter: nf_ct_sip: don't drop packets with offsets pointing outside the pa...
Patrick McHardy
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
2013-02-19
netfilter: nf_ct_helper: better logging for dropped packets
Pablo Neira Ayuso
2013-01-17
netfilter: nf_ct_sip: support Cisco 7941/7945 IP phones
Kevin Cernekee
2012-08-30
netfilter: nf_nat: support IPv6 in SIP NAT helper
Patrick McHardy
2012-08-30
netfilter: add protocol independent NAT core
Patrick McHardy
2012-08-30
netfilter: nf_nat: add protoff argument to packet mangling functions
Patrick McHardy
2012-08-30
netfilter: nf_conntrack: restrict NAT helper invocation to IPv4
Patrick McHardy
2012-08-10
netfilter: nf_ct_sip: fix IPv6 address parsing
Patrick McHardy
2012-08-10
netfilter: nf_ct_sip: fix helper name
Patrick McHardy
2012-06-16
netfilter: nf_ct_helper: implement variable length helper private data
Pablo Neira Ayuso
2012-06-16
netfilter: nf_ct_helper: allocate 16 bytes for the helper and policy names
Pablo Neira Ayuso
2011-06-06
netfilter: add more values to enum ip_conntrack_info
Eric Dumazet
2011-05-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
2011-05-16
netfilter: nf_ct_sip: fix SDP parsing in TCP SIP messages for some Cisco phones
Patrick McHardy
2011-05-16
netfilter: nf_ct_sip: validate Content-Length in TCP SIP messages
Patrick McHardy
2011-03-31
Fix common misspellings
Lucas De Marchi
2010-10-21
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
[next]