netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH libnftnl v2 0/6] bitwise shift support
@ 2020-01-17 20:58 Jeremy Sowden
  2020-01-17 20:58 ` [PATCH libnftnl v2 1/6] Update gitignore Jeremy Sowden
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Jeremy Sowden @ 2020-01-17 20:58 UTC (permalink / raw)
  To: Netfilter Devel

The kernel supports bitwise shift operations.  This patch-set adds the
support to libnftnl.  There are couple of preliminary housekeeping
patches.

Jeremy Sowden (6):
  Update gitignore.
  bitwise: fix some incorrect indentation.
  bitwise: add helper to print boolean expressions.
  include: update nf_tables.h.
  bitwise: add support for new netlink attributes.
  bitwise: add support for left- and right-shifts.

 .gitignore                          |   9 ++
 include/libnftnl/expr.h             |   2 +
 include/linux/netfilter/nf_tables.h |  24 +++-
 src/expr/bitwise.c                  |  93 +++++++++++--
 tests/nft-expr_bitwise-test.c       | 204 +++++++++++++++++++++++++---
 5 files changed, 304 insertions(+), 28 deletions(-)

-- 
2.24.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-01-18 20:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-17 20:58 [PATCH libnftnl v2 0/6] bitwise shift support Jeremy Sowden
2020-01-17 20:58 ` [PATCH libnftnl v2 1/6] Update gitignore Jeremy Sowden
2020-01-17 20:58 ` [PATCH libnftnl v2 2/6] bitwise: fix some incorrect indentation Jeremy Sowden
2020-01-17 20:58 ` [PATCH libnftnl v2 3/6] bitwise: add helper to print boolean expressions Jeremy Sowden
2020-01-17 20:58 ` [PATCH libnftnl v2 4/6] include: update nf_tables.h Jeremy Sowden
2020-01-17 20:58 ` [PATCH libnftnl v2 5/6] bitwise: add support for new netlink attributes Jeremy Sowden
2020-01-17 20:58 ` [PATCH libnftnl v2 6/6] bitwise: add support for left- and right-shifts Jeremy Sowden
2020-01-18  8:58 ` [PATCH libnftnl v2 0/6] bitwise shift support Jeremy Sowden
2020-01-18 20:25 ` Pablo Neira Ayuso

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).