summaryrefslogtreecommitdiff
path: root/common/device/com/android/net/module/util/Struct.java
Commit message (Expand)AuthorAgeFilesLines
* Make the struct "not a subclass of Struct" error message clearer.Lorenzo Colitti2022-02-021-1/+2
* Add U8 subclasses to Structmarkchien2022-01-261-0/+10
* Add U32 S64 subclasses to StructTyler Wear2022-01-211-0/+18
* Migrate netlink-client to net-utils-device-common-netlink.Xiao Ma2021-07-291-2/+3
* Check the ByteArray actual size before writing it to ByteBuffer.Xiao Ma2021-03-031-15/+27
* Support IPv4/6 address type in Struct.Xiao Ma2021-01-211-16/+53
* Implement generic toString/equals/hashCode in Struct.Xiao Ma2021-01-191-1/+74
* Default write to byte array with native ordermarkchien2021-01-051-0/+5
* Support common MacAddress Type in Struct.Xiao Ma2020-12-241-0/+17
* Move Struct.java to com.android.net.module.util package.Xiao Ma2020-12-171-0/+588