* [ANNOUNCE] iproute2 6.1 release
@ 2022-12-14 16:27 Stephen Hemminger
2022-12-14 16:46 ` Nick
2022-12-14 17:16 ` Matthieu Baerts
0 siblings, 2 replies; 5+ messages in thread
From: Stephen Hemminger @ 2022-12-14 16:27 UTC (permalink / raw)
To: netdev
This is the release of iproute2 corresponding to the 6.1 kernel.
Nothing major; lots of usual set of small fixes.
Download:
https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-6.1.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:
Andrea Claudi (4):
man: ss.8: fix a typo
testsuite: fix build failure
genl: remove unused vars in Makefile
json: do not escape single quotes
Benjamin Poirier (1):
ip-monitor: Do not error out when RTNLGRP_STATS is not available
Daniel Xu (1):
ip-link: man: Document existence of netns argument in add command
David Ahern (4):
Update kernel headers
Update kernel headers
Update kernel headers
Update kernel headers
Emeel Hakim (2):
macsec: add Extended Packet Number support
macsec: add user manual description for extended packet number feature
Eyal Birger (2):
ip: xfrm: support "external" (`collect_md`) mode in xfrm interfaces
ip: xfrm: support adding xfrm metadata as lwtunnel info in routes
Hangbin Liu (5):
ip: add NLM_F_ECHO support
libnetlink: add offset for nl_dump_ext_ack_done
tc/tc_monitor: print netlink extack message
rtnetlink: add new function rtnl_echo_talk()
ip: fix return value for rtnl_talk failures
Ido Schimmel (1):
iplink_bridge: Add no_linklocal_learn option support
Jacob Keller (4):
devlink: use dl_no_arg instead of checking dl_argc == 0
devlink: remove dl_argv_parse_put
mnlg: remove unnused mnlg_socket structure
utils: extract CTRL_ATTR_MAXATTR and save it
Jiri Pirko (6):
devlink: expose nested devlink for a line card object
devlink: load port-ifname map on demand
devlink: fix parallel flash notifications processing
devlink: move use_iec into struct dl
devlink: fix typo in variable name in ifname_map_cb()
devlink: load ifname map on demand from ifname_map_rev_lookup() as well
Junxin Chen (1):
dcb: unblock mnl_socket_recvfrom if not message received
Lahav Schlesinger (1):
libnetlink: Fix memory leak in __rtnl_talk_iov()
Lai Peter Jun Ann (2):
tc_util: Fix no error return when large parent id used
tc_util: Change datatype for maj to avoid overflow issue
Matthieu Baerts (4):
ss: man: add missing entries for MPTCP
ss: man: add missing entries for TIPC
ss: usage: add missing parameters
ss: re-add TIPC query support
Michal Wilczynski (1):
devlink: Fix setting parent for 'rate add'
Nicolas Dichtel (1):
link: display 'allmulti' counter
Paolo Lungaroni (1):
seg6: add support for flavors in SRv6 End* behaviors
Roi Dayan (1):
tc: ct: Fix invalid pointer dereference
Stephen Hemminger (14):
uapi: update from 6.1 pre rc1
u32: fix json formatting of flowid
tc_stab: remove dead code
uapi: update for in.h and ip.h
remove #if 0 code
tc: add json support to size table
tc: put size table options in json object
tc/basic: fix json output filter
iplink: support JSON in MPLS output
tc: print errors on stderr
ip: print mpls errors on stderr
tc: make prefix const
man: add missing tc class show
6.1.0
Vincent Mailhol (1):
iplink_can: add missing `]' of the bitrate, dbitrate and termination arrays
Vladimir Oltean (1):
ip link: add sub-command to view and change DSA conduit interface
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ANNOUNCE] iproute2 6.1 release
2022-12-14 16:27 [ANNOUNCE] iproute2 6.1 release Stephen Hemminger
@ 2022-12-14 16:46 ` Nick
2022-12-14 16:55 ` Stephen Hemminger
2022-12-14 17:16 ` Matthieu Baerts
1 sibling, 1 reply; 5+ messages in thread
From: Nick @ 2022-12-14 16:46 UTC (permalink / raw)
To: Stephen Hemminger, netdev
The naming changed to "iproute2-v6.1.0.tar.gz" (so the link is wrong)?
On 12/14/22 17:27, Stephen Hemminger wrote:
> This is the release of iproute2 corresponding to the 6.1 kernel.
> Nothing major; lots of usual set of small fixes.
>
> Download:
> https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-6.1.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:
>
> Andrea Claudi (4):
> man: ss.8: fix a typo
> testsuite: fix build failure
> genl: remove unused vars in Makefile
> json: do not escape single quotes
>
> Benjamin Poirier (1):
> ip-monitor: Do not error out when RTNLGRP_STATS is not available
>
> Daniel Xu (1):
> ip-link: man: Document existence of netns argument in add command
>
> David Ahern (4):
> Update kernel headers
> Update kernel headers
> Update kernel headers
> Update kernel headers
>
> Emeel Hakim (2):
> macsec: add Extended Packet Number support
> macsec: add user manual description for extended packet number feature
>
> Eyal Birger (2):
> ip: xfrm: support "external" (`collect_md`) mode in xfrm interfaces
> ip: xfrm: support adding xfrm metadata as lwtunnel info in routes
>
> Hangbin Liu (5):
> ip: add NLM_F_ECHO support
> libnetlink: add offset for nl_dump_ext_ack_done
> tc/tc_monitor: print netlink extack message
> rtnetlink: add new function rtnl_echo_talk()
> ip: fix return value for rtnl_talk failures
>
> Ido Schimmel (1):
> iplink_bridge: Add no_linklocal_learn option support
>
> Jacob Keller (4):
> devlink: use dl_no_arg instead of checking dl_argc == 0
> devlink: remove dl_argv_parse_put
> mnlg: remove unnused mnlg_socket structure
> utils: extract CTRL_ATTR_MAXATTR and save it
>
> Jiri Pirko (6):
> devlink: expose nested devlink for a line card object
> devlink: load port-ifname map on demand
> devlink: fix parallel flash notifications processing
> devlink: move use_iec into struct dl
> devlink: fix typo in variable name in ifname_map_cb()
> devlink: load ifname map on demand from ifname_map_rev_lookup() as well
>
> Junxin Chen (1):
> dcb: unblock mnl_socket_recvfrom if not message received
>
> Lahav Schlesinger (1):
> libnetlink: Fix memory leak in __rtnl_talk_iov()
>
> Lai Peter Jun Ann (2):
> tc_util: Fix no error return when large parent id used
> tc_util: Change datatype for maj to avoid overflow issue
>
> Matthieu Baerts (4):
> ss: man: add missing entries for MPTCP
> ss: man: add missing entries for TIPC
> ss: usage: add missing parameters
> ss: re-add TIPC query support
>
> Michal Wilczynski (1):
> devlink: Fix setting parent for 'rate add'
>
> Nicolas Dichtel (1):
> link: display 'allmulti' counter
>
> Paolo Lungaroni (1):
> seg6: add support for flavors in SRv6 End* behaviors
>
> Roi Dayan (1):
> tc: ct: Fix invalid pointer dereference
>
> Stephen Hemminger (14):
> uapi: update from 6.1 pre rc1
> u32: fix json formatting of flowid
> tc_stab: remove dead code
> uapi: update for in.h and ip.h
> remove #if 0 code
> tc: add json support to size table
> tc: put size table options in json object
> tc/basic: fix json output filter
> iplink: support JSON in MPLS output
> tc: print errors on stderr
> ip: print mpls errors on stderr
> tc: make prefix const
> man: add missing tc class show
> 6.1.0
>
> Vincent Mailhol (1):
> iplink_can: add missing `]' of the bitrate, dbitrate and termination arrays
>
> Vladimir Oltean (1):
> ip link: add sub-command to view and change DSA conduit interface
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ANNOUNCE] iproute2 6.1 release
2022-12-14 16:46 ` Nick
@ 2022-12-14 16:55 ` Stephen Hemminger
0 siblings, 0 replies; 5+ messages in thread
From: Stephen Hemminger @ 2022-12-14 16:55 UTC (permalink / raw)
To: Nick; +Cc: netdev
Let me fix, the first version had wrong name.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ANNOUNCE] iproute2 6.1 release
2022-12-14 16:27 [ANNOUNCE] iproute2 6.1 release Stephen Hemminger
2022-12-14 16:46 ` Nick
@ 2022-12-14 17:16 ` Matthieu Baerts
2022-12-14 17:41 ` Stephen Hemminger
1 sibling, 1 reply; 5+ messages in thread
From: Matthieu Baerts @ 2022-12-14 17:16 UTC (permalink / raw)
To: Stephen Hemminger, netdev
Hi Stephen,
On 14/12/2022 17:27, Stephen Hemminger wrote:
> This is the release of iproute2 corresponding to the 6.1 kernel.
> Nothing major; lots of usual set of small fixes.
Thank you for this new release and for maintaining this project!
I noticed that the version that is now displayed with 'ip -V' is a bit
different. Before we had something like:
ip utility, iproute2-5.19.0
Now we have an extra 'v' before the version:
ip utility, iproute2-v6.1.0
I don't know if it is there[1] on purpose and if it is the reason why
the link was broken. It is just a detail, it was easy to fix my script
parsing the version on my side.
[1]
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=83de2e800531dd30c2f2dd6e5196ed26c16c0407
Cheers,
Matt
--
Tessares | Belgium | Hybrid Access Solutions
www.tessares.net
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ANNOUNCE] iproute2 6.1 release
2022-12-14 17:16 ` Matthieu Baerts
@ 2022-12-14 17:41 ` Stephen Hemminger
0 siblings, 0 replies; 5+ messages in thread
From: Stephen Hemminger @ 2022-12-14 17:41 UTC (permalink / raw)
To: Matthieu Baerts; +Cc: netdev
On Wed, 14 Dec 2022 18:16:36 +0100
Matthieu Baerts <matthieu.baerts@tessares.net> wrote:
> Hi Stephen,
>
> On 14/12/2022 17:27, Stephen Hemminger wrote:
> > This is the release of iproute2 corresponding to the 6.1 kernel.
> > Nothing major; lots of usual set of small fixes.
>
> Thank you for this new release and for maintaining this project!
>
> I noticed that the version that is now displayed with 'ip -V' is a bit
> different. Before we had something like:
>
> ip utility, iproute2-5.19.0
>
> Now we have an extra 'v' before the version:
>
> ip utility, iproute2-v6.1.0
>
> I don't know if it is there[1] on purpose and if it is the reason why
> the link was broken. It is just a detail, it was easy to fix my script
> parsing the version on my side.
>
> [1]
> https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=83de2e800531dd30c2f2dd6e5196ed26c16c0407
>
> Cheers,
> Matt
Sigh, all fallouts from one typo to a script.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-12-14 17:41 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-14 16:27 [ANNOUNCE] iproute2 6.1 release Stephen Hemminger
2022-12-14 16:46 ` Nick
2022-12-14 16:55 ` Stephen Hemminger
2022-12-14 17:16 ` Matthieu Baerts
2022-12-14 17:41 ` Stephen Hemminger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).