netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Pablo Neira Ayuso <pablo@netfilter.org>
To: netfilter-devel@vger.kernel.org
Cc: davem@davemloft.net, netdev@vger.kernel.org, kuba@kernel.org
Subject: [PATCH net 0/5] Netfilter/IPVS fixes for net
Date: Thu, 27 May 2021 21:01:10 +0200	[thread overview]
Message-ID: <20210527190115.98503-1-pablo@netfilter.org> (raw)

Hi,

The following patchset contains Netfilter/IPVS fixes for net:

1) Fix incorrect sockopts unregistration from error path,
   from Florian Westphal.

2) A few patches to provide better error reporting when missing kernel
   netfilter options are missing in .config.

3) Fix dormant table flag updates.

4) Memleak in IPVS  when adding service with IP_VS_SVC_F_HASHED flag.

Please, pull these changes from:

  git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git

Thanks!

----------------------------------------------------------------

The following changes since commit 04c26faa51d1e2fe71cf13c45791f5174c37f986:

  tipc: wait and exit until all work queues are done (2021-05-17 14:07:48 -0700)

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 56e4ee82e850026d71223262c07df7d6af3bd872:

  ipvs: ignore IP_VS_SVC_F_HASHED flag when adding service (2021-05-27 13:06:48 +0200)

----------------------------------------------------------------
Florian Westphal (1):
      netfilter: conntrack: unregister ipv4 sockopts on error unwind

Julian Anastasov (1):
      ipvs: ignore IP_VS_SVC_F_HASHED flag when adding service

Pablo Neira Ayuso (3):
      netfilter: nf_tables: missing error reporting for not selected expressions
      netfilter: nf_tables: extended netlink error reporting for chain type
      netfilter: nf_tables: fix table flag updates

 include/net/netfilter/nf_tables.h  |  6 ---
 net/netfilter/ipvs/ip_vs_ctl.c     |  2 +-
 net/netfilter/nf_conntrack_proto.c |  2 +-
 net/netfilter/nf_tables_api.c      | 84 ++++++++++++++++++++++++++------------
 4 files changed, 59 insertions(+), 35 deletions(-)

             reply	other threads:[~2021-05-27 19:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-27 19:01 Pablo Neira Ayuso [this message]
2021-05-27 19:01 ` [PATCH net 1/5] netfilter: conntrack: unregister ipv4 sockopts on error unwind Pablo Neira Ayuso
2021-05-27 19:01 ` [PATCH net 2/5] netfilter: nf_tables: missing error reporting for not selected expressions Pablo Neira Ayuso
2021-05-27 19:01 ` [PATCH net 3/5] netfilter: nf_tables: extended netlink error reporting for chain type Pablo Neira Ayuso
2021-05-27 19:01 ` [PATCH net 4/5] netfilter: nf_tables: fix table flag updates Pablo Neira Ayuso
2021-05-27 19:01 ` [PATCH net 5/5] ipvs: ignore IP_VS_SVC_F_HASHED flag when adding service Pablo Neira Ayuso
2021-05-27 23:00 ` [PATCH net 0/5] Netfilter/IPVS fixes for net Jakub Kicinski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210527190115.98503-1-pablo@netfilter.org \
    --to=pablo@netfilter.org \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=netfilter-devel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).