All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH nft 0/4] list hooks refactoring
@ 2024-07-26  1:58 Florian Westphal
  2024-07-26  1:58 ` [PATCH nft 1/4] doc: add documentation about list hooks feature Florian Westphal
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Florian Westphal @ 2024-07-26  1:58 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Florian Westphal

First patch adds a bit more documentation for
"nft list hooks".

2nd patch removes decnet support, this was removed
2 years ago from the kernel.

3rd patch fixes 'nft list hooks device foo' from
listing hooks for 'foo' as 'bridge' family instead of 'netdev'.

Last patch adds support for egress hooks, this was missing
so far.

Florian Westphal (4):
  doc: add documentation about list hooks feature
  src: remove decnet support
  src: mnl: clean up hook listing code
  src: add egress support for 'list hooks'

 Makefile.am                      |   2 +-
 doc/additional-commands.txt      | 115 +++++++++++++++++++++++++++
 doc/nft.txt                      |  63 +--------------
 include/linux/netfilter_decnet.h |  72 -----------------
 src/mnl.c                        | 132 +++++++++----------------------
 5 files changed, 156 insertions(+), 228 deletions(-)
 create mode 100644 doc/additional-commands.txt
 delete mode 100644 include/linux/netfilter_decnet.h

-- 
2.44.2


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

end of thread, other threads:[~2024-08-19 12:10 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-26  1:58 [PATCH nft 0/4] list hooks refactoring Florian Westphal
2024-07-26  1:58 ` [PATCH nft 1/4] doc: add documentation about list hooks feature Florian Westphal
2024-07-26  9:00   ` Pablo Neira Ayuso
2024-07-26 12:31     ` Florian Westphal
2024-07-28 23:19       ` Pablo Neira Ayuso
2024-07-28 23:37         ` Florian Westphal
2024-07-29  0:21           ` Pablo Neira Ayuso
2024-07-29 15:32             ` Florian Westphal
2024-07-30 23:34               ` Pablo Neira Ayuso
2024-08-13 11:06               ` Phil Sutter
2024-08-19 10:56                 ` Pablo Neira Ayuso
2024-08-19 12:10                   ` Florian Westphal
2024-07-26  1:58 ` [PATCH nft 2/4] src: remove decnet support Florian Westphal
2024-07-29 23:23   ` Florian Westphal
2024-07-26  1:58 ` [PATCH nft 3/4] src: mnl: clean up hook listing code Florian Westphal
2024-07-26  1:58 ` [PATCH nft 4/4] src: add egress support for 'list hooks' Florian Westphal

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.