]> git.baikalelectronics.ru Git - kernel.git/commit
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
authorDavid S. Miller <davem@davemloft.net>
Mon, 14 Apr 2014 23:00:10 +0000 (19:00 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Apr 2014 23:00:10 +0000 (19:00 -0400)
commite3895466335da64efd8c20be6c69c1eafc5c91fc
treea9542bbeeca6cfc6d5158b0004302f53f1f8c360
parent0dc2fa2791a75f618d84677d7385faa9d19c32fc
parent8a26da866d3b64abefe21d8023ef61948ae398ae
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf

Pablo Neira Ayuso says:

====================
Netfilter fixes for net

The following patchset contains three Netfilter fixes for your net tree,
they are:

* Fix missing generation sequence initialization which results in a splat
  if lockdep is enabled, it was introduced in the recent works to improve
  nf_conntrack scalability, from Andrey Vagin.

* Don't flush the GRE keymap list in nf_conntrack when the pptp helper is
  disabled otherwise this crashes due to a double release, from Andrey
  Vagin.

* Fix nf_tables cmp fast in big endian, from Patrick McHardy.
====================

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