aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/mptcp.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: rename mptcp.txt to vnet_mptcp.txtAndrey Konovalov2020-06-121-121/+0
|
* pkg/compiler: check that flags values fit into base typeDmitry Vyukov2020-03-171-1/+4
| | | | | | | | flags[foo, int8] foo = 0x12345678 is always an error, detect these cases. Found some bugs in mptcp, packet sockets, kvm.
* pkg/compiler: check that const values fit into base typeDmitry Vyukov2020-03-171-4/+16
| | | | | const[0x12345678, int8] is always an error, detect these cases. Found some bugs in mptcp, socket proto and fuchsia fidl descriptions.
* tools: add script that checks copyright headersDmitry Vyukov2020-02-181-1/+1
| | | | Fixes #1604
* sys/linux: fix up mptcp descriptionsDmitry Vyukov2019-01-251-2/+5
| | | | | | | 1. Generate .const files for all arches. 2. Don't extract mptcp consts on android. 3. Remove mptcp includes from vnet.txt. 4. Enable CONFIG_MPTCP in syz-extract (mptcp is not like all other kernel headers).
* sys/linux: add Multipath TCP description8litz2019-01-251-0/+103
https://tools.ietf.org/html/rfc6824