summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_sock.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Introduce hci_dev_test_flag helper macroMarcel Holtmann2015-03-131-4/+4
* Bluetooth: Convert mgmt to use HCI chan registration APIJohan Hedberg2015-03-061-18/+1Star
* Bluetooth: Add mgmt HCI channel registration APIJohan Hedberg2015-03-061-3/+82
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-03-021-36/+9Star
|\
| * Bluetooth: make hci_test_bit's addr constJiri Slaby2015-02-271-2/+2
| * Bluetooth: Remove unnecessary queue_monitor_skb() functionJohan Hedberg2015-02-201-30/+2Star
| * Bluetooth: Rename hci_send_to_control to hci_send_to_channelJohan Hedberg2015-02-201-4/+5
* | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-4/+4
* | net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit ...Eyal Birger2015-03-021-1/+1
* | net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrlEyal Birger2015-03-021-1/+1
|/
* Bluetooth: Replace send_monitor_event with queue_monitor_skbMarcel Holtmann2015-01-121-29/+1Star
* Bluetooth: Create generic queue_monitor_skb helper functionMarcel Holtmann2015-01-121-22/+29
* Bluetooth: Simplify packet copy in hci_send_to_monitor functionMarcel Holtmann2015-01-121-16/+12Star
* Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_hciMarcel Holtmann2015-01-121-0/+2
* new helper: memcpy_from_msg()Al Viro2014-11-241-1/+1
* Merge tag 'master-2014-11-04' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-11-101-1/+1
|\
| * Bluetooth: spelling fixesStephen Hemminger2014-10-281-1/+1
* | net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-051-1/+1
|/
* Bluetooth: Move struct hci_pinfo into net/bluetooth/hci_sock.cMarcel Holtmann2014-07-111-0/+11
* Bluetooth: Delcare the hci_sec_filter as constMarcel Holtmann2014-07-111-1/+1
* Bluetooth: Move struct hci_sec_filter next to its userMarcel Holtmann2014-07-111-0/+8
* Bluetooth: Unify helpers for bdaddr_list manipulationsJohan Hedberg2014-07-091-2/+2
* Bluetooth: Run controller setup after external configurationMarcel Holtmann2014-07-061-1/+2
* Bluetooth: Add support for Unconfigured Index Added eventsMarcel Holtmann2014-07-031-6/+3Star
* Bluetooth: Introduce unconfigured controller stateMarcel Holtmann2014-07-031-4/+4
* Bluetooth: Restrict access for raw-only controllersMarcel Holtmann2014-07-031-4/+10
* net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila2014-06-121-3/+3
* Bluetooth: Return EOPNOTSUPP for HCISETRAW ioctl commandMarcel Holtmann2014-04-241-10/+1Star
* Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-121-8/+8
* Bluetooth: Add missing index added event on user channel failureMarcel Holtmann2014-02-171-0/+1
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2013-12-181-10/+16
|\
| * Bluetooth: Fix HCI User Channel permission check in hci_sock_sendmsgMarcel Holtmann2013-12-171-10/+16
* | net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-211-2/+0Star
|/
* Bluetooth: Use BDADDR_BREDR type for old blacklist ioctl interfaceMarcel Holtmann2013-10-181-2/+2
* Bluetooth: Move skb->dev assignment for hdev->send into central placeMarcel Holtmann2013-10-111-2/+0Star
* Bluetooth: Remove hdev->ioctl driver callbackMarcel Holtmann2013-10-101-4/+1Star
* Bluetooth: AMP contollers do not support the legacy ioctlsMarcel Holtmann2013-10-101-0/+3
* Bluetooth: Require CAP_NET_ADMIN for HCI User Channel operationMarcel Holtmann2013-10-021-1/+1
* Bluetooth: Introduce new HCI socket channel for user operationMarcel Holtmann2013-09-161-5/+81
* Bluetooth: Introduce user channel flag for HCI devicesMarcel Holtmann2013-09-161-6/+9
* Bluetooth: Restrict ioctls to HCI raw channel socketsMarcel Holtmann2013-09-161-6/+17
* Bluetooth: Fix error handling for HCI socket optionsMarcel Holtmann2013-09-161-2/+2
* Bluetooth: Fix handling of getsockname() for HCI socketsMarcel Holtmann2013-09-161-6/+11
* Bluetooth: Fix handling of getpeername() for HCI socketsMarcel Holtmann2013-09-161-0/+3
* Bluetooth: Refactor raw socket filter into more readable codeMarcel Holtmann2013-09-161-23/+41
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-021-1/+1
|\
| * bluetooth: kill unused 'module' argument of bt_procfs_init()Al Viro2013-04-091-1/+1
* | Bluetooth: Fix stand-alone HCI command handlingJohan Hedberg2013-03-081-0/+5
* | Bluetooth: discard bt_sock_unregister() errorsDavid Herrmann2013-03-081-3/+1Star
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-10/+5Star