aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_netlink_generic_mptcp.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: add more coverage for MPTCPChristoph Paasch2023-09-041-1/+9
| | | | | | New netlink command has been added to MPTCP as well as a few getsockopt. Add the necessary syskaller instructions.
* sys/linux: add ieee802154 descriptionsDmitry Vyukov2021-02-121-1/+1
|
* sys/linux: mptcp: Add netlink-API for MPTCP path-managementChristoph Paasch2020-06-111-0/+40
MPTCP exposes a generic netlink API to control address advertisement and subflow-creation. syzkaller should make use of this interface.