summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * bluetooth: don't bother with ->owner for procfs fopsAl Viro2013-04-091-7/+8
| * procfs: new helper - PDE_DATA(inode)Al Viro2013-04-092-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-293-12/+32
|\ \
| * | Bluetooth: Remove unneeded parameter from L2CAP ATT channel handlingMarcel Holtmann2013-04-231-3/+4
| * | Bluetooth: hci_get_cmd_complete() can be staticFengguang Wu2013-04-231-1/+2
| * | Bluetooth: Fix sending write_le_host_supporte for LE-only controllersJohan Hedberg2013-04-232-1/+17
| * | Bluetooth: Fix HCI command send functions to use const specifierJohan Hedberg2013-04-191-7/+9
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-2412-677/+1083
|\ \ \ | |/ /
| * | Bluetooth: Rename LE_SCANNING_* macrosAndre Guedes2013-04-182-3/+3
| * | Bluetooth: Add macros for filter duplicates valuesAndre Guedes2013-04-181-1/+1
| * | Bluetooth: Add LE scan type macrosAndre Guedes2013-04-181-4/+3
| * | Bluetooth: Change LE scanning timeout macrosAndre Guedes2013-04-182-3/+3
| * | Bluetooth: Add reading of all local feature pagesJohan Hedberg2013-04-182-0/+12
| * | Bluetooth: Track feature pages in a single tableJohan Hedberg2013-04-182-36/+38
| * | Bluetooth: Move and rename hci_conn_acceptFrédéric Dalleau2013-04-182-37/+37
| * | Bluetooth: Fix incorrect SSP mode bit for non SSP devicesJaganath Kanakkassery2013-04-181-1/+12
| * | Bluetooth: hidp: fix sending output reports on intr channelDavid Herrmann2013-04-171-7/+5
| * | Bluetooth: hidp: don't send boot-protocol messages as HID-reportsDavid Herrmann2013-04-171-19/+5
| * | Bluetooth: hidp: merge 'send' functions into hidp_send_message()David Herrmann2013-04-171-96/+60
| * | Bluetooth: hidp: merge hidp_process_{ctrl,intr}_transmit()David Herrmann2013-04-171-29/+11
OpenPOWER on IntegriCloud