diff options
| author | 2014-04-14 19:00:10 -0400 | |
|---|---|---|
| committer | 2014-04-14 19:00:10 -0400 | |
| commit | 00cbc3dcd1e2758f65e82c46796e259a0ce22fcc (patch) | |
| tree | a9542bbeeca6cfc6d5158b0004302f53f1f8c360 /include/linux | |
| parent | net: Start with correct mac_len in skb_network_protocol (diff) | |
| parent | netfilter: nf_tables: fix nft_cmp_fast failure on big endian for size < 4 (diff) | |
| download | linux-dev-00cbc3dcd1e2758f65e82c46796e259a0ce22fcc.tar.xz linux-dev-00cbc3dcd1e2758f65e82c46796e259a0ce22fcc.zip | |
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>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/netfilter/nf_conntrack_proto_gre.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/netfilter/nf_conntrack_proto_gre.h b/include/linux/netfilter/nf_conntrack_proto_gre.h index ec2ffaf418c8..df78dc2b5524 100644 --- a/include/linux/netfilter/nf_conntrack_proto_gre.h +++ b/include/linux/netfilter/nf_conntrack_proto_gre.h @@ -87,7 +87,6 @@ int nf_ct_gre_keymap_add(struct nf_conn *ct, enum ip_conntrack_dir dir, /* delete keymap entries */ void nf_ct_gre_keymap_destroy(struct nf_conn *ct); -void nf_ct_gre_keymap_flush(struct net *net); void nf_nat_need_gre(void); #endif /* __KERNEL__ */ |
