summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Introduce a new HCI_BREDR_ENABLED flagJohan Hedberg2013-10-023-13/+35
* Bluetooth: Fix workqueue synchronization in hci_dev_openJohan Hedberg2013-10-021-0/+10
* Bluetooth: Refactor hci_dev_open to a separate hci_dev_do_open functionJohan Hedberg2013-10-021-10/+20
* Bluetooth: Enable -D__CHECK_ENDIAN__ for sparse by defaultMarcel Holtmann2013-10-021-0/+2
* Bluetooth: Require CAP_NET_ADMIN for HCI User Channel operationMarcel Holtmann2013-10-021-1/+1
* Bluetooth: Send new settings event when changing high speed optionMarcel Holtmann2013-10-021-3/+16
* Bluetooth: Provide high speed configuration optionMarcel Holtmann2013-10-024-41/+21Star
* Bluetooth: Use only 2 bits for controller type informationMarcel Holtmann2013-10-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGustavo Padovan2013-09-276-46/+45Star
|\
| * Bluetooth: don't release the port in rfcomm_dev_state_change()Gianluca Anzolin2013-09-201-33/+2Star
| * Bluetooth: Fix rfkill functionality during the HCI setup stageJohan Hedberg2013-09-181-3/+12
| * Bluetooth: Introduce a new HCI_RFKILLED flagJohan Hedberg2013-09-181-5/+10
| * Bluetooth: Fix ACL alive for long in case of non pariable devicesSyam Sidhardhan2013-09-161-0/+7
| * Bluetooth: Fix encryption key size for peripheral roleAndre Guedes2013-09-161-0/+2
| * Bluetooth: Fix security level for peripheral roleAndre Guedes2013-09-161-1/+3
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-061-5/+10
| |\
| | * Merge branch 'master' into for-3.12/upstreamJiri Kosina2013-09-046-332/+325Star
| | |\
| | * | HID: fix unused rsize usageJiri Kosina2013-07-221-0/+1
| | * | HID: fix data access in implement()Jiri Kosina2013-07-221-5/+9
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-09-057-200/+304
| |\ \ \
| * \ \ \ Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-051-1/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2013-07-151-1/+1
* | | | | Bluetooth: Add new mgmt_set_advertising commandJohan Hedberg2013-09-251-1/+96
* | | | | Bluetooth: Add new mgmt setting for LE advertisingJohan Hedberg2013-09-252-1/+21
* | | | | Bluetooth: Use async request for LE enable/disableJohan Hedberg2013-09-252-46/+32Star
* | | | | Bluetooth: Move mgmt response convenience functions to a better locationJohan Hedberg2013-09-251-30/+30
* | | | | Bluetooth: Fix busy return for mgmt_set_powered in some casesJohan Hedberg2013-09-251-6/+6
* | | | | Bluetooth: Clean up socket locking in l2cap_sock_recvmsgJohan Hedberg2013-09-251-2/+2
* | | | | Bluetooth: Add clarifying comment to bt_sock_wait_state()Johan Hedberg2013-09-251-0/+1
* | | | | Bluetooth: Fix assignment of 0/1 to bool variablesPeter Senna Tschudin2013-09-221-8/+8
* | | | | Bluetooth: Add event mask page 2 setting supportJohan Hedberg2013-09-191-0/+32
* | | | | Bluetooth: Add synchronization train parameters reading supportJohan Hedberg2013-09-191-1/+14
* | | | | Bluetooth: Fix waiting for clearing of BT_SK_SUSPEND flagJohan Hedberg2013-09-193-1/+52
* | | | | Bluetooth: Fix responding to invalid L2CAP signaling commandsJohan Hedberg2013-09-181-0/+8
* | | | | Bluetooth: Fix sending responses to identified L2CAP response packetsJohan Hedberg2013-09-181-6/+6
* | | | | Bluetooth: Fix L2CAP command reject reasonJohan Hedberg2013-09-181-4/+16
* | | | | Bluetooth: Fix L2CAP Disconnect response for unknown CIDJohan Hedberg2013-09-181-1/+1
* | | | | Bluetooth: Fix L2CAP error return used for failed channel lookupsJohan Hedberg2013-09-181-4/+4
* | | | | Bluetooth: Fix double error response for l2cap_create_chan_reqJohan Hedberg2013-09-181-1/+1
* | | | | Bluetooth: Only schedule raw queue when user channel is activeMarcel Holtmann2013-09-161-9/+7Star
* | | | | Bluetooth: Use GFP_KERNEL when cloning SKB in a workqueueMarcel Holtmann2013-09-161-1/+1
* | | | | Bluetooth: Disable upper layer connections when user channel is activeMarcel Holtmann2013-09-161-0/+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-163-9/+54
* | | | | 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: Report error for HCI reset ioctl when device is downMarcel Holtmann2013-09-161-1/+3
* | | | | 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
| |_|/ / |/| | |