Age | Commit message (Expand) | Author | Files | Lines |
2013-10-20 | net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypes | Joe Perches | 1 | -2/+2 |
2013-10-03 | Bluetooth: Only one command per L2CAP LE signalling is supported | Marcel Holtmann | 1 | -25/+19 |
2013-10-03 | Bluetooth: Check minimum length of SMP packets | Marcel Holtmann | 1 | -2/+7 |
2013-10-03 | Bluetooth: Drop packets on ATT fixed channel on BR/EDR | Marcel Holtmann | 1 | -0/+4 |
2013-10-03 | Bluetooth: L2CAP connectionless channels are only valid for BR/EDR | Marcel Holtmann | 1 | -0/+4 |
2013-10-03 | Bluetooth: SMP packets are only valid on LE connections | Marcel Holtmann | 1 | -0/+6 |
2013-10-03 | Bluetooth: Don't copy L2CAP LE signalling to raw sockets | Marcel Holtmann | 1 | -2/+0 |
2013-10-03 | Bluetooth: Fix switch statement order for L2CAP fixed channels | Marcel Holtmann | 1 | -3/+4 |
2013-10-03 | Bluetooth: Allow changing device class when BR/EDR is disabled | Marcel Holtmann | 1 | -1/+1 |
2013-10-03 | Bluetooth: Restrict loading of long term keys to LE capable controllers | Marcel Holtmann | 1 | -0/+6 |
2013-10-03 | Bluetooth: Restrict loading of link keys to BR/EDR capable controllers | Marcel Holtmann | 1 | -0/+6 |
2013-10-03 | Bluetooth: Allow setting static address even if LE is disabled | Marcel Holtmann | 1 | -4/+2 |
2013-10-03 | Bluetooth: Restrict SSP setting changes to BR/EDR enabled controllers | Marcel Holtmann | 1 | -1/+5 |
2013-10-03 | Bluetooth: Fix memory leak with L2CAP signal channels | Marcel Holtmann | 1 | -2/+4 |
2013-10-02 | Bluetooth: Increment management interface revision | Marcel Holtmann | 1 | -1/+1 |
2013-10-02 | Bluetooth: Fix advertising data flags with disabled BR/EDR | Johan Hedberg | 1 | -7/+7 |
2013-10-02 | Bluetooth: Fix REJECTED vs NOT_SUPPORTED mgmt responses | Johan Hedberg | 1 | -25/+51 |
2013-10-02 | Bluetooth: Add management command for setting static address | Marcel Holtmann | 1 | -0/+49 |
2013-10-02 | Bluetooth: Restrict disabling of HS when controller is powered off | Marcel Holtmann | 1 | -2/+9 |
2013-10-02 | Bluetooth: Add a new mgmt_set_bredr command | Johan Hedberg | 2 | -0/+125 |
2013-10-02 | Bluetooth: Introduce a new HCI_BREDR_ENABLED flag | Johan Hedberg | 3 | -13/+35 |
2013-10-02 | Bluetooth: Fix workqueue synchronization in hci_dev_open | Johan Hedberg | 1 | -0/+10 |
2013-10-02 | Bluetooth: Refactor hci_dev_open to a separate hci_dev_do_open function | Johan Hedberg | 1 | -10/+20 |
2013-10-02 | Bluetooth: Enable -D__CHECK_ENDIAN__ for sparse by default | Marcel Holtmann | 1 | -0/+2 |
2013-10-02 | Bluetooth: Require CAP_NET_ADMIN for HCI User Channel operation | Marcel Holtmann | 1 | -1/+1 |
2013-10-02 | Bluetooth: Send new settings event when changing high speed option | Marcel Holtmann | 1 | -3/+16 |
2013-10-02 | Bluetooth: Provide high speed configuration option | Marcel Holtmann | 4 | -41/+21 |
2013-10-02 | Bluetooth: Use only 2 bits for controller type information | Marcel Holtmann | 1 | -1/+1 |
2013-09-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth | Gustavo Padovan | 6 | -46/+45 |
2013-09-25 | Bluetooth: Add new mgmt_set_advertising command | Johan Hedberg | 1 | -1/+96 |
2013-09-25 | Bluetooth: Add new mgmt setting for LE advertising | Johan Hedberg | 2 | -1/+21 |
2013-09-25 | Bluetooth: Use async request for LE enable/disable | Johan Hedberg | 2 | -46/+32 |
2013-09-25 | Bluetooth: Move mgmt response convenience functions to a better location | Johan Hedberg | 1 | -30/+30 |
2013-09-25 | Bluetooth: Fix busy return for mgmt_set_powered in some cases | Johan Hedberg | 1 | -6/+6 |
2013-09-25 | Bluetooth: Clean up socket locking in l2cap_sock_recvmsg | Johan Hedberg | 1 | -2/+2 |
2013-09-25 | Bluetooth: Add clarifying comment to bt_sock_wait_state() | Johan Hedberg | 1 | -0/+1 |
2013-09-23 | Bluetooth: Fix assignment of 0/1 to bool variables | Peter Senna Tschudin | 1 | -8/+8 |
2013-09-20 | Bluetooth: don't release the port in rfcomm_dev_state_change() | Gianluca Anzolin | 1 | -33/+2 |
2013-09-19 | Bluetooth: Add event mask page 2 setting support | Johan Hedberg | 1 | -0/+32 |
2013-09-19 | Bluetooth: Add synchronization train parameters reading support | Johan Hedberg | 1 | -1/+14 |
2013-09-19 | Bluetooth: Fix waiting for clearing of BT_SK_SUSPEND flag | Johan Hedberg | 3 | -1/+52 |
2013-09-19 | Bluetooth: Fix responding to invalid L2CAP signaling commands | Johan Hedberg | 1 | -0/+8 |
2013-09-19 | Bluetooth: Fix sending responses to identified L2CAP response packets | Johan Hedberg | 1 | -6/+6 |
2013-09-19 | Bluetooth: Fix L2CAP command reject reason | Johan Hedberg | 1 | -4/+16 |
2013-09-19 | Bluetooth: Fix L2CAP Disconnect response for unknown CID | Johan Hedberg | 1 | -1/+1 |
2013-09-19 | Bluetooth: Fix L2CAP error return used for failed channel lookups | Johan Hedberg | 1 | -4/+4 |
2013-09-19 | Bluetooth: Fix double error response for l2cap_create_chan_req | Johan Hedberg | 1 | -1/+1 |
2013-09-18 | Bluetooth: Fix rfkill functionality during the HCI setup stage | Johan Hedberg | 1 | -3/+12 |
2013-09-18 | Bluetooth: Introduce a new HCI_RFKILLED flag | Johan Hedberg | 1 | -5/+10 |
2013-09-16 | Bluetooth: Fix ACL alive for long in case of non pariable devices | Syam Sidhardhan | 1 | -0/+7 |