Pull networking fixes from Paolo Abeni:
 "Including fixes from bpf and netfilter.
  Current release - regressions:
   - eth: amt: fix possible null-ptr-deref in amt_rcv()
  Previous releases - regressions:
   - tcp: use alloc_large_system_hash() to allocate table_perturb
   - af_unix: fix a data-race in unix_dgram_peer_wake_me()
   - nfc: st21nfca: fix memory leaks in EVT_TRANSACTION handling
   - eth: ixgbe: fix unexpected VLAN rx in promisc mode on VF
  Previous releases - always broken:
   - ipv6: fix signed integer overflow in __ip6_append_data
   - netfilter:
       - nat: really support inet nat without l3 address
       - nf_tables: memleak flow rule from commit path
   - bpf: fix calling global functions from BPF_PROG_TYPE_EXT programs
   - openvswitch: fix misuse of the cached connection on tuple changes
   - nfc: nfcmrvl: fix memory leak in nfcmrvl_play_deferred
   - eth: altera: fix refcount leak in altera_tse_mdio_create
  Misc:
   - add Quentin Monnet to bpftool maintainers"
* tag 'net-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (45 commits)
  net: amd-xgbe: fix clang -Wformat warning
  tcp: use alloc_large_system_hash() to allocate table_perturb
  net: dsa: realtek: rtl8365mb: fix GMII caps for ports with internal PHY
  net: dsa: mv88e6xxx: correctly report serdes link failure
  net: dsa: mv88e6xxx: fix BMSR error to be consistent with others
  net: dsa: mv88e6xxx: use BMSR_ANEGCOMPLETE bit for filling an_complete
  net: altera: Fix refcount leak in altera_tse_mdio_create
  net: openvswitch: fix misuse of the cached connection on tuple changes
  net: ethernet: mtk_eth_soc: fix misuse of mem alloc interface netdev[napi]_alloc_frag
  ip_gre: test csum_start instead of transport header
  au1000_eth: stop using virt_to_bus()
  ipv6: Fix signed integer overflow in l2tp_ip6_sendmsg
  ipv6: Fix signed integer overflow in __ip6_append_data
  nfc: nfcmrvl: Fix memory leak in nfcmrvl_play_deferred
  nfc: st21nfca: fix incorrect sizing calculations in EVT_TRANSACTION
  nfc: st21nfca: fix memory leaks in EVT_TRANSACTION handling
  nfc: st21nfca: fix incorrect validating logic in EVT_TRANSACTION
  net: ipv6: unexport __init-annotated seg6_hmac_init()
  net: xfrm: unexport __init-annotated xfrm4_protocol_init()
  net: mdio: unexport __init-annotated mdio_bus_init()
  ...