netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH nft 0/9] various cleanups related to enums and struct datatype
@ 2023-09-20 14:26 Thomas Haller
  2023-09-20 14:26 ` [PATCH nft 1/9] src: fix indentation/whitespace Thomas Haller
                   ` (8 more replies)
  0 siblings, 9 replies; 31+ messages in thread
From: Thomas Haller @ 2023-09-20 14:26 UTC (permalink / raw)
  To: NetFilter; +Cc: Thomas Haller

Various loosely related patches in the hope to improve something.

Thomas Haller (9):
  src: fix indentation/whitespace
  include: fix missing definitions in <cache.h>/<headers.h>
  datatype: drop flags field from datatype
  datatype: use "enum byteorder" instead of int in set_datatype_alloc()
  payload: use enum icmp_hdr_field_type in
    payload_may_dependency_kill_icmp()
  netlink: handle invalid etype in set_make_key()
  expression: cleanup expr_ops_by_type() and handle u32 input
  datatype: use __attribute__((packed)) instead of enum bitfields
  proto: add missing proto_definitions for PROTO_DESC_GENEVE

 include/cache.h           |  9 +++++++++
 include/datatype.h        | 27 +++++++++++----------------
 include/expression.h      | 10 ++++++----
 include/headers.h         |  2 ++
 include/proto.h           | 11 +++++++----
 src/datatype.c            | 22 +++++++++-------------
 src/evaluate.c            |  2 +-
 src/expression.c          | 23 +++++++++++------------
 src/meta.c                |  6 +++---
 src/netlink.c             |  6 ++++--
 src/netlink_delinearize.c |  2 +-
 src/payload.c             | 10 ++++------
 src/proto.c               |  3 ++-
 src/rt.c                  |  2 +-
 src/segtree.c             |  5 ++---
 15 files changed, 73 insertions(+), 67 deletions(-)

-- 
2.41.0


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

end of thread, other threads:[~2023-09-25  8:44 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-20 14:26 [PATCH nft 0/9] various cleanups related to enums and struct datatype Thomas Haller
2023-09-20 14:26 ` [PATCH nft 1/9] src: fix indentation/whitespace Thomas Haller
2023-09-20 16:03   ` Pablo Neira Ayuso
2023-09-20 14:26 ` [PATCH nft 2/9] include: fix missing definitions in <cache.h>/<headers.h> Thomas Haller
2023-09-20 14:26 ` [PATCH nft 3/9] datatype: drop flags field from datatype Thomas Haller
2023-09-20 18:10   ` Pablo Neira Ayuso
2023-09-20 19:23     ` Thomas Haller
2023-09-21 14:23       ` Pablo Neira Ayuso
2023-09-22  8:51         ` Thomas Haller
2023-09-22 11:18           ` Pablo Neira Ayuso
2023-09-20 14:26 ` [PATCH nft 4/9] datatype: use "enum byteorder" instead of int in set_datatype_alloc() Thomas Haller
2023-09-20 16:27   ` Pablo Neira Ayuso
2023-09-20 14:26 ` [PATCH nft 5/9] payload: use enum icmp_hdr_field_type in payload_may_dependency_kill_icmp() Thomas Haller
2023-09-20 16:32   ` Pablo Neira Ayuso
2023-09-20 14:26 ` [PATCH nft 6/9] netlink: handle invalid etype in set_make_key() Thomas Haller
2023-09-20 16:22   ` Pablo Neira Ayuso
2023-09-20 16:24   ` Pablo Neira Ayuso
2023-09-20 14:26 ` [PATCH nft 7/9] expression: cleanup expr_ops_by_type() and handle u32 input Thomas Haller
2023-09-20 18:13   ` Pablo Neira Ayuso
2023-09-20 19:28     ` Thomas Haller
2023-09-21 14:19       ` Pablo Neira Ayuso
2023-09-22  8:54         ` Thomas Haller
2023-09-22  9:56           ` Pablo Neira Ayuso
2023-09-25  8:44           ` Pablo Neira Ayuso
2023-09-20 14:26 ` [PATCH nft 8/9] datatype: use __attribute__((packed)) instead of enum bitfields Thomas Haller
2023-09-20 16:02   ` Pablo Neira Ayuso
2023-09-20 17:48     ` Thomas Haller
2023-09-20 18:07       ` Pablo Neira Ayuso
2023-09-20 16:46   ` Pablo Neira Ayuso
2023-09-20 14:26 ` [PATCH nft 9/9] proto: add missing proto_definitions for PROTO_DESC_GENEVE Thomas Haller
2023-09-20 16:14   ` 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).