index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
Commit message (
Expand
)
Author
Age
Files
Lines
*
new helper: memcpy_from_msg()
Al Viro
2014-11-24
4
-4
/
+4
*
Merge tag 'master-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
2014-11-21
16
-229
/
+393
|
\
|
*
Bluetooth: Call drain_workqueue() before resetting state
Johan Hedberg
2014-11-18
1
-0
/
+10
|
*
Bluetooth: Use shorter "rand" name for "randomizer"
Johan Hedberg
2014-11-18
3
-31
/
+23
|
*
Bluetooth: Fix BR/EDR-only address checks for remote OOB data
Johan Hedberg
2014-11-18
1
-0
/
+22
|
*
Bluetooth: Fix clearing remote OOB data through mgmt
Johan Hedberg
2014-11-15
1
-0
/
+7
|
*
Bluetooth: Add debug logs to help track locking issues
Johan Hedberg
2014-11-15
2
-2
/
+11
|
*
Bluetooth: Remove unnecessary hdev locking in smp.c
Johan Hedberg
2014-11-15
1
-7
/
+0
|
*
Bluetooth: Convert IRK list to RCU
Johan Hedberg
2014-11-15
2
-24
/
+32
|
*
Bluetooth: Convert LTK list to RCU
Johan Hedberg
2014-11-15
3
-26
/
+30
|
*
Bluetooth: Trigger SMP for the appropriate LE CoC errors
Johan Hedberg
2014-11-15
1
-1
/
+22
|
*
Bluetooth: Add key preference parameter to smp_sufficient_security
Johan Hedberg
2014-11-15
3
-11
/
+21
|
*
Bluetooth: Fix sending incorrect LE CoC PDU in BT_CONNECT2 state
Johan Hedberg
2014-11-15
1
-1
/
+2
|
*
Bluetooth: hidp: replace kzalloc/copy_from_user by memdup_user
Fabian Frederick
2014-11-15
1
-7
/
+3
|
*
Bluetooth: Fix correct nesting for 6lowpan server channel
Johan Hedberg
2014-11-13
1
-0
/
+2
|
*
Bluetooth: Fix L2CAP nesting level initialization location
Johan Hedberg
2014-11-13
2
-3
/
+3
|
*
Bluetooth: Fix L2CAP socket lock nesting level
Johan Hedberg
2014-11-13
1
-3
/
+10
|
*
Bluetooth: Use proper nesting annotation for l2cap_chan lock
Johan Hedberg
2014-11-13
2
-0
/
+19
|
*
Bluetooth: Remove unnecessary hci_dev_lock/unlock in smp.c
Johan Hedberg
2014-11-12
1
-4
/
+0
|
*
Bluetooth: Fix l2cap_sock_teardown_cb lockdep warning
Johan Hedberg
2014-11-12
1
-1
/
+1
|
*
Bluetooth: 6lowpan: Remove unnecessary RCU callback
Johan Hedberg
2014-11-11
1
-9
/
+2
|
*
Bluetooth: Fix mgmt connected notification
Johan Hedberg
2014-11-11
1
-1
/
+7
|
*
Bluetooth: Fix sparse warning in amp.c
Johan Hedberg
2014-11-11
1
-9
/
+16
|
*
Bluetooth: 6lowpan: fix skb_unshare behaviour
Alexander Aring
2014-11-08
1
-6
/
+2
|
*
Bluetooth: Send mgmt_connected only if state is BT_CONFIG
Jaganath Kanakkassery
2014-11-07
1
-1
/
+2
|
*
6lowpan: move skb_free from error paths in decompression
Martin Townsend
2014-11-06
1
-8
/
+7
|
*
Bluetooth: Sort switch cases by opcode's numeric value
Kuba Pawlak
2014-11-06
1
-12
/
+12
|
*
Bluetooth: Clear role switch pending flag
Kuba Pawlak
2014-11-06
1
-0
/
+27
|
*
Bluetooth: Fix sparse warnings in RFCOMM
Johan Hedberg
2014-11-04
1
-2
/
+4
|
*
Bluetooth: Fix invalid response for 'Start Discovery' command
Szymon Janc
2014-11-03
1
-21
/
+35
|
*
Bluetooth: Consolidate whitelist debugfs entry into device_list
Marcel Holtmann
2014-11-03
1
-30
/
+6
|
*
Bluetooth: Add hci_reset_dev() for driver triggerd stack reset
Marcel Holtmann
2014-11-02
1
-0
/
+18
|
*
Bluetooth: Introduce BT_BREDR and BT_LE config options
Marcel Holtmann
2014-11-02
5
-9
/
+19
|
*
Bluetooth: Print error message for HCI_Hardware_Error event
Marcel Holtmann
2014-11-02
1
-0
/
+11
|
*
Bluetooth: Check status of command complete for HCI_Reset
Marcel Holtmann
2014-11-02
1
-0
/
+3
|
*
Bluetooth: Fix hci_sync missing wakeup interrupt
Chan-yeol Park
2014-11-01
1
-7
/
+11
*
|
Merge tag 'master-2014-11-04' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
2014-11-10
9
-196
/
+300
|
\
\
|
|
/
|
*
Bluetooth: Clear LE white list when resetting controller
Marcel Holtmann
2014-10-30
1
-0
/
+2
|
*
Bluetooth: 6lowpan: use after free in disconnect_devices()
Dan Carpenter
2014-10-30
1
-2
/
+2
|
*
Bluetooth: Wrong style spin lock used
Jukka Rissanen
2014-10-29
1
-3
/
+7
|
*
Bluetooth: Fix check for direct advertising
Johan Hedberg
2014-10-28
1
-1
/
+1
|
*
Bluetooth: Fix LE connection timeout deadlock
Johan Hedberg
2014-10-28
1
-1
/
+1
|
*
Bluetooth: spelling fixes
Stephen Hemminger
2014-10-28
5
-8
/
+8
|
*
Bluetooth: 6lowpan: Fix lockdep splats
Jukka Rissanen
2014-10-28
1
-0
/
+19
|
*
Bluetooth: 6lowpan: Converting rwlocks to use RCU
Jukka Rissanen
2014-10-28
1
-95
/
+127
|
*
Bluetooth: Revert SMP self-test patches
Johan Hedberg
2014-10-28
2
-126
/
+0
|
*
ieee802154: 6lowpan: rename process_data and lowpan_process_data
Martin Townsend
2014-10-27
1
-7
/
+8
|
*
bluetooth:6lowpan: use consume_skb when packet processed successfully
Martin Townsend
2014-10-27
1
-3
/
+4
|
*
6lowpan: fix process_data return values
Martin Townsend
2014-10-27
1
-1
/
+1
|
*
6lowpan: remove skb_deliver from IPHC
Martin Townsend
2014-10-27
1
-2
/
+12
[next]