| 2 | | > This is the release of iproute2 corresponding to the 6.2 kernel. |
| 3 | | > Like the kernel, not a sexy release just a regular pedestrian update. |
| 4 | | > Moof the changes are in the devlink command. |
| 5 | | > |
| 6 | | > Download: |
| 7 | | > https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-6.2.tar.gz |
| 8 | | > |
| 9 | | > Repository for current release |
| 10 | | > https://github.com/shemminger/iproute2.git |
| 11 | | > git://git.kernel.org/pub/scm/network/iproute2/iproute2.git |
| 12 | | > |
| 13 | | > And future release (net-next): |
| 14 | | > git://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git |
| 15 | | > |
| 16 | | > Contributions: |
| 17 | | > |
| 18 | | > Benjamin Poirier (1): |
| 19 | | > - bridge: Remove unused function argument |
| 20 | | > |
| 21 | | > Daniel Machon (2): |
| 22 | | > - dcb: add new pcp-prio parameter to dcb app |
| 23 | | > - dcb: add new subcommand for apptrust |
| 24 | | > |
| 25 | | > David Ahern (3): |
| 26 | | > - Update kernel headers |
| 27 | | > - Update kernel headers |
| 28 | | > - Update kernel headers |
| 29 | | > |
| 30 | | > Denys Fedoryshchenko (1): |
| 31 | | > - libnetlink.c: Fix memory leak in batch mode |
| 32 | | > |
| 33 | | > Emeel Hakim (2): |
| 34 | | > - macsec: Fix Macsec replay protection |
| 35 | | > - macsec: Fix Macsec packet number attribute print |
| 36 | | > |
| 37 | | > Hans Schultz (2): |
| 38 | | > - bridge: fdb: Add support for locked FDB entries |
| 39 | | > - bridge: link: Add MAC Authentication Bypass (MAB) support |
| 40 | | > |
| 41 | | > Hauke Mehrtens (1): |
| 42 | | > - configure: Remove include <sys/stat.h> |
| 43 | | > |
| 44 | | > Ido Schimmel (4): |
| 45 | | > - man: bridge: Reword description of "locked" bridge port option |
| 46 | | > - libnetlink: Fix wrong netlink header placement |
| 47 | | > - dcb: Do not leave ACKs in socket receive buffer |
| 48 | | > - bridge: mdb: Remove double space in MDB dump |
| 49 | | > |
| 50 | | > Jacob Keller (1): |
| 51 | | > - devlink: support direct region read requests |
| 52 | | > |
| 53 | | > Jakub Wilk (1): |
| 54 | | > - man: ss: remove duplicated option name |
| 55 | | > |
| 56 | | > Jason Wang (1): |
| 57 | | > - vdpa: allow provisioning device features |
| 58 | | > |
| 59 | | > Jiri Pirko (5): |
| 60 | | > - devlink: add ifname_map_add/del() helpers |
| 61 | | > - devlink: get devlink port for ifname using RTNL get link command |
| 62 | | > - devlink: push common code to __pr_out_port_handle_start_tb() |
| 63 | | > - devlink: update ifname map when message contains DEVLINK_ATTR_PORT_NETDEV_NAME |
| 64 | | > - devlink: fix mon json output for trap-policer |
| 65 | | > |
| 66 | | > Leon Romanovsky (3): |
| 67 | | > - xfrm: prepare state offload logic to set mode |
| 68 | | > - xfrm: add packet offload mode to xfrm state |
| 69 | | > - xfrm: add an interface to offload policy |
| 70 | | > |
| 71 | | > Leonard Crestez (2): |
| 72 | | > - ip neigh: Support --json on ip neigh get |
| 73 | | > - testsuite: Add test for ip --json neigh get |
| 74 | | > |
| 75 | | > Matthieu Baerts (1): |
| 76 | | > - mptcp: add new listener events |
| 77 | | > |
| 78 | | > Max Tottenham (1): |
| 79 | | > - tc: Add JSON output to tc-class |
| 80 | | > |
| 81 | | > Michal Wilczynski (3): |
| 82 | | > - devlink: Introduce new attribute 'tx_priority' to devlink-rate |
| 83 | | > - devlink: Introduce new attribute 'tx_weight' to devlink-rate |
| 84 | | > - devlink: Add documentation for tx_prority and tx_weight |
| 85 | | > |
| 86 | | > Sam James (1): |
| 87 | | > - ip: fix UB in strncpy (e.g. truncated ip route output) |
| 88 | | > |
| 89 | | > Shay Drory (3): |
| 90 | | > - devlink: Support setting port function roce cap |
| 91 | | > - devlink: Support setting port function migratable cap |
| 92 | | > - devlink: Add documentation for roce and migratable port function attributes |
| 93 | | > |
| 94 | | > Stefan Pietsch (1): |
| 95 | | > - man: ip-link.8: Fix formatting |
| 96 | | > |
| 97 | | > Stephen Hemminger (19): |
| 98 | | > - uapi: update headers to 6.2-rc1 |
| 99 | | > - uapi: update vdpa.h |
| 100 | | > - tc/htb: break long lines |
| 101 | | > - tc/htb: add SPDX comment |
| 102 | | > - tc: remove support for rr qdisc |
| 103 | | > - bridge: use SPDX |
| 104 | | > - genl: use SPDX |
| 105 | | > - lib: replace GPL boilerplate with SPDX |
| 106 | | > - devlink: use SPDX |
| 107 | | > - ip: use SPDX |
| 108 | | > - testsuite: use SPDX |
| 109 | | > - tipc: use SPDX |
| 110 | | > - tc: replace GPL-BSD boilerplate in codel and fq |
| 111 | | > - tc: use SPDX |
| 112 | | > - misc: use SPDX |
| 113 | | > - netem: add SPDX license header |
| 114 | | > - add space after keyword |
| 115 | | > - uapi: update headers to 6.2-rc8 |
| 116 | | > - v6.2.0 |
| 117 | | > |
| 118 | | > Sven Neuhaus (1): |
| 119 | | > - ip-rule.8: Bring synopsis in line with description |
| 120 | | > |
| 121 | | > Tan Tee Min (1): |
| 122 | | > - taprio: fix wrong for loop condition in add_tc_entries() |
| 123 | | > |
| 124 | | > Vladimir Oltean (2): |
| 125 | | > - taprio: don't print the clockid if invalid |
| 126 | | > - taprio: support dumping and setting per-tc max SDU |
| 127 | | > |
| 128 | | > Wojciech Drewek (1): |
| 129 | | > - f_flower: Introduce L2TPv3 support |
| 130 | | > |
| 131 | | > Xin Long (1): |
| 132 | | > - iplink: fix the gso and gro max_size names in documentation |
| 133 | | > |
| | 2 | |