aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_sock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-24new helper: memcpy_from_msg()Al Viro1-1/+1
2014-11-10Merge tag 'master-2014-11-04' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller1-1/+1
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-1/+1
2014-10-28Bluetooth: spelling fixesStephen Hemminger1-1/+1
2014-07-11Bluetooth: Move struct hci_pinfo into net/bluetooth/hci_sock.cMarcel Holtmann1-0/+11
2014-07-11Bluetooth: Delcare the hci_sec_filter as constMarcel Holtmann1-1/+1
2014-07-11Bluetooth: Move struct hci_sec_filter next to its userMarcel Holtmann1-0/+8
2014-07-09Bluetooth: Unify helpers for bdaddr_list manipulationsJohan Hedberg1-2/+2
2014-07-06Bluetooth: Run controller setup after external configurationMarcel Holtmann1-1/+2
2014-07-03Bluetooth: Add support for Unconfigured Index Added eventsMarcel Holtmann1-6/+3
2014-07-03Bluetooth: Introduce unconfigured controller stateMarcel Holtmann1-4/+4
2014-07-03Bluetooth: Restrict access for raw-only controllersMarcel Holtmann1-4/+10
2014-06-11net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila1-3/+3
2014-04-24Bluetooth: Return EOPNOTSUPP for HCISETRAW ioctl commandMarcel Holtmann1-10/+1
2014-03-12Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches1-8/+8
2014-02-17Bluetooth: Add missing index added event on user channel failureMarcel Holtmann1-0/+1
2013-12-18Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothJohn W. Linville1-10/+16
2013-12-17Bluetooth: Fix HCI User Channel permission check in hci_sock_sendmsgMarcel Holtmann1-10/+16
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-2/+0
2013-10-18Bluetooth: Use BDADDR_BREDR type for old blacklist ioctl interfaceMarcel Holtmann1-2/+2
2013-10-11Bluetooth: Move skb->dev assignment for hdev->send into central placeMarcel Holtmann1-2/+0
2013-10-10Bluetooth: Remove hdev->ioctl driver callbackMarcel Holtmann1-4/+1
2013-10-10Bluetooth: AMP contollers do not support the legacy ioctlsMarcel Holtmann1-0/+3
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