index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Bluetooth: Ignore incoming data after initiating disconnection
Johan Hedberg
2014-09-08
1
-0
/
+6
*
Bluetooth: Set disc_timeout to 0 when calling hci_chan_del
Johan Hedberg
2014-09-08
1
-0
/
+3
*
Bluetooth: Fix hci_conn reference counting with hci_chan
Johan Hedberg
2014-09-08
1
-1
/
+3
*
Bluetooth: Refactor connection parameter freeing into its own function
Johan Hedberg
2014-09-08
1
-17
/
+15
*
Bluetooth: Fix using hci_conn_get() for hci_conn pointers
Johan Hedberg
2014-09-08
4
-7
/
+18
*
Bluetooth: Improve *_get() functions to return the object type
Johan Hedberg
2014-09-08
2
-9
/
+7
*
Bluetooth: Optimize connection parameter lookup for LE connections
Johan Hedberg
2014-09-08
1
-1
/
+2
*
Bluetooth: Set addr_type only when it's needed
Johan Hedberg
2014-09-08
1
-5
/
+5
*
Bluetooth: Fix hci_conn reference counting for fixed channels
Johan Hedberg
2014-09-08
2
-2
/
+18
*
Bluetooth: Remove unnecessary l2cap_chan_unlock before l2cap_chan_add
Johan Hedberg
2014-09-08
1
-2
/
+0
*
Bluetooth: Fix incorrect LE CoC PDU length restriction based on HCI MTU
Johan Hedberg
2014-09-08
1
-5
/
+1
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2014-09-08
3
-4
/
+35
|
\
|
*
Bluetooth: Fix hci_conn reference counting for auto-connections
Johan Hedberg
2014-08-20
3
-4
/
+35
*
|
Bluetooth: Fix ERTM L2CAP resend packet
Lukasz Rymanowski
2014-08-14
1
-3
/
+5
*
|
Bluetooth: Improve data packing in SAR mode
Lukasz Rymanowski
2014-08-14
1
-4
/
+1
*
|
Bluetooth: Make smp_chan_destroy() private to smp.c
Johan Hedberg
2014-08-14
2
-52
/
+50
*
|
Bluetooth: Always call smp_distribute_keys() from a workqueue
Johan Hedberg
2014-08-14
1
-16
/
+26
*
|
Bluetooth: Move canceling security_timer into smp_chan_destroy()
Johan Hedberg
2014-08-14
1
-6
/
+6
*
|
Bluetooth: Remove unused l2cap_conn->security_timer
Johan Hedberg
2014-08-14
1
-17
/
+1
*
|
Bluetooth: Add SMP-internal timeout callback
Johan Hedberg
2014-08-14
1
-9
/
+43
*
|
Bluetooth: Fix double free of SMP data skb
Johan Hedberg
2014-08-14
1
-7
/
+6
*
|
Bluetooth: Call l2cap_conn_shutdown() when SMP recv callback fails
Johan Hedberg
2014-08-14
1
-1
/
+19
*
|
Bluetooth: Add public l2cap_conn_shutdown() API to request disconnection
Johan Hedberg
2014-08-14
1
-0
/
+25
*
|
Bluetooth: Use L2CAP resume callback to call smp_distribute_keys
Johan Hedberg
2014-08-14
3
-191
/
+196
*
|
Bluetooth: Convert SMP to use l2cap_chan infrastructure
Johan Hedberg
2014-08-14
3
-67
/
+66
*
|
Bluetooth: Make AES crypto context private to SMP
Johan Hedberg
2014-08-14
3
-27
/
+32
*
|
Bluetooth: Add SMP L2CAP channel skeleton
Johan Hedberg
2014-08-14
1
-1
/
+130
*
|
Bluetooth: Move SMP (de)initialization to smp.c
Johan Hedberg
2014-08-14
3
-30
/
+31
*
|
Bluetooth: Move SMP initialization after HCI init
Johan Hedberg
2014-08-14
1
-7
/
+3
*
|
Bluetooth: Refactor SMP (de)initialization into separate functions
Johan Hedberg
2014-08-14
1
-12
/
+34
*
|
Bluetooth: Fix IRK lookup when tfm_aes is not available
Johan Hedberg
2014-08-14
1
-0
/
+3
*
|
Bluetooth: Fix hci_update_random_address() error return for no crypto
Johan Hedberg
2014-08-14
1
-0
/
+6
*
|
Bluetooth: Fix using HCI_CONN_LE_SMP_PEND to check for SMP context
Johan Hedberg
2014-08-14
1
-1
/
+1
*
|
Bluetooth: Call l2cap_le_conn_ready after notifying channels
Johan Hedberg
2014-08-14
1
-3
/
+3
*
|
Bluetooth: Call L2CAP teardown callback before clearing chan->conn
Johan Hedberg
2014-08-14
1
-2
/
+2
*
|
Bluetooth: Move parts of fixed channel initialization to l2cap_add_scid
Johan Hedberg
2014-08-14
2
-9
/
+4
*
|
Bluetooth: Remove special ATT data channel handling
Johan Hedberg
2014-08-14
1
-79
/
+0
*
|
Bluetooth: Improve fixed channel lookup based on link type
Johan Hedberg
2014-08-14
1
-3
/
+8
*
|
Bluetooth: Move L2CAP fixed channel creation into l2cap_conn_cfm
Johan Hedberg
2014-08-14
1
-44
/
+80
*
|
Bluetooth: Refactor l2cap_connect_cfm
Johan Hedberg
2014-08-14
1
-5
/
+8
*
|
Bluetooth: Remove special handling of ATT in l2cap_security_cfm()
Johan Hedberg
2014-08-14
1
-9
/
+2
*
|
Bluetooth: Resume BT_CONNECTED state after LE security elevation
Johan Hedberg
2014-08-14
1
-0
/
+6
*
|
Bluetooth: Fix __l2cap_no_conn_pending() usage with all channels
Johan Hedberg
2014-08-14
1
-0
/
+3
*
|
Bluetooth: Fix reference counting of global L2CAP channels
Johan Hedberg
2014-08-14
1
-8
/
+28
*
|
Bluetooth: Fix confusion between parent and child channel for 6lowpan
Johan Hedberg
2014-08-14
1
-5
/
+5
*
|
Bluetooth: Remove redundant check for remote_key_dist
Johan Hedberg
2014-08-14
1
-2
/
+1
*
|
Bluetooth: Disable page scan if all whitelisted devices are connected
Johan Hedberg
2014-08-14
2
-4
/
+27
*
|
Bluetooth: Create unified helper function for updating page scan
Johan Hedberg
2014-08-14
2
-60
/
+43
*
|
Bluetooth: Add convenience function to check for pending power off
Johan Hedberg
2014-08-14
1
-24
/
+28
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2014-08-06
22
-1570
/
+3620
|
\
[prev]
[next]