[ANNOUNCE] iproute2 6.0 release
From: Stephen Hemminger
Date:  Tue Oct 04 2022 - 11:26:20 EST
New release of iproute2 corresponding to the 6.0 kernel release.
This release is overall smaller than usual. The most active parts
appear to be the devlink and bridge commands.
Download:
    https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-6.0.tar.gz
Repository for current release
    https://github.com/shemminger/iproute2.git
    git://git.kernel.org/pub/scm/network/iproute2/iproute2.git
And future release (net-next):
    git://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git
Contributions:
Baruch Siach (2):
      devlink: fix region-new usage message
      man: devlink-region(8): document the 'new' subcommand
Benjamin Poirier (4):
      bridge: Do not print stray prefixes in monitor mode
      ip-monitor: Do not listen for nexthops by default when specifying stats
      ip-monitor: Include stats events in default and "all" cases
      ip-monitor: Fix the selection of rtnl groups when listening for all object types
Changhyeok Bae (1):
      ipstats: Add param.h for musl
David Ahern (6):
      Update kernel headers
      Update kernel headers
      Update kernel headers
      Import ppp_defs.h uapi file from point of last kernel headers sync
      Import posix_types.h uapi file from point of last kernel headers sync
      Update kernel headers
Denis Ovsienko (1):
      man: fix a typo in devlink-dev(8)
Eli Cohen (2):
      vdpa: Add support for reading vdpa device statistics
      vdpa: Update man page to include vdpa statistics
Eric Dumazet (1):
      iplink: report tso_max_size and tso_max_segs
Hangbin Liu (2):
      iplink: bond_slave: add per port prio support
      libbpf: add xdp program name support
Ido Schimmel (1):
      man: tc-fw: Document masked handle usage
Jeffrey Ji (1):
      show rx_otherehost_dropped stat in ip link show
Jiri Pirko (1):
      devlink: add support for linecard show and type set
Khem Raj (1):
      configure: Define _GNU_SOURCE when checking for setns
Maxim Mikityanskiy (2):
      ss: Show zerocopy sendfile status of TLS sockets
      ss: Shorter display format for TLS zerocopy sendfile
Nikolay Aleksandrov (10):
      bridge: fdb: add new flush command
      bridge: fdb: add flush vlan matching
      bridge: fdb: add flush port matching
      bridge: fdb: add flush [no]permanent entry matching
      bridge: fdb: add flush [no]static entry matching
      bridge: fdb: add flush [no]dynamic entry matching
      bridge: fdb: add flush [no]added_by_user entry matching
      bridge: fdb: add flush [no]extern_learn entry matching
      bridge: fdb: add flush [no]sticky entry matching
      bridge: fdb: add flush [no]offloaded entry matching
Paolo Lungaroni (1):
      seg6: add support for SRv6 Headend Reduced Encapsulation
Peilin Ye (7):
      ss: Use assignment-suppression character in sscanf()
      ss: Remove unnecessary stack variable 'p' in user_ent_hash_build()
      ss: Do not call user_ent_hash_build() more than once
      ss: Delete unnecessary call to snprintf() in user_ent_hash_build()
      ss: Fix coding style issues in user_ent_hash_build()
      ss: Factor out fd iterating logic from user_ent_hash_build()
      ss: Introduce -T, --threads option
Petr Machata (1):
      ip: Fix rx_otherhost_dropped support
Stephen Hemminger (9):
      ipstats: add missing headers
      vdpa: fix statistics API mismatch
      uapi: update headers from 6.0-rc1
      uapi: update headers for xfrm and virtio_ring.h
      uapi: update bpf and virtio_net
      uapi: update of if_tun.h
      devlink: fix man page for linecard
      ss: fix duplicate include
      v6.0.0
Vikas Gupta (1):
      devlink: add support for running selftests
Wojciech Drewek (3):
      lib: refactor ll_proto functions
      lib: Introduce ppp protocols
      f_flower: Introduce PPPoE support