aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_tipc_netlink_mips64le.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: switch to the new .const formatDmitry Vyukov2020-08-131-98/+0
| | | | | | | This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983
* sys/linux: add descriptions for new tipc crypto APIsJiaheng Hu2020-06-181-0/+7
| | | | | | | | | Added the TIPC_NLA_NODE_KEY and TIPC_NLA_NODE_ID fields in the socket_tipc_netlink.txt file. Created a new struct to hold the key. Created two new descriptions for TIPC_NL_KEY_SET and TIPC_NL_KEY_FLUSH. The related kernel commits can be seen in https://git.kernel.org/linus/134bdac39766 and https://git.kernel.org/linus/e1f32190cf7d.
* sys/linux: check for missing/duplicate netlink attrsDmitry Vyukov2020-01-231-0/+7
| | | | Update #590
* Autogenerated files for linux/mips64leJouni Hogander2019-12-171-0/+84
This patch adds all autogenerated files for linux/mips64le. Files are generated by following commands: make extract bin/syz-extract -build -os=linux -arch=mips64le -sourcedir=linux make generate