From: Davide Caratti <dcaratti@redhat.com>
To: Amir Vadai <amir@vadai.me>, Yotam Gigi <yotamg@mellanox.com>,
Jiri Pirko <jiri@mellanox.com>,
"David S. Miller" <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Subject: [PATCH net 0/2] add missing validation of 'skip_hw/skip_sw'
Date: Tue, 11 Feb 2020 19:33:38 +0100 [thread overview]
Message-ID: <cover.1581444848.git.dcaratti@redhat.com> (raw)
ensure that all classifiers currently supporting HW offload
validate the 'flags' parameter provided by user:
- patch 1/2 fixes cls_matchall
- patch 2/2 fixes cls_flower
Davide Caratti (2):
net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGS
net/sched: flower: add missing validation of TCA_FLOWER_FLAGS
net/sched/cls_flower.c | 1 +
net/sched/cls_matchall.c | 1 +
2 files changed, 2 insertions(+)
--
2.24.1
next reply other threads:[~2020-02-11 18:34 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-11 18:33 Davide Caratti [this message]
2020-02-11 18:33 ` [PATCH net 1/2] net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGS Davide Caratti
2020-02-12 7:28 ` Jiri Pirko
2020-02-11 18:33 ` [PATCH net 2/2] net/sched: flower: add missing validation of TCA_FLOWER_FLAGS Davide Caratti
2020-02-12 7:28 ` Jiri Pirko
2020-02-13 22:17 ` [PATCH net 0/2] add missing validation of 'skip_hw/skip_sw' David Miller
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=cover.1581444848.git.dcaratti@redhat.com \
--to=dcaratti@redhat.com \
--cc=amir@vadai.me \
--cc=davem@davemloft.net \
--cc=jiri@mellanox.com \
--cc=netdev@vger.kernel.org \
--cc=yotamg@mellanox.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.