aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_sock.c
AgeCommit message (Expand)Author
2013-12-18Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville
2013-12-17Bluetooth: Fix HCI User Channel permission check in hci_sock_sendmsgMarcel Holtmann
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-10-18Bluetooth: Use BDADDR_BREDR type for old blacklist ioctl interfaceMarcel Holtmann
2013-10-11Bluetooth: Move skb->dev assignment for hdev->send into central placeMarcel Holtmann
2013-10-10Bluetooth: Remove hdev->ioctl driver callbackMarcel Holtmann
2013-10-10Bluetooth: AMP contollers do not support the legacy ioctlsMarcel Holtmann
2013-10-02Bluetooth: Require CAP_NET_ADMIN for HCI User Channel operationMarcel Holtmann
2013-09-16Bluetooth: Introduce new HCI socket channel for user operationMarcel Holtmann
2013-09-16Bluetooth: Introduce user channel flag for HCI devicesMarcel Holtmann
2013-09-16Bluetooth: Restrict ioctls to HCI raw channel socketsMarcel Holtmann
2013-09-16Bluetooth: Fix error handling for HCI socket optionsMarcel Holtmann
2013-09-16Bluetooth: Fix handling of getsockname() for HCI socketsMarcel Holtmann
2013-09-16Bluetooth: Fix handling of getpeername() for HCI socketsMarcel Holtmann
2013-09-16Bluetooth: Refactor raw socket filter into more readable codeMarcel Holtmann
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-09bluetooth: kill unused 'module' argument of bt_procfs_init()Al Viro
2013-03-08Bluetooth: Fix stand-alone HCI command handlingJohan Hedberg
2013-03-08Bluetooth: discard bt_sock_unregister() errorsDavid Herrmann
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-21net: change return values from -EACCES to -EPERMZhao Hongjiang
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-08-15Bluetooth: HCI - Fix info leak via getsockname()Mathias Krause
2012-08-15Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER)Mathias Krause
2012-08-06Bluetooth: Added /proc/net/hci via bt_procfs_init()Masatake YAMATO
2012-06-05Bluetooth: Remove unnecessary headers includeGustavo Padovan
2012-06-05Bluetooth: Fix coding style in the subsystemGustavo Padovan
2012-06-05Bluetooth: Remove 'register' usage from the subsystemGustavo Padovan
2012-06-05Bluetooth: Remove most of the inline usageGustavo Padovan
2012-06-05Bluetooth: Fix coding style in hci_sock.cGustavo Padovan
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-03Bluetooth: Remove HCI_PI_MGMT_INIT flag for socketsJohan Hedberg
2012-02-23Bluetooth: Enable timestamps for control channelMarcel Holtmann
2012-02-20Bluetooth: Always enable management interfaceMarcel Holtmann
2012-02-20Bluetooth: Restrict access to management interfaceMarcel Holtmann
2012-02-20Bluetooth: Add support for HCI monitor channelMarcel Holtmann
2012-02-20compat: Use COMPAT_USE_64BIT_TIME in the Bluetooth subsystemH. J. Lu
2012-02-20Bluetooth: Remove HCI notifier handlingMarcel Holtmann
2012-02-20Bluetooth: Fix issue with shared SKB between HCI raw socket and driverMarcel Holtmann
2012-02-20Bluetooth: Simplify HCI socket bind handlingMarcel Holtmann
2012-02-20Bluetooth: Add HCI CMSG details only to raw socketsMarcel Holtmann
2012-02-20Bluetooth: Lock socket when reading HCI socket optionsMarcel Holtmann
2012-02-20Bluetooth: Limit HCI raw socket options to actual raw socketsMarcel Holtmann
2012-02-20Bluetooth: Split sending for HCI raw and control socketsMarcel Holtmann
2012-02-13Bluetooth: Add address type to mgmt blacklist messagesJohan Hedberg
2012-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-01-02Bluetooth: Remove local_bh_disable() from hci_sock.cGustavo F. Padovan