Age | Commit message (Expand) | Author | Files | Lines |
2013-07-31 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto... | John W. Linville | 1 | -9/+17 |
2013-07-29 | Bluetooth: Fix calling request callback more than once | Johan Hedberg | 1 | -1/+9 |
2013-07-29 | Bluetooth: Fix HCI init for BlueFRITZ! devices | Johan Hedberg | 1 | -1/+4 |
2013-07-25 | Bluetooth: Fix race between hci_register_dev() and hci_dev_open() | Gustavo Padovan | 1 | -7/+4 |
2013-07-25 | Bluetooth: Fix invalid length check in l2cap_information_rsp() | Jaganath Kanakkassery | 1 | -1/+1 |
2013-07-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 6 | -323/+308 |
2013-07-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -9/+49 |
2013-07-04 | Merge branches 'for-3.11/battery', 'for-3.11/elo', 'for-3.11/holtek' and 'for... | Jiri Kosina | 4 | -22/+81 |
2013-07-04 | drivers: avoid format strings in names passed to alloc_workqueue() | Kees Cook | 1 | -5/+4 |
2013-06-26 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -1/+1 |
2013-06-23 | Bluetooth: Improve comments on the HCI_Delete_Store_Link_Key issue | Gustavo Padovan | 1 | -1/+9 |
2013-06-23 | Bluetooth: Fix invalid length check in l2cap_information_rsp() | Jaganath Kanakkassery | 1 | -1/+1 |
2013-06-23 | Bluetooth: hidp: using strlcpy instead of strncpy, also beautify code. | Chen Gang | 1 | -10/+4 |
2013-06-23 | Bluetooth: Remove unneeded flag | Andrei Emeltchenko | 1 | -2/+0 |
2013-06-23 | Bluetooth: Use HCI_MGMT instead of HCI_LINK_KEYS flag | Andrei Emeltchenko | 1 | -2/+2 |
2013-06-23 | Bluetooth: Mgmt Device Found Event | Andre Guedes | 1 | -0/+3 |
2013-06-23 | Bluetooth: Remove empty event handler | Andre Guedes | 1 | -12/+0 |
2013-06-23 | Bluetooth: Remove inquiry helpers | Andre Guedes | 1 | -30/+0 |
2013-06-23 | Bluetooth: Remove LE scan helpers | Andre Guedes | 1 | -113/+0 |
2013-06-23 | Bluetooth: Refactor hci_cc_le_set_scan_enable | Andre Guedes | 1 | -6/+3 |
2013-06-23 | Bluetooth: Make mgmt_stop_discovery_failed static | Andre Guedes | 1 | -16/+16 |
2013-06-23 | Bluetooth: Remove stop discovery handling from hci_event.c | Andre Guedes | 1 | -14/+2 |
2013-06-23 | Bluetooth: Update stop_discovery to use HCI request | Andre Guedes | 1 | -7/+40 |
2013-06-23 | Bluetooth: Use HCI request in interleaved discovery | Andre Guedes | 3 | -28/+64 |
2013-06-23 | Bluetooth: Move discovery macros to hci_core.h | Andre Guedes | 1 | -18/+6 |
2013-06-23 | Bluetooth: Make mgmt_start_discovery_failed static | Andre Guedes | 1 | -21/+21 |
2013-06-23 | Bluetooth: Remove start discovery handling from hci_event.c | Andre Guedes | 1 | -23/+1 |
2013-06-23 | Bluetooth: Update start_discovery to use HCI request | Andre Guedes | 1 | -9/+85 |
2013-06-23 | Bluetooth: Make inquiry_cache_flush non-static | Andre Guedes | 1 | -5/+5 |
2013-06-23 | Bluetooth: Fix multiple LE socket handling | Johan Hedberg | 1 | -4/+8 |
2013-06-23 | Bluetooth: Remove useless hci_conn disc_timeout setting | Johan Hedberg | 1 | -2/+0 |
2013-06-23 | Bluetooth: Simplify hci_conn_hold/drop logic for L2CAP | Johan Hedberg | 1 | -3/+5 |
2013-06-23 | Bluetooth: Remove unnecessary L2CAP channel state check | Johan Hedberg | 1 | -4/+1 |
2013-06-23 | Bluetooth: Remove useless sk variable in l2cap_le_conn_ready | Johan Hedberg | 1 | -5/+3 |
2013-06-23 | Bluetooth: Fix duplicate call to l2cap_chan_ready() | Johan Hedberg | 1 | -2/+0 |
2013-06-23 | Bluetooth: Add clarifying comment to l2cap_conn_ready() | Johan Hedberg | 1 | -0/+3 |
2013-06-23 | Bluetooth: Fix hardcoding ATT CID in __l2cap_chan_add() | Johan Hedberg | 1 | -2/+6 |
2013-06-23 | Bluetooth: Fix EBUSY condition test in l2cap_chan_connect | Johan Hedberg | 1 | -10/+4 |
2013-06-23 | Bluetooth: Fix LE vs BR/EDR selection when connecting | Johan Hedberg | 1 | -1/+1 |
2013-06-23 | Bluetooth: Rename L2CAP_CID_LE_DATA to L2CAP_CID_ATT | Johan Hedberg | 2 | -9/+9 |
2013-06-23 | Bluetooth: Handle LE L2CAP signalling in its own function | Johan Hedberg | 1 | -5/+48 |
2013-06-13 | Bluetooth: Fix conditions for HCI_Delete_Stored_Link_Key | Johan Hedberg | 1 | -5/+10 |
2013-06-13 | Bluetooth: Fix crash in l2cap_build_cmd() with small MTU | Anderson Lizardo | 1 | -0/+3 |
2013-06-12 | Bluetooth: Fix mgmt handling of power on failures | Johan Hedberg | 2 | -1/+26 |
2013-06-12 | Bluetooth: Fix missing length checks for L2CAP signalling PDUs | Johan Hedberg | 1 | -18/+52 |
2013-06-12 | Bluetooth: Fix checks for LE support on LE-only controllers | Johan Hedberg | 2 | -3/+3 |
2013-05-29 | HID: Bluetooth: hidp: register HID devices async | David Herrmann | 2 | -9/+49 |
2013-05-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 9 | -24/+19 |
2013-04-29 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 3 | -12/+32 |
2013-04-24 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 12 | -677/+1083 |