]> 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)
commit15319f862fffb99fee4c661bef07c205afb2a6d9
treea9542bbeeca6cfc6d5158b0004302f53f1f8c360
parentd4259d326db633cd25debd2d7a8458920f76d5fc
parentbf2aa929d36c4233f47413f6717545ddbdbc9569
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>