All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH nft,v3 0/9] netmap support for nft
@ 2020-04-28 15:41 Pablo Neira Ayuso
  2020-04-28 15:41 ` [PATCH nft,v3 1/9] src: NAT support for intervals in maps Pablo Neira Ayuso
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Pablo Neira Ayuso @ 2020-04-28 15:41 UTC (permalink / raw)
  To: netfilter-devel

Hi,

Another round of updates for the netmap support:

* Fix memleak when parsing set element data range.
* Convert range to prefix when listing.

Pablo Neira Ayuso (9):
  src: NAT support for intervals in maps
  include: resync nf_nat.h kernel header
  src: add netmap support
  src: add STMT_NAT_F_CONCAT flag and use it
  evaluate: fix crash when handling concatenation without map
  tests: py: concatenation, netmap and nat mappings
  mnl: restore --debug=netlink output with sets
  tests: py: remove range test with service names
  tests: shell: add NAT mappings tests

 include/expression.h                          |   2 +
 include/linux/netfilter/nf_nat.h              |  15 ++-
 include/statement.h                           |   8 +-
 src/evaluate.c                                |  50 +++++++-
 src/mnl.c                                     |  10 +-
 src/netlink.c                                 | 111 +++++++++++++++++-
 src/netlink_delinearize.                      |   0
 src/netlink_delinearize.c                     |  45 ++++++-
 src/netlink_linearize.c                       |  14 ++-
 src/parser_bison.y                            |  53 ++++++++-
 src/rule.c                                    |   3 +
 src/statement.c                               |   6 +-
 tests/py/inet/dccp.t                          |   1 -
 tests/py/ip/snat.t                            |   4 +
 tests/py/ip/snat.t.payload                    |  27 +++++
 tests/shell/testcases/sets/0046netmap_0       |  14 +++
 tests/shell/testcases/sets/0047nat_0          |  20 ++++
 .../testcases/sets/dumps/0046netmap_0.nft     |   6 +
 .../shell/testcases/sets/dumps/0047nat_0.nft  |  13 ++
 19 files changed, 388 insertions(+), 14 deletions(-)
 create mode 100644 src/netlink_delinearize.
 create mode 100755 tests/shell/testcases/sets/0046netmap_0
 create mode 100755 tests/shell/testcases/sets/0047nat_0
 create mode 100644 tests/shell/testcases/sets/dumps/0046netmap_0.nft
 create mode 100644 tests/shell/testcases/sets/dumps/0047nat_0.nft

-- 
2.20.1


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

end of thread, other threads:[~2020-04-28 15:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-28 15:41 [PATCH nft,v3 0/9] netmap support for nft Pablo Neira Ayuso
2020-04-28 15:41 ` [PATCH nft,v3 1/9] src: NAT support for intervals in maps Pablo Neira Ayuso
2020-04-28 15:41 ` [PATCH nft,v3 2/9] include: resync nf_nat.h kernel header Pablo Neira Ayuso
2020-04-28 15:41 ` [PATCH nft,v3 3/9] src: add netmap support Pablo Neira Ayuso
2020-04-28 15:41 ` [PATCH nft,v3 4/9] src: add STMT_NAT_F_CONCAT flag and use it Pablo Neira Ayuso
2020-04-28 15:41 ` [PATCH nft,v3 5/9] evaluate: fix crash when handling concatenation without map Pablo Neira Ayuso
2020-04-28 15:41 ` [PATCH nft,v3 6/9] tests: py: concatenation, netmap and nat mappings Pablo Neira Ayuso
2020-04-28 15:41 ` [PATCH nft,v3 7/9] mnl: restore --debug=netlink output with sets Pablo Neira Ayuso
2020-04-28 15:41 ` [PATCH nft,v3 8/9] tests: py: remove range test with service names Pablo Neira Ayuso
2020-04-28 15:41 ` [PATCH nft,v3 9/9] tests: shell: add NAT mappings tests Pablo Neira Ayuso

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.