summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_sock.c
AgeCommit message (Expand)Author
2015-01-12Bluetooth: Replace send_monitor_event with queue_monitor_skbMarcel Holtmann
2015-01-12Bluetooth: Create generic queue_monitor_skb helper functionMarcel Holtmann
2015-01-12Bluetooth: Simplify packet copy in hci_send_to_monitor functionMarcel Holtmann
2015-01-12Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_hciMarcel Holtmann
2014-11-24new helper: memcpy_from_msg()Al Viro
2014-11-10Merge tag 'master-2014-11-04' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller
2014-10-28Bluetooth: spelling fixesStephen Hemminger
2014-07-11Bluetooth: Move struct hci_pinfo into net/bluetooth/hci_sock.cMarcel Holtmann
2014-07-11Bluetooth: Delcare the hci_sec_filter as constMarcel Holtmann
2014-07-11Bluetooth: Move struct hci_sec_filter next to its userMarcel Holtmann
2014-07-09Bluetooth: Unify helpers for bdaddr_list manipulationsJohan Hedberg
2014-07-06Bluetooth: Run controller setup after external configurationMarcel Holtmann
2014-07-03Bluetooth: Add support for Unconfigured Index Added eventsMarcel Holtmann
2014-07-03Bluetooth: Introduce unconfigured controller stateMarcel Holtmann
2014-07-03Bluetooth: Restrict access for raw-only controllersMarcel Holtmann
2014-06-11net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila
2014-04-24Bluetooth: Return EOPNOTSUPP for HCISETRAW ioctl commandMarcel Holtmann
2014-03-12Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches
2014-02-17Bluetooth: Add missing index added event on user channel failureMarcel Holtmann
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