| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sys/linux: remove proc type from network descriptions | Dmitry Vyukov | 2018-02-26 | 1 | -4/+3 |
| | | | | | | | | | | | 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: add AF_NETLINK/NETLINK_CRYPTO descriptions | Dmitry Vyukov | 2018-01-09 | 1 | -3/+3 |
| | | |||||
| * | sys/linux: add type aliases for complex xfrm types | Dmitry Vyukov | 2018-01-08 | 1 | -5/+5 |
| | | |||||
| * | sys/linux: add type alias for socket port | Dmitry Vyukov | 2018-01-08 | 1 | -1/+1 |
| | | | | | | | type sock_port proc[20000, 4, int16be] That was repeated a few times. | ||||
| * | prog: support opt for proc types | Dmitry Vyukov | 2018-01-06 | 1 | -2/+2 |
| | | |||||
| * | pkg/compiler: add bitsize type | Dmitry Vyukov | 2018-01-06 | 1 | -2/+1 |
| | | | | | This is need for few crypto/xfrm descriptions. | ||||
| * | sys/linux: netlink xfrm support | Dmitry Vyukov | 2017-12-31 | 1 | -17/+23 |
| | | |||||
| * | sys/linux: describe PF_KEY | Dmitry Vyukov | 2017-12-11 | 1 | -6/+198 |
| | | |||||
| * | sys: move linux descriptions to sys/linux | Dmitry Vyukov | 2017-09-15 | 1 | -0/+12 |
