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>
No related branches found
No related tags found
Showing
- include/linux/netfilter/nf_conntrack_proto_gre.h 0 additions, 1 deletioninclude/linux/netfilter/nf_conntrack_proto_gre.h
- include/net/netfilter/nf_tables_core.h 10 additions, 0 deletionsinclude/net/netfilter/nf_tables_core.h
- net/netfilter/nf_conntrack_core.c 1 addition, 0 deletionsnet/netfilter/nf_conntrack_core.c
- net/netfilter/nf_conntrack_pptp.c 1 addition, 19 deletionsnet/netfilter/nf_conntrack_pptp.c
- net/netfilter/nf_conntrack_proto_gre.c 1 addition, 2 deletionsnet/netfilter/nf_conntrack_proto_gre.c
- net/netfilter/nf_tables_core.c 1 addition, 2 deletionsnet/netfilter/nf_tables_core.c
- net/netfilter/nft_cmp.c 1 addition, 1 deletionnet/netfilter/nft_cmp.c
Loading
Please register or sign in to comment