Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Tags: little-dude/netlink

Tags

20220715

Toggle 20220715's commit message

Verified

This tag was signed with the committer’s verified signature.
cathay4t Gris Ge
New bundle release 20220715

== Versioning
 * rtnetlink 0.10.1 -> 0.11.0
 * netlink-packet-route 0.12.0 -> 0.13.0

== Breaking Changes
 * netlink-packet-route: `rtnl::link::nlas::InfoData::Bond` changed from
   `Vec<u8>` to `Vec<InfoBond>`. (99b5765)

== New Features
 * Add support bond. (99b5765)

== Bug fixes
 * Fix the flag of link deletion. (9dccf92)

20220624

Toggle 20220624's commit message

Verified

This tag was signed with the committer’s verified signature.
cathay4t Gris Ge
New bundle release 20220624

The netlink-proto 0.9.3 breaks existing projects as it removed
ErrorKind from root. Yanked 0.9.3 release and tag it 0.10.0.
All crates used it should dump the micro version also:

audit 0.7.0 -> 0.7.1
ethtool 0.2.2 -> 0.2.3
genetlink 0.2.2 -> 0.2.3
mptcp-pm 0.1.0 -> 0.1.1
netlink-packet-audit 0.4.1 -> 0.4.2
netlink-packet-wireguard 0.2.1 -> 0.2.2
rtnetlink 0.10.0 -> 0.10.1

20220623

Toggle 20220623's commit message

Verified

This tag was signed with the committer’s verified signature.
cathay4t Gris Ge
New bundle release 20220623

== Versioning
 * audit 0.6.0 -> 0.7.0
 * genetlink 0.2.1 -> 0.2.2
 * mptcp-pm NULL -> 0.1.0
 * netlink-packet-generic 0.2.0 -> 0.3.1
 * netlink-packet-audit 0.4.0 -> 0.4.1
 * netlink-packet-route 0.11.0 -> 0.12.0
 * netlink-proto 0.9.2 -> 0.9.3
 * netlink-sys 0.8.2 -> 0.8.3
 * rtnetlink 0.9.1 -> 0.10.0

== Breaking Changes
 * audit: removed `audit::proto::ErrorKind`. (3d799df)
 * netlink-packet-route: changed from `AfSpecBridge::VlanInfo(Vec<u8>)` to
   `AfSpecBridge::VlanInfo(BridgeVlanInfo)`. (f21ddb2)
 * netlink-packet-route: changed from `Nla::AfSpecBridge(Vec<u8>)` to
   `Nla::AfSpecBridge(Vec<AfSpecBridge>)`. (f21ddb2)
 * netlink-packet-route: removed `InfoBridge::Flags` and `InfoBridge::VlanInfo`
   as they should in `Nla::AfSpecBridge`. (b688737)
 * netlink-packet-route: changed `NextHop.gateway` to
   `NextHop.nlas`. (f6b3b9a)
 * rtnetlink: Removed `rtnetlink::proto::ErrorKind`. (3d799df)

== New Features
 * New crate mptcp-pm for MPTCP path manager. (1903b39)
 * netlink-packet-route: Add tc filter support. (2c41fb0)
 * netlink-packet-route: Add tc qdisc support. (921a936)
 * rtnetlink: Add tc filter support. (2c41fb0)
 * rtnetlink: Add tc qdisc support. (921a936)

== Bug fixes
 * netlink-packet-audit: Simplfied codec error handling.
   (33cc558, 0027b82, 9cdc870)
 * netlink-packet-route: Fixed tc buffer error. (d2a5109)
 * netlink-proto: fix netlink_proto::Error recursive problem. (3d799df)
 * netlink-proto: Simplfied codec error handling. (0027b82, 9cdc870)

20220220

Toggle 20220220's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #240 from little-dude/release

20220115

Toggle 20220115's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #226 from little-dude/release

20211229

Toggle 20211229's commit message
release 2021-12-29

20210930

Toggle 20210930's commit message

Verified

This tag was signed with the committer’s verified signature.
cathay4t Gris Ge
New group release 20210927

Versioning:
 * ethtool NULL -> 0.1.0
 * genetlink NULL -> 0.1.0
 * netlink-packet-generic NULL -> 0.1.0
 * netlink-packet-route 0.7.0 -> 0.8.0
 * rtnetlink 0.8.0 -> 0.8.1

Breaking Changes:
 * `netlink_packet_route::rtnl::link::nlas::Nla::PropList` changed from
 `PropList(Vec<u8>)` to `PropList(Vec<Prop>)` (b4b3c46)

New Features:
 * New crate for ethtool netlink protocol (7998f8c, 2b79197, bc43fd6, 2ec5f17,
   cb8738b)
 * New create for higher level abstraction of generic netlink protocol (89ee697)
 * New crate for generic netlink protocol (89ee697)
 * netlink-packet-route: Add support of property addition and deletion (cc073b3)

Bug fixes:
 * netlink-packet-route: vlan: Fix endianness when creating VLAN (b0fd2ea)
 * rtnetlink: drop byteordered dependency (8bca238)