Hi, The following patchset contains Netfilter fixes for net: 1) Fix incorrect printing of memory size of IPVS connection hash table, from Pengcheng Yang. 2) Fix spurious EEXIST errors in nft_set_rbtree. 3) Remove leftover empty flowtable file, from Rongguang Wei. 4) Fix ip6_route_me_harder() with vrf driver, from Martin Willi. Please, pull these changes from: git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git Thanks. ---------------------------------------------------------------- The following changes since commit 4cf35a2b627a020fe1a6b6fc7a6a12394644e474: net: mscc: ocelot: fix broken IP multicast flooding (2022-04-19 10:33:33 +0200) 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 8ddffdb9442a9d60b4a6e679ac48d7d21403a674: netfilter: Update ip6_route_me_harder to consider L3 domain (2022-04-25 11:09:20 +0200) ---------------------------------------------------------------- Martin Willi (1): netfilter: Update ip6_route_me_harder to consider L3 domain Pablo Neira Ayuso (1): netfilter: nft_set_rbtree: overlap detection with element re-addition after deletion Pengcheng Yang (1): ipvs: correctly print the memory size of ip_vs_conn_tab Rongguang Wei (1): netfilter: flowtable: Remove the empty file net/ipv4/netfilter/nf_flow_table_ipv4.c | 0 net/ipv6/netfilter.c | 10 ++++++++-- net/netfilter/ipvs/ip_vs_conn.c | 2 +- net/netfilter/nft_set_rbtree.c | 6 +++++- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 net/ipv4/netfilter/nf_flow_table_ipv4.c