aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_sock.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-11net: add __pskb_copy_fclone and pskb_copy_for_cloneGravatar Octavian Purdila 1-3/+3
2014-04-24Bluetooth: Return EOPNOTSUPP for HCISETRAW ioctl commandGravatar Marcel Holtmann 1-10/+1
2014-03-12Bluetooth: Convert uses of __constant_<foo> to <foo>Gravatar Joe Perches 1-8/+8
2014-02-17Bluetooth: Add missing index added event on user channel failureGravatar Marcel Holtmann 1-0/+1
2013-12-18Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar John W. Linville 1-10/+16
2013-12-17Bluetooth: Fix HCI User Channel permission check in hci_sock_sendmsgGravatar Marcel Holtmann 1-10/+16
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicGravatar Hannes Frederic Sowa 1-2/+0
2013-10-18Bluetooth: Use BDADDR_BREDR type for old blacklist ioctl interfaceGravatar Marcel Holtmann 1-2/+2
2013-10-11Bluetooth: Move skb->dev assignment for hdev->send into central placeGravatar Marcel Holtmann 1-2/+0
2013-10-10Bluetooth: Remove hdev->ioctl driver callbackGravatar Marcel Holtmann 1-4/+1
2013-10-10Bluetooth: AMP contollers do not support the legacy ioctlsGravatar Marcel Holtmann 1-0/+3
2013-10-02Bluetooth: Require CAP_NET_ADMIN for HCI User Channel operationGravatar Marcel Holtmann 1-1/+1
2013-09-16Bluetooth: Introduce new HCI socket channel for user operationGravatar Marcel Holtmann 1-5/+81
2013-09-16Bluetooth: Introduce user channel flag for HCI devicesGravatar Marcel Holtmann 1-6/+9
2013-09-16Bluetooth: Restrict ioctls to HCI raw channel socketsGravatar Marcel Holtmann 1-6/+17
2013-09-16Bluetooth: Fix error handling for HCI socket optionsGravatar Marcel Holtmann 1-2/+2
2013-09-16Bluetooth: Fix handling of getsockname() for HCI socketsGravatar Marcel Holtmann 1-6/+11
2013-09-16Bluetooth: Fix handling of getpeername() for HCI socketsGravatar Marcel Holtmann 1-0/+3
2013-09-16Bluetooth: Refactor raw socket filter into more readable codeGravatar Marcel Holtmann 1-23/+41
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2013-04-09bluetooth: kill unused 'module' argument of bt_procfs_init()Gravatar Al Viro 1-1/+1
2013-03-08Bluetooth: Fix stand-alone HCI command handlingGravatar Johan Hedberg 1-0/+5
2013-03-08Bluetooth: discard bt_sock_unregister() errorsGravatar David Herrmann 1-3/+1
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 1-10/+5
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-8/+8
2012-09-21net: change return values from -EACCES to -EPERMGravatar Zhao Hongjiang 1-8/+8
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+2
2012-08-15Bluetooth: HCI - Fix info leak via getsockname()Gravatar Mathias Krause 1-0/+1
2012-08-15Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER)Gravatar Mathias Krause 1-0/+1
2012-08-06Bluetooth: Added /proc/net/hci via bt_procfs_init()Gravatar Masatake YAMATO 1-2/+11
2012-06-05Bluetooth: Remove unnecessary headers includeGravatar Gustavo Padovan 1-19/+1
2012-06-05Bluetooth: Fix coding style in the subsystemGravatar Gustavo Padovan 1-7/+14
2012-06-05Bluetooth: Remove 'register' usage from the subsystemGravatar Gustavo Padovan 1-1/+1
2012-06-05Bluetooth: Remove most of the inline usageGravatar Gustavo Padovan 1-2/+4
2012-06-05Bluetooth: Fix coding style in hci_sock.cGravatar Gustavo Padovan 1-4/+6
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+2
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2012-03-03Bluetooth: Remove HCI_PI_MGMT_INIT flag for socketsGravatar Johan Hedberg 1-1/+0
2012-02-23Bluetooth: Enable timestamps for control channelGravatar Marcel Holtmann 1-0/+1
2012-02-20Bluetooth: Always enable management interfaceGravatar Marcel Holtmann 1-6/+1
2012-02-20Bluetooth: Restrict access to management interfaceGravatar Marcel Holtmann 1-0/+5
2012-02-20Bluetooth: Add support for HCI monitor channelGravatar Marcel Holtmann 1-0/+207
2012-02-20compat: Use COMPAT_USE_64BIT_TIME in the Bluetooth subsystemGravatar H. J. Lu 1-1/+2
2012-02-20Bluetooth: Remove HCI notifier handlingGravatar Marcel Holtmann 1-44/+61
2012-02-20Bluetooth: Fix issue with shared SKB between HCI raw socket and driverGravatar Marcel Holtmann 1-4/+14
2012-02-20Bluetooth: Simplify HCI socket bind handlingGravatar Marcel Holtmann 1-16/+31
2012-02-20Bluetooth: Add HCI CMSG details only to raw socketsGravatar Marcel Holtmann 1-1/+5
2012-02-20Bluetooth: Lock socket when reading HCI socket optionsGravatar Marcel Holtmann 1-6/+17
2012-02-20Bluetooth: Limit HCI raw socket options to actual raw socketsGravatar Marcel Holtmann 1-0/+6
2012-02-20Bluetooth: Split sending for HCI raw and control socketsGravatar Marcel Holtmann 1-12/+39