]> git.baikalelectronics.ru Git - kernel.git/commit
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
authorDavid S. Miller <davem@davemloft.net>
Fri, 9 Sep 2022 09:06:34 +0000 (10:06 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 Sep 2022 09:06:34 +0000 (10:06 +0100)
commit4f8527ca0596cb868dc786af9fcbe0ef4def32c2
treef8629cd7c9f65cde407ddda77059d026f07f40b8
parent07b65ef2c7afe9c23354e21f713a7fecc2aa1dcc
parent4fe4156c885d70986fb84c8e42d8e334a9457baf
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf

Florian Westhal says:

====================
netfilter: bugfixes for net

The following set contains four netfilter patches for your *net* tree.

When there are multiple Contact headers in a SIP message its possible
the next headers won't be found because the SIP helper confuses relative
and absolute offsets in the message.  From Igor Ryzhov.

Make the nft_concat_range self-test support socat, this makes the
selftest pass on my test VM, from myself.

nf_conntrack_irc helper can be tricked into opening a local port forward
that the client never requested by embedding a DCC message in a PING
request sent to the client.  Fix from David Leadbeater.

Both have been broken since the kernel 2.6.x days.

The 'osf' match might indicate success while it could not find
anything, broken since 5.2 .  Fix from Pablo Neira.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>