index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
bluetooth
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: Fix userspace compatibility issue with mgmt interface
Gustavo Padovan
2012-04-05
1
-1
/
+1
*
Bluetooth: mgmt: Fix timeout type
Andrei Emeltchenko
2012-03-28
1
-1
/
+1
*
Bluetooth: Check for minimum data length in eir_has_data_type()
Johan Hedberg
2012-03-28
1
-0
/
+3
*
Bluetooth: Don't increment twice in eir_has_data_type()
Johan Hedberg
2012-03-28
1
-4
/
+3
*
Bluetooth: hci_core: fix NULL-pointer dereference at unregister
Johan Hovold
2012-03-28
1
-0
/
+1
*
Bluetooth: Use correct flags for checking HCI_SSP_ENABLED bit
Hemant Gupta
2012-03-28
1
-1
/
+1
*
Bluetooth: fix conding style issues all over the tree
Gustavo F. Padovan
2012-03-08
1
-34
/
+33
*
Bluetooth: Fix coding style in all .h files
Gustavo F. Padovan
2012-03-07
4
-39
/
+39
*
Bluetooth: Use correct type for userspace exported structs
Gustavo F. Padovan
2012-03-07
1
-3
/
+3
*
Bluetooth: Fix coding style in mgmt.h
Gustavo F. Padovan
2012-03-07
1
-79
/
+78
*
Bluetooth: Remove HCI_PI_MGMT_INIT flag for sockets
Johan Hedberg
2012-03-03
1
-4
/
+0
*
Bluetooth: mgmt: Add new error code for invalid index
Johan Hedberg
2012-03-02
1
-0
/
+1
*
Bluetooth: Update L2CAP timeout constants to use msecs_to_jiffies
Marcel Holtmann
2012-03-02
1
-5
/
+5
*
Bluetooth: mgmt: Add defines for command sizes
Johan Hedberg
2012-03-01
1
-0
/
+34
*
Bluetooth: Save remote L2CAP fixed channel mask
Andrei Emeltchenko
2012-02-29
1
-0
/
+1
*
Bluetooth: Add missing host features definitions
Johan Hedberg
2012-02-28
1
-1
/
+3
*
Bluetooth: Use kernel int types instead of ones from stdint.h
Johan Hedberg
2012-02-27
1
-2
/
+2
*
Bluetooth: mgmt: Track pending class changes
Johan Hedberg
2012-02-24
1
-0
/
+1
*
Bluetooth: mgmt: Add flags parameter to device_connected
Johan Hedberg
2012-02-23
2
-2
/
+3
*
Bluetooth: mgmt: Add legacy pairing info to dev_found events
Johan Hedberg
2012-02-23
1
-2
/
+3
*
Bluetooth: mgmt: Fix device_found parameters
Johan Hedberg
2012-02-23
1
-1
/
+4
*
Bluetooth: Add hdev->short_name for EIR generation
Johan Hedberg
2012-02-23
2
-1
/
+4
*
Bluetooth: Send management event for class of device changes
Marcel Holtmann
2012-02-23
1
-0
/
+2
*
Bluetooth: mgmt: Implement Set LE command
Johan Hedberg
2012-02-23
2
-0
/
+2
*
Bluetooth: mgmt: Make Set SSP command callable while powered off
Johan Hedberg
2012-02-23
1
-1
/
+1
*
Bluetooth: mgmt: Make Set Link Security callable while powered off
Johan Hedberg
2012-02-23
1
-0
/
+1
*
Bluetooth: Add l2cap_chan_lock
Andrei Emeltchenko
2012-02-23
1
-0
/
+11
*
Bluetooth: mgmt: Allow connectable/discoverable changes in off state
Johan Hedberg
2012-02-21
1
-0
/
+2
*
Bluetooth: Fix parameter list for setting local name
Marcel Holtmann
2012-02-21
1
-0
/
+1
*
Bluetooth: mgmt: Add basic support for Set High Speed command
Johan Hedberg
2012-02-21
1
-0
/
+1
*
Bluetooth: mgmt: Add address type parameter to Discovering event
Johan Hedberg
2012-02-21
1
-0
/
+4
*
Bluetooth: mgmt: Add address type parameter to Stop Discovery command
Johan Hedberg
2012-02-21
1
-0
/
+3
*
Bluetooth: Set supported settings based on enabled HS and/or LE
Marcel Holtmann
2012-02-20
1
-0
/
+1
*
Bluetooth: Add support for HCI monitor channel
Marcel Holtmann
2012-02-20
3
-0
/
+53
*
Bluetooth: Remove HCI notifier handling
Marcel Holtmann
2012-02-20
1
-5
/
+2
*
Bluetooth: Remove unneeded bt_cb(skb)->channel variable
Marcel Holtmann
2012-02-20
1
-1
/
+0
*
Bluetooth: Split sending for HCI raw and control sockets
Marcel Holtmann
2012-02-20
1
-2
/
+2
*
Bluetooth: mgmt: Move status parameters into the cmd_complete header
Johan Hedberg
2012-02-19
1
-7
/
+1
*
Bluetooth: mgmt: Change ordering of cmd_status paramters
Johan Hedberg
2012-02-19
1
-1
/
+1
*
Bluetooth: Interleaved discovery support
Andre Guedes
2012-02-19
1
-0
/
+2
*
Bluetooth: Merge INQUIRY and LE_SCAN discovery states
Andre Guedes
2012-02-19
1
-2
/
+1
*
Bluetooth: Track discovery type
Andre Guedes
2012-02-19
1
-0
/
+1
*
Bluetooth: Prepare start_discovery
Andre Guedes
2012-02-19
2
-5
/
+12
*
Bluetooth: Add Intel copyright to mgmt files
Johan Hedberg
2012-02-17
1
-0
/
+1
*
Bluetooth: mgmt: Add address type to confirm name command
Johan Hedberg
2012-02-17
1
-2
/
+2
*
Bluetooth: mgmt: Add address type to PIN code messages
Johan Hedberg
2012-02-17
1
-4
/
+4
*
Bluetooth: mgmt: Add address type to link key messages
Johan Hedberg
2012-02-17
1
-1
/
+1
*
Bluetooth: Use symbolic names for state in debug
Andrei Emeltchenko
2012-02-17
1
-1
/
+2
*
Bluetooth: Move scope of state_to_string
Andrei Emeltchenko
2012-02-17
1
-0
/
+27
*
Bluetooth: Add logging functions bt_info and bt_err
Joe Perches
2012-02-17
1
-6
/
+8
[next]