aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_bluetooth.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: use syz_init_net_socket for bluetoothSabyrzhan Tasbolatov2024-10-301-4/+4
| | | | | | Replace socket_$bt_{bnep, cmtp, hidp, rfcomm} to syz_init_net_socket. Fixes: https://github.com/google/syzkaller/issues/4729
* sys/linux: add HCI_COMMAND_PKT descriptionsAndy Nguyen2020-08-051-0/+1
|
* sys/linux: move vhci stuff to dev_vhci.txtAndrey Konovalov2020-06-121-35/+0
|
* sys/linux: add l2cap descriptionsTheOfficialFloW2020-06-111-16/+7
| | | | | | | * sys/linux: add l2cap descriptions * sys/linux: restore bpf and fscrypt changes * sys/linux: restore key.txt
* sys/linux: add vhci headers for event packetsTheOfficialFloW2020-06-101-1/+6
| | | | | | | | | | | * sys/linux: add vhci headers for command packets * sys/linux: make generate * sys/linux: use event packet instead of command packets * sys/linux/vhci.txt: move low-energy entries to hci_ev_le_meta_un * sys/linux/vhci.txt: add hci_ev_cmd_complete opcodes
* sys/linux: extend DRM ioctl descriptionsDmitry Vyukov2020-01-251-5/+5
| | | | | | + disable binderfs (see comments) + add few more missing tty ioctls + improve few minor things in hci descriptions
* sys/linux: add more device descriptions (geneve, lowpan, ipoib, cfhsi)Dmitry Vyukov2020-01-191-18/+34
|
* sys/linux: fix 240 warnings in descriptionsDmitry Vyukov2019-12-201-10/+7
| | | | | | Sweeping fix of everything up to socket_netlink_route.txt. Update #590
* sys/linux: describe /dev/vhci interfaceDmitry Vyukov2018-12-291-0/+28
|
* sys/linux: misc assorted improvementsDmitry Vyukov2018-12-291-7/+15
| | | | | | Add new bpf consts/commands. Refine bluetooth descriptions. Remove removed crypto consts.
* sys/linux: extend AX25/ROSE/NETROM descriptionsDmitry Vyukov2018-12-241-2/+0
|
* pkg/compiler: check for unused declarationsDmitry Vyukov2018-06-301-0/+1
| | | | | Error on unused structs/unions/resources/flags. Finds tons of bugs.
* sys/linux: add syz_init_net_socket syscallDmitry Vyukov2018-03-051-3/+4
| | | | | | | | | | | The new pseudo syscall allows opening sockets that can only be created in init net namespace (BLUETOOTH, NFC, LLC). Use it to open these sockets. Unfortunately this only works with sandbox none at the moment. The problem is that setns of a network namespace requires CAP_SYS_ADMIN in the target namespace, and we've lost all privs in the init namespace during creation of a user namespace.
* sys/linux: minor fixes to bt descriptionsDmitry Vyukov2018-02-191-5/+5
|
* pkg/compiler: add check that len does not refer to array with varlen elementsDmitry Vyukov2017-11-281-1/+1
| | | | | This [almost] always means a bug in descriptions. Fix all bugs identified by the check.
* sys: move linux descriptions to sys/linuxDmitry Vyukov2017-09-151-0/+264