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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: Add support for SMP timeout
Vinicius Costa Gomes
2011-06-14
3
-30
/
+60
*
Bluetooth: fix missing parameter for HCI_OP_DISCONNECT
Anderson Lizardo
2011-06-13
1
-1
/
+1
*
Bluetooth: Add support for Pairing features exchange
Vinicius Costa Gomes
2011-06-13
2
-53
/
+54
*
Bluetooth: Add support for building pairing commands
Vinicius Costa Gomes
2011-06-13
1
-0
/
+11
*
Bluetooth: Update the security level when link is encrypted
Vinicius Costa Gomes
2011-06-13
1
-0
/
+3
*
Bluetooth: Fix initial security level of LE links
Vinicius Costa Gomes
2011-06-13
2
-0
/
+2
*
Bluetooth: Add support for resuming socket when SMP is finished
Vinicius Costa Gomes
2011-06-13
3
-42
/
+75
*
Bluetooth: Remove debug statements
Vinicius Costa Gomes
2011-06-13
1
-5
/
+1
*
Bluetooth: Add support for LE Start Encryption
Vinicius Costa Gomes
2011-06-13
5
-4
/
+168
*
Bluetooth: Add SMP confirmation checks methods
Anderson Briglia
2011-06-13
2
-14
/
+84
*
Bluetooth: Add SMP confirmation structs
Anderson Briglia
2011-06-13
2
-0
/
+22
*
Bluetooth: Add LE SMP Cryptoolbox functions
Anderson Briglia
2011-06-13
1
-0
/
+117
*
Bluetooth: Add support for using the crypto subsystem
Vinicius Costa Gomes
2011-06-13
4
-4
/
+50
*
Bluetooth: Add simple SMP pairing negotiation
Anderson Briglia
2011-06-13
2
-5
/
+119
*
Bluetooth: Start SMP procedure
Anderson Briglia
2011-06-13
1
-0
/
+9
*
Bluetooth: Implement the first SMP commands
Anderson Briglia
2011-06-13
3
-1
/
+173
*
Bluetooth: Don't forget to check for LE_LINK
Gustavo F. Padovan
2011-06-13
1
-1
/
+1
*
Bluetooth: keep reference if any ERTM timer is enabled
Gustavo F. Padovan
2011-06-13
2
-28
/
+31
*
Bluetooth: Make timer functions generic
Gustavo F. Padovan
2011-06-13
2
-29
/
+31
*
Bluetooth: Add refcnt to struct l2cap_chan
Gustavo F. Padovan
2011-06-13
2
-9
/
+23
*
Bluetooth: Add state tracking to struct l2cap_chan
Gustavo F. Padovan
2011-06-13
3
-54
/
+74
*
Bluetooth: add close() callback to l2cap_chan_ops
Gustavo F. Padovan
2011-06-13
3
-11
/
+19
*
Bluetooth: add recv() callback to l2cap_chan_ops
Gustavo F. Padovan
2011-06-13
3
-8
/
+17
*
Bluetooth: Add l2cap_chan_ops abstraction
Gustavo F. Padovan
2011-06-13
3
-15
/
+43
*
Bluetooth: Merge l2cap_chan_create() in the l2cap_sock_alloc()
Gustavo F. Padovan
2011-06-13
2
-24
/
+12
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6
Gustavo F. Padovan
2011-06-09
5
-10
/
+38
|
\
|
*
Bluetooth: Do not send SET_EVENT_MASK for 1.1 and earlier devices
Ville Tervo
2011-06-09
1
-8
/
+10
|
*
Bluetooth: Do not ignore errors returned from strict_strtol()
David Miller
2011-06-09
1
-0
/
+12
|
*
Bluetooth: fix shutdown on SCO sockets
Luiz Augusto von Dentz
2011-06-09
1
-1
/
+12
|
*
Bluetooth: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warning
Stephen Boyd
2011-06-09
1
-1
/
+2
|
*
Bluetooth: l2cap and rfcomm: fix 1 byte infoleak to userspace.
Filip Palian
2011-06-09
2
-0
/
+2
*
|
Bluetooth: Clean up some code style issues
Waldemar Rymarkiewicz
2011-06-09
3
-19
/
+35
*
|
Bluetooth: Kill set but unused variable 'cmd' in cmtp_recv_capimsg()
David Miller
2011-06-09
1
-2
/
+1
*
|
Bluetooth: Fix check for the ERTM local busy state
Mat Martineau
2011-06-08
1
-1
/
+1
*
|
Bluetooth: Restore accidentally-deleted line
Mat Martineau
2011-06-08
1
-0
/
+1
*
|
Bluetooth: Simplify hci_conn_accept_secure check
Waldemar Rymarkiewicz
2011-06-08
1
-3
/
+1
*
|
Bluetooth: Add BT_POWER L2CAP socket option.
Jaikumar Ganesh
2011-06-08
7
-6
/
+59
*
|
Bluetooth: Verify a pin code in pin_code_reply
Waldemar Rymarkiewicz
2011-06-08
1
-12
/
+41
*
|
Bluetooth: Remove a magic number
Waldemar Rymarkiewicz
2011-06-08
1
-1
/
+1
*
|
Bluetooth: fix sparse & gcc warnings
Johannes Berg
2011-06-08
2
-4
/
+4
*
|
Bluetooth: Set 'peer_addr_type' in hci_le_connect()
Andre Guedes
2011-06-08
1
-0
/
+1
*
|
Bluetooth: Check advertising cache in hci_connect()
Andre Guedes
2011-06-08
1
-0
/
+9
*
|
Bluetooth: Remove useless check in hci_connect()
Andre Guedes
2011-06-08
1
-2
/
+2
*
|
Bluetooth: Add 'dst_type' field to struct hci_conn
Andre Guedes
2011-06-08
2
-2
/
+7
*
|
Bluetooth: Refactor hci_auth_complete_evt function
Waldemar Rymarkiewicz
2011-06-08
1
-42
/
+41
*
|
Bluetooth: Fix auth_complete_evt for legacy units
Waldemar Rymarkiewicz
2011-06-08
3
-2
/
+13
*
|
Bluetooth: Advertising entries lifetime
Andre Guedes
2011-06-08
3
-1
/
+21
*
|
Bluetooth: Clear advertising cache before scanning
Andre Guedes
2011-06-08
2
-0
/
+33
*
|
Bluetooth: Add Advertising Report Meta Event handler
Andre Guedes
2011-06-08
1
-0
/
+25
*
|
Bluetooth: LE advertising cache
Andre Guedes
2011-06-08
2
-0
/
+77
[next]