]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf into...
authorDavid S. Miller <davem@davemloft.net>
Fri, 12 Apr 2013 18:26:39 +0000 (14:26 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Apr 2013 18:26:39 +0000 (14:26 -0400)
commit9520ced09d234505cae57673c9c4f1d3a62c14f1
treeb29c2de6d0903f6dc4d31dddd6491aa0c2c518dc
parent4f3eaa600e84b96d5b58b57d38aca0ab3294c98f
parent2b9c39a44f409f1ace66e3b55cd255b30cf45dbe
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf into netfilter

Pablo Neira Ayuso says:

====================
The following patchset contains late netfilter fixes for your net
tree, they are:

* Don't drop segmented TCP packets in the SIP helper, we've got reports
  from users that this was breaking communications when the SIP phone
  messages are larger than the MTU, from Patrick McHardy.

* Fix refcount leak in the ipset list set, from Jozsef Kadlecsik.

* On hash set resizing, the nomatch flag was lost, thus entirely inverting
  the logic of the set matching, from Jozsef Kadlecsik.

* Fix crash on NAT modules removal. Timer expiration may race with the
  module cleanup exit path while deleting conntracks, from Florian
  Westphal.
====================

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