summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2013-07-311-9/+17
|\
| * Bluetooth: Fix calling request callback more than onceJohan Hedberg2013-07-291-1/+9
| * Bluetooth: Fix HCI init for BlueFRITZ! devicesJohan Hedberg2013-07-291-1/+4
| * Bluetooth: Fix race between hci_register_dev() and hci_dev_open()Gustavo Padovan2013-07-251-7/+4
| * Bluetooth: Fix invalid length check in l2cap_information_rsp()Jaganath Kanakkassery2013-07-251-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-096-323/+308
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-06-261-1/+1
| |\ \
| * | | Bluetooth: Improve comments on the HCI_Delete_Store_Link_Key issueGustavo Padovan2013-06-231-1/+9
| * | | Bluetooth: hidp: using strlcpy instead of strncpy, also beautify code.Chen Gang2013-06-231-10/+4
| * | | Bluetooth: Remove unneeded flagAndrei Emeltchenko2013-06-231-2/+0
| * | | Bluetooth: Use HCI_MGMT instead of HCI_LINK_KEYS flagAndrei Emeltchenko2013-06-231-2/+2
| * | | Bluetooth: Mgmt Device Found EventAndre Guedes2013-06-231-0/+3
| * | | Bluetooth: Remove empty event handlerAndre Guedes2013-06-231-12/+0
| * | | Bluetooth: Remove inquiry helpersAndre Guedes2013-06-231-30/+0
| * | | Bluetooth: Remove LE scan helpersAndre Guedes2013-06-231-113/+0
| * | | Bluetooth: Refactor hci_cc_le_set_scan_enableAndre Guedes2013-06-231-6/+3
| * | | Bluetooth: Make mgmt_stop_discovery_failed staticAndre Guedes2013-06-231-16/+16
| * | | Bluetooth: Remove stop discovery handling from hci_event.cAndre Guedes2013-06-231-14/+2
| * | | Bluetooth: Update stop_discovery to use HCI requestAndre Guedes2013-06-231-7/+40
| * | | Bluetooth: Use HCI request in interleaved discoveryAndre Guedes2013-06-233-28/+64
| * | | Bluetooth: Move discovery macros to hci_core.hAndre Guedes2013-06-231-18/+6
| * | | Bluetooth: Make mgmt_start_discovery_failed staticAndre Guedes2013-06-231-21/+21
| * | | Bluetooth: Remove start discovery handling from hci_event.cAndre Guedes2013-06-231-23/+1
| * | | Bluetooth: Update start_discovery to use HCI requestAndre Guedes2013-06-231-9/+85
| * | | Bluetooth: Make inquiry_cache_flush non-staticAndre Guedes2013-06-231-5/+5
| * | | Bluetooth: Fix multiple LE socket handlingJohan Hedberg2013-06-231-4/+8
| * | | Bluetooth: Remove useless hci_conn disc_timeout settingJohan Hedberg2013-06-231-2/+0
| * | | Bluetooth: Simplify hci_conn_hold/drop logic for L2CAPJohan Hedberg2013-06-231-3/+5
| * | | Bluetooth: Remove unnecessary L2CAP channel state checkJohan Hedberg2013-06-231-4/+1
| * | | Bluetooth: Remove useless sk variable in l2cap_le_conn_readyJohan Hedberg2013-06-231-5/+3
| * | | Bluetooth: Fix duplicate call to l2cap_chan_ready()Johan Hedberg2013-06-231-2/+0
| * | | Bluetooth: Add clarifying comment to l2cap_conn_ready()Johan Hedberg2013-06-231-0/+3
| * | | Bluetooth: Fix hardcoding ATT CID in __l2cap_chan_add()Johan Hedberg2013-06-231-2/+6
| * | | Bluetooth: Fix EBUSY condition test in l2cap_chan_connectJohan Hedberg2013-06-231-10/+4
| * | | Bluetooth: Fix LE vs BR/EDR selection when connectingJohan Hedberg2013-06-231-1/+1
| * | | Bluetooth: Rename L2CAP_CID_LE_DATA to L2CAP_CID_ATTJohan Hedberg2013-06-232-9/+9
| * | | Bluetooth: Handle LE L2CAP signalling in its own functionJohan Hedberg2013-06-231-5/+48
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-07-042-9/+49
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'for-3.11/battery', 'for-3.11/elo', 'for-3.11/holtek' and 'for...Jiri Kosina2013-07-044-22/+81
| |\ \ \ \
| * | | | | HID: Bluetooth: hidp: register HID devices asyncDavid Herrmann2013-05-292-9/+49
| |/ / / /
* | | | / drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook2013-07-031-5/+4
| |_|_|/ |/| | |
* | | | Bluetooth: Fix invalid length check in l2cap_information_rsp()Jaganath Kanakkassery2013-06-231-1/+1
| |_|/ |/| |
* | | Bluetooth: Fix conditions for HCI_Delete_Stored_Link_KeyJohan Hedberg2013-06-131-5/+10
* | | Bluetooth: Fix crash in l2cap_build_cmd() with small MTUAnderson Lizardo2013-06-131-0/+3
| |/ |/|
* | Bluetooth: Fix mgmt handling of power on failuresJohan Hedberg2013-06-122-1/+26
* | Bluetooth: Fix missing length checks for L2CAP signalling PDUsJohan Hedberg2013-06-121-18/+52
* | Bluetooth: Fix checks for LE support on LE-only controllersJohan Hedberg2013-06-122-3/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-019-24/+19
|\
| * bluetooth: fix race in bt_procfs_init()Al Viro2013-04-091-7/+1
| * bluetooth: kill unused 'module' argument of bt_procfs_init()Al Viro2013-04-098-9/+9