Hi, The following patchset contains Netfilter fixes for net: 1) Incorrect output device in nf_egress hook, from Phill Sutter. 2) Preserve liberal flag in TCP conntrack state, reported by Sven Auhagen. 3) Use GFP_KERNEL_ACCOUNT flag for nf_tables objects, from Vasily Averin. Please, pull these changes from: git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git Thanks. ---------------------------------------------------------------- The following changes since commit f92fcb5c00dc924a4661d5bf68de7937040f26b8: Merge branch 'ice-avoid-sleeping-scheduling-in-atomic-contexts' (2022-03-23 10:40:44 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git HEAD for you to fetch changes up to 33758c891479ea1c736abfee64b5225925875557: memcg: enable accounting for nft objects (2022-03-28 10:11:23 +0200) ---------------------------------------------------------------- Pablo Neira Ayuso (1): netfilter: nf_conntrack_tcp: preserve liberal flag in tcp options Phil Sutter (1): netfilter: egress: Report interface as outgoing Vasily Averin (1): memcg: enable accounting for nft objects include/linux/netfilter_netdev.h | 2 +- net/netfilter/core.c | 2 +- net/netfilter/nf_conntrack_proto_tcp.c | 17 +++++++++---- net/netfilter/nf_tables_api.c | 44 +++++++++++++++++----------------- 4 files changed, 37 insertions(+), 28 deletions(-)