index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
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
/
net
/
bluetooth
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
Bluetooth: Add self-tests for SMP crypto functions
Johan Hedberg
2014-10-25
1
-0
/
+87
*
Bluetooth: Add skeleton for SMP self-tests
Johan Hedberg
2014-10-25
2
-0
/
+39
*
Bluetooth: Pass only crypto context to SMP crypto functions
Johan Hedberg
2014-10-25
1
-18
/
+12
*
Bluetooth: fix shadow warning in hci_disconnect()
Fabian Frederick
2014-10-25
1
-3
/
+4
*
Bluetooth: Fix missing channel unlock in l2cap_le_credits
Martin Townsend
2014-10-25
1
-0
/
+1
*
6lowpan: Use skb_cow in IPHC decompression.
Martin Townsend
2014-10-25
1
-0
/
+4
*
Bluetooth: 6lowpan: remove unnecessary codes in give_skb_to_upper
Li RongQing
2014-10-25
1
-8
/
+1
*
Bluetooth: Improve RFCOMM __test_pf macro robustness
Szymon Janc
2014-10-25
1
-1
/
+1
*
Bluetooth: Fix RFCOMM NSC response
Szymon Janc
2014-10-25
1
-2
/
+2
*
Bluetooth: Defer connection-parameter removal when unpairing
Alfonso Acosta
2014-10-25
2
-13
/
+41
*
Bluetooth: Remove redundant check on hci_conn's device class
Alfonso Acosta
2014-10-25
1
-2
/
+1
*
Bluetooth: Include ADV_IND report in Device Connected event
Alfonso Acosta
2014-10-25
2
-16
/
+40
*
Bluetooth: Refactor arguments of mgmt_device_connected
Alfonso Acosta
2014-10-25
3
-20
/
+11
*
Bluetooth: 6lowpan: Check transmit errors for multicast packets
Jukka Rissanen
2014-10-02
1
-3
/
+10
*
Bluetooth: 6lowpan: Return EAGAIN error also for multicast packets
Jukka Rissanen
2014-10-02
1
-11
/
+5
*
Bluetooth: 6lowpan: Avoid memory leak if memory allocation fails
Jukka Rissanen
2014-10-02
1
-2
/
+6
*
Bluetooth: 6lowpan: Memory leak as the skb is not freed
Jukka Rissanen
2014-10-02
1
-0
/
+2
*
Bluetooth: Fix lockdep warning with l2cap_chan_connect
Johan Hedberg
2014-10-02
1
-5
/
+8
*
Bluetooth: 6lowpan: Enable multicast support
Jukka Rissanen
2014-09-29
1
-1
/
+2
*
Bluetooth: 6lowpan: Ensure header compression does not corrupt IPv6 header
Jukka Rissanen
2014-09-29
1
-52
/
+83
*
Bluetooth: 6lowpan: Make sure skb exists before accessing it
Jukka Rissanen
2014-09-29
1
-0
/
+6
[next]