From: Laura Garcia Liebana <nevola@gmail.com>
To: netfilter-devel@vger.kernel.org
Subject: [PATCH nft 0/4] src: changes related to numgen and hash expressions
Date: Sat, 22 Oct 2016 23:33:41 +0200 [thread overview]
Message-ID: <cover.1477170966.git.nevola@gmail.com> (raw)
This patchset provides several improvements for numgen and hash
expressions:
- support of OFFSET attribute for numgen and hash expressions
- makes SEED attribute optional and randomly generated
- fix the TYPE attribute to be treated as a register
Laura Garcia Liebana (4):
src: make hash seed attribute optional
src: add offset attribute for hash expression
src: add offset attribute for numgen expression
netlink: fix linearize numgen type
configure.ac | 14 +++++++++++++-
include/expression.h | 2 ++
include/hash.h | 13 ++++++++++++-
include/linux/netfilter/nf_tables.h | 4 ++++
include/numgen.h | 3 ++-
src/hash.c | 9 +++++++--
src/netlink_delinearize.c | 10 ++++++----
src/netlink_linearize.c | 4 +++-
src/numgen.c | 10 ++++++++--
src/parser_bison.y | 20 +++++++++++++++-----
src/scanner.l | 1 +
tests/py/ip/hash.t | 4 ++++
tests/py/ip/numgen.t | 1 +
13 files changed, 78 insertions(+), 17 deletions(-)
--
2.9.3
next reply other threads:[~2016-10-22 21:33 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-22 21:33 Laura Garcia Liebana [this message]
2016-10-22 21:34 ` [PATCH nft 1/4] src: make hash seed attribute optional Laura Garcia Liebana
2016-10-27 17:07 ` Pablo Neira Ayuso
2016-10-27 17:13 ` Pablo Neira Ayuso
2016-10-22 21:35 ` [PATCH nft 2/4] src: add offset attribute for hash expression Laura Garcia Liebana
2016-10-27 17:19 ` Pablo Neira Ayuso
2016-10-22 21:36 ` [PATCH nft 3/4] src: add offset attribute for numgen expression Laura Garcia Liebana
2016-10-27 16:57 ` Pablo Neira Ayuso
2016-10-22 21:36 ` [PATCH nft 4/4] netlink: fix linearize numgen type Laura Garcia Liebana
2016-10-27 16:58 ` Pablo Neira Ayuso
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.1477170966.git.nevola@gmail.com \
--to=nevola@gmail.com \
--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 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.