| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sys/linux: add AF_TIPC netlink interface and packet formats | Dmitry Vyukov | 2018-12-09 | 1 | -1/+1 |
| | | |||||
| * | pkg/compiler: check for unused declarations | Dmitry Vyukov | 2018-06-30 | 1 | -1/+0 |
| | | | | | | Error on unused structs/unions/resources/flags. Finds tons of bugs. | ||||
| * | sys/linux: fix nlattr alignment | Dmitry Vyukov | 2018-03-21 | 1 | -1/+1 |
| | | | | | It seems that alignment is never present in the nlattr. | ||||
| * | sys/linux: remove proc type from network descriptions | Dmitry Vyukov | 2018-02-26 | 1 | -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 netlink | Dmitry Vyukov | 2018-01-13 | 1 | -54/+46 |
| | | | | | -350 lines of descriptions | ||||
| * | sys/linux: regenerate arm consts + small netlink fixed | Dmitry Vyukov | 2018-01-11 | 1 | -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 descriptions | Dmitry Vyukov | 2018-01-09 | 1 | -2/+47 |
| | | |||||
| * | sys/linux: add AF_NETLINK/NETLINK_CRYPTO descriptions | Dmitry Vyukov | 2018-01-09 | 1 | -3/+5 |
| | | |||||
| * | sys/linux: netlink xfrm support | Dmitry Vyukov | 2017-12-31 | 1 | -12/+38 |
| | | |||||
| * | sys/linux: assorted improvements | Dmitry Vyukov | 2017-12-29 | 1 | -4/+5 |
| | | | | | Mostly extensions of API in 4.15. | ||||
| * | sys/linux: fix control len in msghdr's | Dmitry Vyukov | 2017-11-27 | 1 | -1/+1 |
| | | | | | Contol len is in bytes, not array elements. | ||||
| * | sys: move linux descriptions to sys/linux | Dmitry Vyukov | 2017-09-15 | 1 | -0/+73 |
