aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_netlink.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: add AF_TIPC netlink interface and packet formatsDmitry Vyukov2018-12-091-1/+1
|
* pkg/compiler: check for unused declarationsDmitry Vyukov2018-06-301-1/+0
| | | | | Error on unused structs/unions/resources/flags. Finds tons of bugs.
* sys/linux: fix nlattr alignmentDmitry Vyukov2018-03-211-1/+1
| | | | It seems that alignment is never present in the nlattr.
* sys/linux: remove proc type from network descriptionsDmitry Vyukov2018-02-261-2/+2
| | | | | | | | | | We now always create net namespace for testing, so socket ports and other IDs do not overlap between different test processes. Proc types play badly with squashing packets to ANYBLOB. To squash into a block we need concrete value, but it depends on process id. Removing proc also makes tun setup and address descriptions simpler.
* sys/linux: use type templates for netlinkDmitry Vyukov2018-01-131-54/+46
| | | | -350 lines of descriptions
* sys/linux: regenerate arm consts + small netlink fixedDmitry Vyukov2018-01-111-4/+8
| | | | | | | | Arm was broken on upstream kernel for some time due to some assembler error. Now it seems to be fixed, so regenerate consts. Also fix small issues in new netlink descriptions.
* sys/linux: add AF_NETLINK/NETLINK_NETFILTER descriptionsDmitry Vyukov2018-01-091-2/+47
|
* sys/linux: add AF_NETLINK/NETLINK_CRYPTO descriptionsDmitry Vyukov2018-01-091-3/+5
|
* sys/linux: netlink xfrm supportDmitry Vyukov2017-12-311-12/+38
|
* sys/linux: assorted improvementsDmitry Vyukov2017-12-291-4/+5
| | | | Mostly extensions of API in 4.15.
* sys/linux: fix control len in msghdr'sDmitry Vyukov2017-11-271-1/+1
| | | | Contol len is in bytes, not array elements.
* sys: move linux descriptions to sys/linuxDmitry Vyukov2017-09-151-0/+73