index
:
kernel_goldelico_gta04.git
android-3.0-gta04
for-cmair
jack-working+v2
neil-rebase-3.7
replicant-2.3
replicant-4.0
replicant-4.0+3.10+not-compilation-tested
replicant-4.0+3.7+WIP
replicant-4.0+3.8+WIP
replicant-4.0+jack-working
replicant-4.0+suspend
replicant-4.2
kernel/goldelico/gta04
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: Use voice setting in deferred SCO connection request
Frédéric Dalleau
2013-08-21
1
-5
/
+17
*
Bluetooth: Add Bluetooth socket voice option
Frédéric Dalleau
2013-08-21
1
-1
/
+39
*
Bluetooth: Remove unused mask parameter in sco_conn_defer_accept
Frédéric Dalleau
2013-08-21
1
-7
/
+3
*
Bluetooth: Use hci_connect_sco directly
Frédéric Dalleau
2013-08-21
2
-8
/
+3
*
Bluetooth: Purge the dlc->tx_queue to avoid circular dependency
Gianluca Anzolin
2013-08-21
1
-0
/
+6
*
Bluetooth: Fix the reference counting of tty_port
Gianluca Anzolin
2013-08-21
1
-34
/
+12
*
Bluetooth: Implement .activate, .shutdown and .carrier_raised methods
Gianluca Anzolin
2013-08-21
1
-70
/
+47
*
Bluetooth: Move the tty initialization and cleanup out of open/close
Gianluca Anzolin
2013-08-21
1
-42
/
+72
*
Bluetooth: Remove the device from the list in the destructor
Gianluca Anzolin
2013-08-21
1
-21
/
+6
*
Bluetooth: Take proper tty_struct references
Gianluca Anzolin
2013-08-21
1
-12
/
+17
*
Bluetooth: Set different event mask for LE-only controllers
Marcel Holtmann
2013-08-21
1
-0
/
+12
*
Bluetooth: Fix getting SCO socket options in deferred state
Johan Hedberg
2013-08-21
1
-2
/
+6
*
Bluetooth: hidp: remove wrong send_report at init
Benjamin Tissoires
2013-07-25
1
-14
/
+0
*
Bluetooth: hidp: implement hidinput_input_event callback
Benjamin Tissoires
2013-07-25
1
-0
/
+26
*
Bluetooth: Add missing braces to an "else if"
Gustavo Padovan
2013-07-25
1
-1
/
+2
*
Bluetooth: Use defines instead of integer literals
Mikel Astiz
2013-07-25
1
-4
/
+5
*
Bluetooth: Use defines in in hci_get_auth_req()
Mikel Astiz
2013-07-25
1
-5
/
+8
*
Bluetooth: Fix simple whitespace vs tab style issue
Marcel Holtmann
2013-07-25
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2013-07-09
6
-323
/
+308
|
\
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2013-06-26
1
-1
/
+1
|
|
\
|
*
|
Bluetooth: Improve comments on the HCI_Delete_Store_Link_Key issue
Gustavo Padovan
2013-06-23
1
-1
/
+9
|
*
|
Bluetooth: hidp: using strlcpy instead of strncpy, also beautify code.
Chen Gang
2013-06-23
1
-10
/
+4
|
*
|
Bluetooth: Remove unneeded flag
Andrei Emeltchenko
2013-06-23
1
-2
/
+0
|
*
|
Bluetooth: Use HCI_MGMT instead of HCI_LINK_KEYS flag
Andrei Emeltchenko
2013-06-23
1
-2
/
+2
|
*
|
Bluetooth: Mgmt Device Found Event
Andre Guedes
2013-06-23
1
-0
/
+3
|
*
|
Bluetooth: Remove empty event handler
Andre Guedes
2013-06-23
1
-12
/
+0
|
*
|
Bluetooth: Remove inquiry helpers
Andre Guedes
2013-06-23
1
-30
/
+0
|
*
|
Bluetooth: Remove LE scan helpers
Andre Guedes
2013-06-23
1
-113
/
+0
|
*
|
Bluetooth: Refactor hci_cc_le_set_scan_enable
Andre Guedes
2013-06-23
1
-6
/
+3
|
*
|
Bluetooth: Make mgmt_stop_discovery_failed static
Andre Guedes
2013-06-23
1
-16
/
+16
|
*
|
Bluetooth: Remove stop discovery handling from hci_event.c
Andre Guedes
2013-06-23
1
-14
/
+2
|
*
|
Bluetooth: Update stop_discovery to use HCI request
Andre Guedes
2013-06-23
1
-7
/
+40
|
*
|
Bluetooth: Use HCI request in interleaved discovery
Andre Guedes
2013-06-23
3
-28
/
+64
|
*
|
Bluetooth: Move discovery macros to hci_core.h
Andre Guedes
2013-06-23
1
-18
/
+6
|
*
|
Bluetooth: Make mgmt_start_discovery_failed static
Andre Guedes
2013-06-23
1
-21
/
+21
|
*
|
Bluetooth: Remove start discovery handling from hci_event.c
Andre Guedes
2013-06-23
1
-23
/
+1
|
*
|
Bluetooth: Update start_discovery to use HCI request
Andre Guedes
2013-06-23
1
-9
/
+85
|
*
|
Bluetooth: Make inquiry_cache_flush non-static
Andre Guedes
2013-06-23
1
-5
/
+5
|
*
|
Bluetooth: Fix multiple LE socket handling
Johan Hedberg
2013-06-23
1
-4
/
+8
|
*
|
Bluetooth: Remove useless hci_conn disc_timeout setting
Johan Hedberg
2013-06-23
1
-2
/
+0
|
*
|
Bluetooth: Simplify hci_conn_hold/drop logic for L2CAP
Johan Hedberg
2013-06-23
1
-3
/
+5
|
*
|
Bluetooth: Remove unnecessary L2CAP channel state check
Johan Hedberg
2013-06-23
1
-4
/
+1
|
*
|
Bluetooth: Remove useless sk variable in l2cap_le_conn_ready
Johan Hedberg
2013-06-23
1
-5
/
+3
|
*
|
Bluetooth: Fix duplicate call to l2cap_chan_ready()
Johan Hedberg
2013-06-23
1
-2
/
+0
|
*
|
Bluetooth: Add clarifying comment to l2cap_conn_ready()
Johan Hedberg
2013-06-23
1
-0
/
+3
|
*
|
Bluetooth: Fix hardcoding ATT CID in __l2cap_chan_add()
Johan Hedberg
2013-06-23
1
-2
/
+6
|
*
|
Bluetooth: Fix EBUSY condition test in l2cap_chan_connect
Johan Hedberg
2013-06-23
1
-10
/
+4
|
*
|
Bluetooth: Fix LE vs BR/EDR selection when connecting
Johan Hedberg
2013-06-23
1
-1
/
+1
|
*
|
Bluetooth: Rename L2CAP_CID_LE_DATA to L2CAP_CID_ATT
Johan Hedberg
2013-06-23
2
-9
/
+9
|
*
|
Bluetooth: Handle LE L2CAP signalling in its own function
Johan Hedberg
2013-06-23
1
-5
/
+48
[next]