summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Fix the reference counting of tty_portGianluca Anzolin2013-08-211-34/+12Star
* Bluetooth: Implement .activate, .shutdown and .carrier_raised methodsGianluca Anzolin2013-08-211-70/+47Star
* Bluetooth: Move the tty initialization and cleanup out of open/closeGianluca Anzolin2013-08-211-42/+72
* Bluetooth: Remove the device from the list in the destructorGianluca Anzolin2013-08-211-21/+6Star
* Bluetooth: Take proper tty_struct referencesGianluca Anzolin2013-08-211-12/+17
* Bluetooth: Set different event mask for LE-only controllersMarcel Holtmann2013-08-211-0/+12
* Bluetooth: Fix getting SCO socket options in deferred stateJohan Hedberg2013-08-211-2/+6
* Bluetooth: hidp: remove wrong send_report at initBenjamin Tissoires2013-07-251-14/+0Star
* Bluetooth: hidp: implement hidinput_input_event callbackBenjamin Tissoires2013-07-251-0/+26
* Bluetooth: Add missing braces to an "else if"Gustavo Padovan2013-07-251-1/+2
* Bluetooth: Use defines instead of integer literalsMikel Astiz2013-07-251-4/+5
* Bluetooth: Use defines in in hci_get_auth_req()Mikel Astiz2013-07-251-5/+8
* Bluetooth: Fix simple whitespace vs tab style issueMarcel Holtmann2013-07-251-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-106-323/+308Star
|\
| * 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/+4Star
| * | Bluetooth: Remove unneeded flagAndrei Emeltchenko2013-06-231-2/+0Star
| * | 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/+0Star
| * | Bluetooth: Remove inquiry helpersAndre Guedes2013-06-231-30/+0Star
| * | Bluetooth: Remove LE scan helpersAndre Guedes2013-06-231-113/+0Star
| * | Bluetooth: Refactor hci_cc_le_set_scan_enableAndre Guedes2013-06-231-6/+3Star
| * | 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/+2Star
| * | 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/+6Star
| * | 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/+1Star
| * | 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/+0Star
| * | 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/+1Star
| * | Bluetooth: Remove useless sk variable in l2cap_le_conn_readyJohan Hedberg2013-06-231-5/+3Star
| * | Bluetooth: Fix duplicate call to l2cap_chan_ready()Johan Hedberg2013-06-231-2/+0Star
| * | 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/+4Star
| * | 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-041-5/+4Star
| |_|_|/ |/| | |
* | | | Bluetooth: Fix invalid length check in l2cap_information_rsp()Jaganath Kanakkassery2013-06-231-1/+1
| |_|/ |/| |