aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_sock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-02Bluetooth: Require CAP_NET_ADMIN for HCI User Channel operationMarcel Holtmann1-1/+1
2013-09-16Bluetooth: Introduce new HCI socket channel for user operationMarcel Holtmann1-5/+81
2013-09-16Bluetooth: Introduce user channel flag for HCI devicesMarcel Holtmann1-6/+9
2013-09-16Bluetooth: Restrict ioctls to HCI raw channel socketsMarcel Holtmann1-6/+17
2013-09-16Bluetooth: Fix error handling for HCI socket optionsMarcel Holtmann1-2/+2
2013-09-16Bluetooth: Fix handling of getsockname() for HCI socketsMarcel Holtmann1-6/+11
2013-09-16Bluetooth: Fix handling of getpeername() for HCI socketsMarcel Holtmann1-0/+3
2013-09-16Bluetooth: Refactor raw socket filter into more readable codeMarcel Holtmann1-23/+41
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-04-09bluetooth: kill unused 'module' argument of bt_procfs_init()Al Viro1-1/+1
2013-03-08Bluetooth: Fix stand-alone HCI command handlingJohan Hedberg1-0/+5
2013-03-08Bluetooth: discard bt_sock_unregister() errorsDavid Herrmann1-3/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-10/+5
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+8
2012-09-21net: change return values from -EACCES to -EPERMZhao Hongjiang1-8/+8
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2012-08-15Bluetooth: HCI - Fix info leak via getsockname()Mathias Krause1-0/+1
2012-08-15Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER)Mathias Krause1-0/+1
2012-08-06Bluetooth: Added /proc/net/hci via bt_procfs_init()Masatake YAMATO1-2/+11
2012-06-05Bluetooth: Remove unnecessary headers includeGustavo Padovan1-19/+1
2012-06-05Bluetooth: Fix coding style in the subsystemGustavo Padovan1-7/+14
2012-06-05Bluetooth: Remove 'register' usage from the subsystemGustavo Padovan1-1/+1
2012-06-05Bluetooth: Remove most of the inline usageGustavo Padovan1-2/+4
2012-06-05Bluetooth: Fix coding style in hci_sock.cGustavo Padovan1-4/+6
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-03Bluetooth: Remove HCI_PI_MGMT_INIT flag for socketsJohan Hedberg1-1/+0
2012-02-23Bluetooth: Enable timestamps for control channelMarcel Holtmann1-0/+1
2012-02-20Bluetooth: Always enable management interfaceMarcel Holtmann1-6/+1
2012-02-20Bluetooth: Restrict access to management interfaceMarcel Holtmann1-0/+5
2012-02-20Bluetooth: Add support for HCI monitor channelMarcel Holtmann1-0/+207
2012-02-20compat: Use COMPAT_USE_64BIT_TIME in the Bluetooth subsystemH. J. Lu1-1/+2
2012-02-20Bluetooth: Remove HCI notifier handlingMarcel Holtmann1-44/+61
2012-02-20Bluetooth: Fix issue with shared SKB between HCI raw socket and driverMarcel Holtmann1-4/+14
2012-02-20Bluetooth: Simplify HCI socket bind handlingMarcel Holtmann1-16/+31
2012-02-20Bluetooth: Add HCI CMSG details only to raw socketsMarcel Holtmann1-1/+5
2012-02-20Bluetooth: Lock socket when reading HCI socket optionsMarcel Holtmann1-6/+17
2012-02-20Bluetooth: Limit HCI raw socket options to actual raw socketsMarcel Holtmann1-0/+6
2012-02-20Bluetooth: Split sending for HCI raw and control socketsMarcel Holtmann1-12/+39
2012-02-13Bluetooth: Add address type to mgmt blacklist messagesJohan Hedberg1-2/+2
2012-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-nextJohn W. Linville1-2/+0
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-9/+12
2012-01-02Bluetooth: Remove local_bh_disable() from hci_sock.cGustavo F. Padovan1-2/+0
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell1-1/+1
2011-12-18Bluetooth: Remove mgmt_set_service_cacheJohan Hedberg1-2/+5
2011-12-18Bluetooth: convert tx_task to workqueueGustavo F. Padovan1-2/+2
2011-12-18Bluetooth: Move command task to workqueueGustavo F. Padovan1-1/+1
2011-12-18Bluetooth: Replace spin_lock by mutex in hci_devGustavo F. Padovan1-4/+4
2011-09-21Bluetooth: Add mgmt events for blacklistingAntti Julku1-2/+16
2011-06-16Bluetooth: Move blacklisting functions to hci_coreAntti Julku1-64/+6