Revision d050de607f062233cf5e75b2e8f40f20c4b04b91 authored by David S. Miller on 21 May 2014, 05:24:19 UTC, committed by David S. Miller on 21 May 2014, 05:24:19 UTC
Pablo Neira Ayuso says:

====================
Netfilter/nftables fixes for net

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

1) Fix crash when using the goto action in a rule by making sure that
   we always fall back on the base chain. Otherwise, this may try to
   access the counter memory area of non-base chains, which does not
   exists.

2) Fix several aspects of the rule tracing that are currently broken:

   * Reset rule number counter after goto/jump action, otherwise the
     tracing reports a bogus rule number.
   * Fix tracing of the goto action.
   * Fix bogus rule number counter after goto.
   * Fix missing return trace after finishing the walk through the
     non-base chain.
   * Fix missing trace when matching non-terminal rule.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
2 parent s e1618d4 + 3b084e9
History
File Mode Size
mpu401
opl3
opl4
pcsp
vx
Kconfig -rw-r--r-- 6.8 KB
Makefile -rw-r--r-- 788 bytes
aloop.c -rw-r--r-- 35.5 KB
dummy.c -rw-r--r-- 32.0 KB
ml403-ac97cr.c -rw-r--r-- 39.8 KB
mtpav.c -rw-r--r-- 20.0 KB
mts64.c -rw-r--r-- 26.6 KB
pcm-indirect2.c -rw-r--r-- 16.8 KB
pcm-indirect2.h -rw-r--r-- 5.1 KB
portman2x4.c -rw-r--r-- 25.2 KB
serial-u16550.c -rw-r--r-- 30.8 KB
virmidi.c -rw-r--r-- 5.5 KB

back to top