Hello, This batch contains a few updates for your *net-next* tree. First 4 Patches, from Yue Haibing, remove unused prototypes in various netfilter headers. Last patch makes nfnetlink_log to always include a packet timestamp, up to now it was only included if the skb had assigned previously. >From Maciej Żenczykowski. The following changes since commit b98a5aa7e4c20d6e4d9062ee0f0156ff3ad300fa: Merge branch 'net-remove-redundant-initialization-owner' (2023-08-07 19:18:30 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next.git tags/nf-next-2023-08-08 for you to fetch changes up to 1d85594fd3e7e39e63b53b1bdc2d89db43b6ecd5: netfilter: nfnetlink_log: always add a timestamp (2023-08-08 13:03:36 +0200) ---------------------------------------------------------------- nf-next pull request 2023-08-08 ---------------------------------------------------------------- Maciej Żenczykowski (1): netfilter: nfnetlink_log: always add a timestamp Yue Haibing (4): netfilter: gre: Remove unused function declaration nf_ct_gre_keymap_flush() netfilter: helper: Remove unused function declarations netfilter: conntrack: Remove unused function declarations netfilter: h323: Remove unused function declarations include/linux/netfilter/nf_conntrack_h323.h | 4 ---- include/linux/netfilter/nf_conntrack_proto_gre.h | 1 - include/net/netfilter/nf_conntrack.h | 4 ---- include/net/netfilter/nf_conntrack_acct.h | 2 -- include/net/netfilter/nf_conntrack_helper.h | 3 --- include/net/netfilter/nf_conntrack_labels.h | 1 - net/netfilter/nfnetlink_log.c | 6 ++---- 7 files changed, 2 insertions(+), 19 deletions(-)