index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
bluetooth
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...
John W. Linville
2012-01-10
1
-2
/
+2
|
\
|
*
Bluetooth: Rename extfeatures
Andre Guedes
2012-01-02
1
-2
/
+2
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2012-01-03
6
-269
/
+299
|
\
\
|
|
/
|
*
Bluetooth: remove *_bh usage from hci_dev_list and hci_cb_list
Gustavo F. Padovan
2011-12-22
1
-8
/
+8
|
*
Bluetooth: Remove lock from inquiry_cache
Gustavo F. Padovan
2011-12-22
1
-7
/
+0
|
*
Bluetooth: Add MITM mechanism to LE-SMP
Brian Gix
2011-12-22
2
-0
/
+7
|
*
Bluetooth: Fix deadlocks with sock lock and L2CAP timers locks
Ulisses Furquim
2011-12-22
1
-8
/
+21
|
*
Bluetooth: Make HCI call directly into SCO and L2CAP event functions
Ulisses Furquim
2011-12-22
1
-79
/
+59
|
*
Bluetooth: Remove magic numbers from le scan cmd
Andrei Emeltchenko
2011-12-22
1
-0
/
+3
|
*
Bluetooth: Always compile SCO and L2CAP in Bluetooth Core
Ulisses Furquim
2011-12-21
1
-22
/
+0
|
*
Bluetooth: Rename info_work to info_timer
Gustavo F. Padovan
2011-12-20
1
-1
/
+1
|
*
Bluetooth: convert security timer to delayed_work
Gustavo F. Padovan
2011-12-20
1
-1
/
+1
|
*
Bluetooth: Move l2cap_{set,clear}_timer to l2cap.h
Gustavo F. Padovan
2011-12-20
1
-0
/
+15
|
*
Bluetooth: Clean up magic pointers
Andrei Emeltchenko
2011-12-20
1
-1
/
+6
|
*
Bluetooth: Initialize default flow control mode
Andrei Emeltchenko
2011-12-20
1
-0
/
+4
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...
John W. Linville
2011-12-19
4
-155
/
+187
|
|
\
|
|
*
Bluetooth: Add missing mgmt_confirm_name command definition
Johan Hedberg
2011-12-19
1
-0
/
+10
|
|
*
Bluetooth: Fix mgmt_(block,unblock)_device opcodes
Johan Hedberg
2011-12-19
1
-2
/
+2
|
|
*
Bluetooth: Add missing confirm_name field to mgmt_ev_device_found
Johan Hedberg
2011-12-19
1
-0
/
+1
|
|
*
Bluetooth: Add HCI Read Data Block Size function
Andrei Emeltchenko
2011-12-18
2
-0
/
+13
|
|
*
Bluetooth: Update ordering and opcodes of mgmt messages
Johan Hedberg
2011-12-18
1
-66
/
+81
|
|
*
Bluetooth: Add timer for automatically disabling the service cache
Johan Hedberg
2011-12-18
1
-0
/
+2
|
|
*
Bluetooth: Remove mgmt_set_service_cache
Johan Hedberg
2011-12-18
2
-5
/
+4
|
|
*
Bluetooth: Move mgmt_set_fast_connectable to the right location
Johan Hedberg
2011-12-18
1
-5
/
+2
|
|
*
Bluetooth: Update mgmt_read_info and related mgmt messages
Johan Hedberg
2011-12-18
2
-11
/
+19
|
|
*
Bluetooth: Remove work_add and work_del from hci_sysfs
Gustavo F. Padovan
2011-12-18
1
-3
/
+0
|
|
*
Bluetooth: invert locking order in connect path
Gustavo F. Padovan
2011-12-18
1
-1
/
+2
|
|
*
Bluetooth: convert info timer to delayed_work
Gustavo F. Padovan
2011-12-18
1
-1
/
+1
|
|
*
Bluetooth: convert tx_task to workqueue
Gustavo F. Padovan
2011-12-18
1
-1
/
+1
|
|
*
Bluetooth: Move command task to workqueue
Gustavo F. Padovan
2011-12-18
1
-1
/
+1
|
|
*
Bluetooth: convert conn hash to RCU
Gustavo F. Padovan
2011-12-18
1
-14
/
+31
|
|
*
Bluetooth: convert chan_lock to mutex
Gustavo F. Padovan
2011-12-18
1
-1
/
+1
|
|
*
Bluetooth: Move L2CAP timers to workqueue
Gustavo F. Padovan
2011-12-18
1
-8
/
+9
|
|
*
Bluetooth: Use delayed work for advertisiment cache timeout
Gustavo F. Padovan
2011-12-18
1
-1
/
+1
|
|
*
Bluetooth: Use delayed_work for connection timeout
Gustavo F. Padovan
2011-12-18
1
-3
/
+5
|
|
*
Bluetooth: Replace spin_lock by mutex in hci_dev
Gustavo F. Padovan
2011-12-18
1
-5
/
+3
|
|
*
Bluetooth: Process recv path in a workqueue instead of a tasklet
Marcel Holtmann
2011-12-18
1
-1
/
+2
|
|
*
Bluetooth: make hci_conn_enter_sniff_mode static
Gustavo F. Padovan
2011-12-16
1
-1
/
+0
|
|
*
Bluetooth: Initialize LE connection count
Gustavo F. Padovan
2011-12-16
1
-0
/
+1
|
|
*
Bluetooth: remove lock from struct conn_hash
Gustavo F. Padovan
2011-12-16
1
-1
/
+0
|
|
*
Bluetooth: remove struct hci_chan_hash
Gustavo F. Padovan
2011-12-16
1
-31
/
+2
*
|
|
module_param: make bool parameters really bool (net & drivers/net)
Rusty Russell
2011-12-19
1
-1
/
+1
|
/
/
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...
John W. Linville
2011-12-06
5
-13
/
+109
|
\
\
|
|
/
|
*
Bluetooth: Remove magic bluetooth version numbers
Andrei Emeltchenko
2011-12-03
1
-0
/
+5
|
*
Bluetooth: LE Set Scan Parameter Command
Andre Guedes
2011-12-02
1
-0
/
+9
|
*
Bluetooth: Add dev_flags to struct hci_dev
Andre Guedes
2011-12-02
2
-0
/
+10
|
*
Bluetooth: Add HCI Read Flow Control Mode function
Andrei Emeltchenko
2011-12-02
2
-0
/
+8
|
*
Bluetooth: Add User Passkey Response handling
Brian Gix
2011-12-01
1
-0
/
+5
|
*
Bluetooth: Add MGMT event for Passkey Entry
Brian Gix
2011-11-21
1
-0
/
+5
|
*
Bluetooth: Move scope of kernel parameter enable_hs
Andrei Emeltchenko
2011-11-16
2
-1
/
+2
[next]