[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190628174125.20739-1-pablo@netfilter.org>
Date: Fri, 28 Jun 2019 19:41:21 +0200
From: Pablo Neira Ayuso <pablo@...filter.org>
To: netfilter-devel@...r.kernel.org
Cc: davem@...emloft.net, netdev@...r.kernel.org
Subject: [PATCH 0/4] Netfilter/IPVS fixes for net
Hi,
The following patchset contains Netfilter fixes for net:
1) Fix memleak reported by syzkaller when registering IPVS hooks,
patch from Julian Anastasov.
2) Fix memory leak in start_sync_thread, also from Julian.
3) Fix conntrack deletion via ctnetlink, from Felix Kaechele.
4) Fix reject for ICMP due to incorrect checksum handling, from
He Zhe.
You can pull these changes from:
git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
Thanks.
----------------------------------------------------------------
The following changes since commit 85f9aa7565bd79b039325f2c01af7ffa717924df:
inet: clear num_timeout reqsk_alloc() (2019-06-19 17:46:57 -0400)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git HEAD
for you to fetch changes up to 5d1549847c76b1ffcf8e388ef4d0f229bdd1d7e8:
netfilter: Fix remainder of pseudo-header protocol 0 (2019-06-28 19:30:50 +0200)
----------------------------------------------------------------
Felix Kaechele (1):
netfilter: ctnetlink: Fix regression in conntrack entry deletion
He Zhe (1):
netfilter: Fix remainder of pseudo-header protocol 0
Julian Anastasov (2):
ipvs: defer hook registration to avoid leaks
ipvs: fix tinfo memory leak in start_sync_thread
include/net/ip_vs.h | 6 +-
net/netfilter/ipvs/ip_vs_core.c | 21 +++--
net/netfilter/ipvs/ip_vs_ctl.c | 4 -
net/netfilter/ipvs/ip_vs_sync.c | 134 +++++++++++++++++---------------
net/netfilter/nf_conntrack_netlink.c | 7 +-
net/netfilter/nf_conntrack_proto_icmp.c | 2 +-
net/netfilter/nf_nat_proto.c | 2 +-
net/netfilter/utils.c | 5 +-
8 files changed, 99 insertions(+), 82 deletions(-)
Powered by blists - more mailing lists