summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Fix possible use after free in delete pathUlisses Furquim2012-02-151-2/+2
* Bluetooth: Remove usage of __cancel_delayed_work()Ulisses Furquim2012-02-151-3/+3
* Bluetooth: Add missing QUIRK_NO_RESET test to hci_dev_do_closeJohan Hedberg2012-02-151-1/+2
* Bluetooth: Fix RFCOMM session reference counting issueOctavian Purdila2012-02-151-6/+12
* Bluetooth: silence lockdep warningOctavian Purdila2012-02-153-7/+9
* Bluetooth: l2cap_set_timer needs jiffies as timeout valueAndrzej Kaczmarek2012-02-151-4/+8
* Bluetooth: Fix sk_sndtimeo initialization for L2CAP socketAndrzej Kaczmarek2012-02-151-1/+1
* Bluetooth: Remove bogus inline declaration from l2cap_chan_connectJohan Hedberg2012-02-151-1/+1
* Bluetooth: Fix l2cap conn failures for ssp devicesPeter Hurley2012-02-151-0/+4
* bluetooth: hci: Fix type of "enable_hs" to bool.David S. Miller2012-01-221-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2012-01-109-51/+55
|\
| * Bluetooth: Correct packet len calculationAndrei Emeltchenko2012-01-031-5/+4Star
| * Bluetooth: Keep chan->state and sk->sk_state in syncGustavo F. Padovan2012-01-031-0/+2
| * Bluetooth: Don't use *_bh locks anymoreGustavo F. Padovan2012-01-031-12/+12
| * Bluetooth: Fix mgmt_stop_discovery_failed()Andre Guedes2012-01-031-1/+1
| * Bluetooth: Queue adv_work on system workqueueAndre Guedes2012-01-031-2/+1Star
| * Bluetooth: Fix adv_work delayAndre Guedes2012-01-031-2/+1Star
| * Bluetooth: Fix hci_cc_read_local_ext_features()Andre Guedes2012-01-031-1/+8
| * Bluetooth: Rename extfeaturesAndre Guedes2012-01-032-2/+2
| * Bluetooth: Remove *_bh from socket list lock.Gustavo F. Padovan2012-01-031-4/+4
| * Bluetooth: Remove local_bh_disable() from hci_sock.cGustavo F. Padovan2012-01-031-2/+0Star
| * Bluetooth: Remove *_bh locks from SCOGustavo F. Padovan2012-01-031-4/+4
| * Bluetooth: Fix context in RFCOMM ttyGustavo F. Padovan2012-01-031-11/+11
| * Bluetooth: Fix context in rfcomm_sock_lockGustavo F. Padovan2012-01-031-6/+6
| * Bluetooth: Fix bacpy in l2cap_core.cGustavo F. Padovan2012-01-021-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-01-051-1/+1
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-041-1/+1
| |\ \
| | * | Revert "Bluetooth: Increase HCI reset timeout in hci_dev_do_close"Gustavo F. Padovan2011-12-231-1/+1
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-0319-1124/+1164
|\ \ \ \ | | |_|/ | |/| |
| * | | Bluetooth: Fix a compile warning in RFCOMMGustavo F. Padovan2011-12-271-3/+0Star
| * | | Bluetooth: Incorrect address while storing LTK.Hemant Gupta2011-12-231-1/+1
| * | | Bluetooth: Don't disable interrupt when locking the queueGustavo F. Padovan2011-12-221-2/+2
| * | | Bluetooth: remove *_bh usage from hci_dev_list and hci_cb_listGustavo F. Padovan2011-12-222-14/+14
| * | | Bluetooth: add debug output to l2cap_ack_timeout()Gustavo F. Padovan2011-12-221-0/+2
| * | | Bluetooth: Remove l2cap priority from inside RFCOMM.Gustavo F. Padovan2011-12-221-27/+17Star
| * | | Bluetooth: Add SMP to User Passkey and ConfirmBrian Gix2011-12-221-1/+9
| * | | Bluetooth: Add MITM mechanism to LE-SMPBrian Gix2011-12-221-22/+204
| * | | Bluetooth: Fix deadlocks with sock lock and L2CAP timers locksUlisses Furquim2011-12-221-20/+9Star
| * | | Bluetooth: Make HCI call directly into SCO and L2CAP event functionsUlisses Furquim2011-12-223-133/+15Star
| * | | Bluetooth: Remove magic numbers from le scan cmdAndrei Emeltchenko2011-12-221-2/+10
| * | | Bluetooth: fix bt_accept_dequeue() to work in process contextGustavo F. Padovan2011-12-221-7/+4Star
| * | | Bluetooth: Always compile SCO and L2CAP in Bluetooth CoreUlisses Furquim2011-12-216-35/+15Star
| * | | Bluetooth: Remove global mutex hci_task_lockUlisses Furquim2011-12-211-20/+1Star
| * | | Bluetooth: Rename info_work to info_timerGustavo F. Padovan2011-12-201-7/+7
| * | | Bluetooth: convert security timer to delayed_workGustavo F. Padovan2011-12-202-9/+10
| * | | Bluetooth: Move l2cap_{set,clear}_timer to l2cap.hGustavo F. Padovan2011-12-201-14/+0Star
| * | | Bluetooth: Clean up magic pointersAndrei Emeltchenko2011-12-201-4/+4
| * | | Bluetooth: Check for flow control modeAndrei Emeltchenko2011-12-201-0/+5
| * | | Bluetooth: Initialize default flow control modeAndrei Emeltchenko2011-12-201-0/+4
| * | | Bluetooth: Split ctrl init to BREDR and AMP partsAndrei Emeltchenko2011-12-202-18/+49