index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bluetooth
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-07
6lowpan: move skb_free from error paths in decompression
Martin Townsend
1
-8
/
+7
2014-11-06
Bluetooth: Sort switch cases by opcode's numeric value
Kuba Pawlak
1
-12
/
+12
2014-11-06
Bluetooth: Clear role switch pending flag
Kuba Pawlak
1
-0
/
+27
2014-11-04
Bluetooth: Fix sparse warnings in RFCOMM
Johan Hedberg
1
-2
/
+4
2014-11-03
Bluetooth: Fix invalid response for 'Start Discovery' command
Szymon Janc
1
-21
/
+35
2014-11-03
Bluetooth: Consolidate whitelist debugfs entry into device_list
Marcel Holtmann
1
-30
/
+6
2014-11-02
Bluetooth: Add hci_reset_dev() for driver triggerd stack reset
Marcel Holtmann
1
-0
/
+18
2014-11-02
Bluetooth: Introduce BT_BREDR and BT_LE config options
Marcel Holtmann
5
-9
/
+19
2014-11-02
Bluetooth: Print error message for HCI_Hardware_Error event
Marcel Holtmann
1
-0
/
+11
2014-11-02
Bluetooth: Check status of command complete for HCI_Reset
Marcel Holtmann
1
-0
/
+3
2014-11-02
Bluetooth: Fix hci_sync missing wakeup interrupt
Chan-yeol Park
1
-7
/
+11
2014-10-30
Bluetooth: Clear LE white list when resetting controller
Marcel Holtmann
1
-0
/
+2
2014-10-30
Bluetooth: 6lowpan: use after free in disconnect_devices()
Dan Carpenter
1
-2
/
+2
2014-10-29
Bluetooth: Wrong style spin lock used
Jukka Rissanen
1
-3
/
+7
2014-10-29
Bluetooth: Fix check for direct advertising
Johan Hedberg
1
-1
/
+1
2014-10-29
Bluetooth: Fix LE connection timeout deadlock
Johan Hedberg
1
-1
/
+1
2014-10-28
Bluetooth: spelling fixes
Stephen Hemminger
5
-8
/
+8
2014-10-28
Bluetooth: 6lowpan: Fix lockdep splats
Jukka Rissanen
1
-0
/
+19
2014-10-28
Bluetooth: 6lowpan: Converting rwlocks to use RCU
Jukka Rissanen
1
-95
/
+127
2014-10-28
Bluetooth: Revert SMP self-test patches
Johan Hedberg
2
-126
/
+0
2014-10-27
ieee802154: 6lowpan: rename process_data and lowpan_process_data
Martin Townsend
1
-7
/
+8
2014-10-27
bluetooth:6lowpan: use consume_skb when packet processed successfully
Martin Townsend
1
-3
/
+4
2014-10-27
6lowpan: fix process_data return values
Martin Townsend
1
-1
/
+1
2014-10-27
6lowpan: remove skb_deliver from IPHC
Martin Townsend
1
-2
/
+12
2014-10-25
Bluetooth: Add self-tests for SMP crypto functions
Johan Hedberg
1
-0
/
+87
2014-10-25
Bluetooth: Add skeleton for SMP self-tests
Johan Hedberg
2
-0
/
+39
2014-10-25
Bluetooth: Pass only crypto context to SMP crypto functions
Johan Hedberg
1
-18
/
+12
2014-10-25
Bluetooth: fix shadow warning in hci_disconnect()
Fabian Frederick
1
-3
/
+4
2014-10-25
Bluetooth: Fix missing channel unlock in l2cap_le_credits
Martin Townsend
1
-0
/
+1
2014-10-25
6lowpan: Use skb_cow in IPHC decompression.
Martin Townsend
1
-0
/
+4
2014-10-25
Bluetooth: 6lowpan: remove unnecessary codes in give_skb_to_upper
Li RongQing
1
-8
/
+1
2014-10-25
Bluetooth: Improve RFCOMM __test_pf macro robustness
Szymon Janc
1
-1
/
+1
2014-10-25
Bluetooth: Fix RFCOMM NSC response
Szymon Janc
1
-2
/
+2
2014-10-25
Bluetooth: Defer connection-parameter removal when unpairing
Alfonso Acosta
2
-13
/
+41
2014-10-25
Bluetooth: Remove redundant check on hci_conn's device class
Alfonso Acosta
1
-2
/
+1
2014-10-25
Bluetooth: Include ADV_IND report in Device Connected event
Alfonso Acosta
2
-16
/
+40
2014-10-25
Bluetooth: Refactor arguments of mgmt_device_connected
Alfonso Acosta
3
-20
/
+11
2014-10-02
Bluetooth: 6lowpan: Check transmit errors for multicast packets
Jukka Rissanen
1
-3
/
+10
2014-10-02
Bluetooth: 6lowpan: Return EAGAIN error also for multicast packets
Jukka Rissanen
1
-11
/
+5
2014-10-02
Bluetooth: 6lowpan: Avoid memory leak if memory allocation fails
Jukka Rissanen
1
-2
/
+6
2014-10-02
Bluetooth: 6lowpan: Memory leak as the skb is not freed
Jukka Rissanen
1
-0
/
+2
2014-10-02
Bluetooth: Fix lockdep warning with l2cap_chan_connect
Johan Hedberg
1
-5
/
+8
2014-09-29
Bluetooth: 6lowpan: Enable multicast support
Jukka Rissanen
1
-1
/
+2
2014-09-29
Bluetooth: 6lowpan: Ensure header compression does not corrupt IPv6 header
Jukka Rissanen
1
-52
/
+83
2014-09-29
Bluetooth: 6lowpan: Make sure skb exists before accessing it
Jukka Rissanen
1
-0
/
+6
2014-09-25
Bluetooth: Rename sco_param_wideband table to esco_param_msbc
Johan Hedberg
1
-3
/
+3
2014-09-25
Bluetooth: Add retransmission effort into SCO parameter table
Johan Hedberg
1
-12
/
+11
2014-09-24
Bluetooth: Fix reason code used for rejecting SCO connections
Johan Hedberg
1
-1
/
+1
2014-09-24
Bluetooth: Convert bt_<level> logging functions to return void
Joe Perches
1
-10
/
+4
2014-09-23
Bluetooth: Check for SCO type before setting retransmission effort
Bernhard Thaler
1
-5
/
+17
[next]