]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
authorDavid S. Miller <davem@davemloft.net>
Mon, 24 Jun 2013 19:45:24 +0000 (12:45 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Jun 2013 19:45:24 +0000 (12:45 -0700)
commite2244db2a7359e7d0c5bab8097ff3543579974cf
treea5f0be09bc4d591cdc7b4422efd8c0d9c41fb722
parenta793345465839c19af9d0175deb4f80544318bb6
parentb6620037744edcf8a373153e15f9f7aa3c79eb97
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf

Pablo Neira Ayuso says:

====================
The following patchset contains five fixes for Netfilter/IPVS, they are:

* A skb leak fix in fragmentation handling in case that helpers are in place,
  it occurs since the IPV6 NAT infrastructure, from Phil Oester.

* Fix SCTP port mangling in ICMP packets for IPVS, from Julian Anastasov.

* Fix event delivery in ctnetlink regarding the new connlabel infrastructure,
  from Florian Westphal.

* Fix mangling in the SIP NAT helper, from Balazs Peter Odor.

* Fix crash in ipt_ULOG introduced while adding netnamespace support,
  from Gao Feng.

I'll take care of passing several of these patches to -stable once they hit
Linus' tree.
====================

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