aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_xdp.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: support new split sound ioctlsDmitry Vyukov2019-12-181-1/+3
| | | | | | Some sounds ioctls are now explicitly doubled for 32/64 bits. Support that. Fix mips SOL_SOCKET issues by rearranging includes. Improve few other fields.
* sys/linux: various descriptions fixesAndrey Konovalov2019-12-181-0/+1
|
* sys/linux: add some new flagsDmitry Vyukov2019-10-151-1/+1
| | | | Add a few new assorted things, some flags, etc.
* pkg/compiler: check for unused declarationsDmitry Vyukov2018-06-301-1/+1
| | | | | Error on unused structs/unions/resources/flags. Finds tons of bugs.
* sys/linux: refine xdp descriptionDmitry Vyukov2018-06-181-1/+9
| | | | | | | | | Split sockaddr_xdp for bind. Bind accepts another sock_xdp in addr. Without the split getsockaddr "can" create sock_xdp's because it returns generic sockaddr which contains all addresses, including sockaddr_xdp, which in turn contains sock_xdp.
* sys/linux: add AF_XDP supportDmitry Vyukov2018-06-071-0/+62