summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_sock.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Return EOPNOTSUPP for HCISETRAW ioctl commandMarcel Holtmann2014-04-241-10/+1Star
* Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-121-8/+8
* Bluetooth: Add missing index added event on user channel failureMarcel Holtmann2014-02-171-0/+1
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2013-12-181-10/+16
|\
| * Bluetooth: Fix HCI User Channel permission check in hci_sock_sendmsgMarcel Holtmann2013-12-171-10/+16
* | net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-211-2/+0Star
|/
* Bluetooth: Use BDADDR_BREDR type for old blacklist ioctl interfaceMarcel Holtmann2013-10-181-2/+2
* Bluetooth: Move skb->dev assignment for hdev->send into central placeMarcel Holtmann2013-10-111-2/+0Star
* Bluetooth: Remove hdev->ioctl driver callbackMarcel Holtmann2013-10-101-4/+1Star
* Bluetooth: AMP contollers do not support the legacy ioctlsMarcel Holtmann2013-10-101-0/+3
* Bluetooth: Require CAP_NET_ADMIN for HCI User Channel operationMarcel Holtmann2013-10-021-1/+1
* Bluetooth: Introduce new HCI socket channel for user operationMarcel Holtmann2013-09-161-5/+81
* Bluetooth: Introduce user channel flag for HCI devicesMarcel Holtmann2013-09-161-6/+9
* Bluetooth: Restrict ioctls to HCI raw channel socketsMarcel Holtmann2013-09-161-6/+17
* Bluetooth: Fix error handling for HCI socket optionsMarcel Holtmann2013-09-161-2/+2
* Bluetooth: Fix handling of getsockname() for HCI socketsMarcel Holtmann2013-09-161-6/+11
* Bluetooth: Fix handling of getpeername() for HCI socketsMarcel Holtmann2013-09-161-0/+3
* Bluetooth: Refactor raw socket filter into more readable codeMarcel Holtmann2013-09-161-23/+41
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-021-1/+1
|\
| * bluetooth: kill unused 'module' argument of bt_procfs_init()Al Viro2013-04-091-1/+1
* | Bluetooth: Fix stand-alone HCI command handlingJohan Hedberg2013-03-081-0/+5
* | Bluetooth: discard bt_sock_unregister() errorsDavid Herrmann2013-03-081-3/+1Star
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-10/+5Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-281-8/+8
|\
| * net: change return values from -EACCES to -EPERMZhao Hongjiang2012-09-211-8/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-221-0/+2
|\|
| * Bluetooth: HCI - Fix info leak via getsockname()Mathias Krause2012-08-161-0/+1
| * Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER)Mathias Krause2012-08-161-0/+1
* | Bluetooth: Added /proc/net/hci via bt_procfs_init()Masatake YAMATO2012-08-061-2/+11
|/
* Bluetooth: Remove unnecessary headers includeGustavo Padovan2012-06-051-19/+1Star
* Bluetooth: Fix coding style in the subsystemGustavo Padovan2012-06-051-7/+14
* Bluetooth: Remove 'register' usage from the subsystemGustavo Padovan2012-06-051-1/+1
* Bluetooth: Remove most of the inline usageGustavo Padovan2012-06-051-2/+4
* Bluetooth: Fix coding style in hci_sock.cGustavo Padovan2012-06-051-4/+6
* Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-301-1/+2
|\
| * compat: Use COMPAT_USE_64BIT_TIME in the Bluetooth subsystemH. J. Lu2012-02-201-1/+2
* | Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* | Bluetooth: Remove HCI_PI_MGMT_INIT flag for socketsJohan Hedberg2012-03-031-1/+0Star
* | Bluetooth: Enable timestamps for control channelMarcel Holtmann2012-02-231-0/+1
* | Bluetooth: Always enable management interfaceMarcel Holtmann2012-02-201-6/+1Star
* | Bluetooth: Restrict access to management interfaceMarcel Holtmann2012-02-201-0/+5
* | Bluetooth: Add support for HCI monitor channelMarcel Holtmann2012-02-201-0/+207
* | Bluetooth: Remove HCI notifier handlingMarcel Holtmann2012-02-201-44/+61
* | Bluetooth: Fix issue with shared SKB between HCI raw socket and driverMarcel Holtmann2012-02-201-4/+14
* | Bluetooth: Simplify HCI socket bind handlingMarcel Holtmann2012-02-201-16/+31
* | Bluetooth: Add HCI CMSG details only to raw socketsMarcel Holtmann2012-02-201-1/+5
* | Bluetooth: Lock socket when reading HCI socket optionsMarcel Holtmann2012-02-201-6/+17
* | Bluetooth: Limit HCI raw socket options to actual raw socketsMarcel Holtmann2012-02-201-0/+6
* | Bluetooth: Split sending for HCI raw and control socketsMarcel Holtmann2012-02-201-12/+39
* | Bluetooth: Add address type to mgmt blacklist messagesJohan Hedberg2012-02-131-2/+2
|/