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
/
hci_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-19
Bluetooth: Fix leaking blacklist when unregistering a hci device
Johan Hedberg
1
-0
/
+4
2010-12-23
Bluetooth: Fix __hci_request synchronization for hci_open_dev
Johan Hedberg
1
-3
/
+12
2010-12-23
Bluetooth: Add management events for controller addition & removal
Johan Hedberg
1
-0
/
+2
2010-12-02
Bluetooth: clean up hci code
Andrei Emeltchenko
1
-24
/
+42
2010-10-12
Bluetooth: Don't clear the blacklist when closing the HCI device
Johan Hedberg
1
-1
/
+0
2010-08-01
Bluetooth: Use list_head for HCI blacklist head
David Miller
1
-1
/
+1
2010-07-27
Bluetooth: Test 'count' value before enter the loop
Gustavo F. Padovan
1
-4
/
+4
2010-07-21
Bluetooth: Implemented HCI frame reassembly for RX from stream
Suraj Sumangala
1
-0
/
+35
2010-07-21
Bluetooth: Modified hci_recv_fragment() to use hci_reassembly helper
Suraj Sumangala
1
-74
/
+11
2010-07-21
Bluetooth: Implement hci_reassembly helper to reassemble RX packets
Suraj Sumangala
1
-0
/
+109
2010-07-21
Bluetooth: Add one more buffer for HCI stream reassembly
Suraj Sumangala
1
-3
/
+3
2010-07-21
Bluetooth: Add blacklist support for incoming connections
Johan Hedberg
1
-0
/
+3
2010-05-18
net: Remove unnecessary returns from void function()s
Joe Perches
1
-2
/
+0
2010-05-10
Bluetooth: Create per controller workqueue
Marcel Holtmann
1
-0
/
+14
2010-05-10
Bluetooth: Make hci_send_acl() void
Gustavo F. Padovan
1
-2
/
+2
2010-05-10
Bluetooth: Make hci_send_sco() void
Gustavo F. Padovan
1
-8
/
+1
2010-02-27
Bluetooth: Add controller types for BR/EDR and 802.11 AMP
Marcel Holtmann
1
-1
/
+5
2010-02-27
Bluetooth: Convert controller hdev->type to hdev->bus
Marcel Holtmann
1
-4
/
+4
2009-12-03
Bluetooth: Unobfuscate tasklet_schedule usage
Marcel Holtmann
1
-6
/
+12
2009-12-03
Bluetooth: Turn hci_recv_frame into an exported function
Marcel Holtmann
1
-0
/
+23
2009-08-23
Bluetooth: Convert hdev->req_lock to a mutex
Thomas Gleixner
1
-1
/
+1
2009-06-08
Bluetooth: Add native RFKILL soft-switch support for all devices
Marcel Holtmann
1
-1
/
+40
2009-02-27
Bluetooth: Remove some pointless conditionals before kfree_skb()
Wei Yongjun
1
-2
/
+1
2008-11-30
Bluetooth: Enable per-module dynamic debug messages
Marcel Holtmann
1
-6
/
+1
2008-11-30
Bluetooth: Send HCI Reset command by default on device initialization
Marcel Holtmann
1
-1
/
+1
2008-11-30
Bluetooth: Fix leak of uninitialized data to userspace
Vegard Nossum
1
-1
/
+1
2008-09-12
[Bluetooth] Fix regression from using default link policy
Marcel Holtmann
1
-0
/
+3
2008-07-14
[Bluetooth] Use ACL config stage to retrieve remote features
Marcel Holtmann
1
-2
/
+5
2008-07-14
[Bluetooth] Make use of the default link policy settings
Marcel Holtmann
1
-11
/
+24
2008-03-06
bluetooth: hci_core: defer hci_unregister_sysfs()
Dave Young
1
-2
/
+2
2008-02-18
[BLUETOOTH] net/bluetooth/hci_core.c: Use time_* macros
S.Çağlar Onur
1
-2
/
+3
2007-10-22
[Bluetooth] Add support for handling simple eSCO links
Marcel Holtmann
1
-0
/
+22
2007-10-22
[Bluetooth] Switch from OGF+OCF to using only opcodes
Marcel Holtmann
1
-21
/
+27
2007-09-09
[Bluetooth] Fix parameter list for event filter command
Marcel Holtmann
1
-5
/
+3
2007-07-19
[NET] BLUETOOTH: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-1
/
+1
2007-07-11
[Bluetooth] Add basics to better support and handle eSCO links
Marcel Holtmann
1
-1
/
+2
2007-07-11
[Bluetooth] Add hci_recv_fragment() helper function
Marcel Holtmann
1
-2
/
+95
2007-04-26
[NET]: cleanup extra semicolons
Stephen Hemminger
1
-2
/
+2
2007-04-26
[SK_BUFF]: Introduce skb_transport_header(skb)
Arnaldo Carvalho de Melo
1
-2
/
+2
2007-04-26
[SK_BUFF]: Introduce skb_reset_transport_header(skb)
Arnaldo Carvalho de Melo
1
-4
/
+5
2007-04-26
[NET] BLUETOOTH: Use cpu_to_le{16,32}() where appropriate.
YOSHIFUJI Hideaki
1
-10
/
+10
2007-02-11
[NET] BLUETOOTH: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-18
/
+18
2006-09-29
[Bluetooth] Read local version information on device init
Marcel Holtmann
1
-0
/
+3
2006-07-13
[Bluetooth] Remaining transitions to use kzalloc()
Marcel Holtmann
1
-5
/
+2
2006-07-04
[Bluetooth] Use real devices for host controllers
Marcel Holtmann
1
-2
/
+2
2006-07-04
[Bluetooth] Add automatic sniff mode support
Marcel Holtmann
1
-10
/
+24
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-03-27
[PATCH] Notifier chain update: API changes
Alan Stern
1
-4
/
+4
2005-11-08
[Bluetooth]: Add endian annotations to the core
Marcel Holtmann
1
-1
/
+1
2005-10-28
[Bluetooth] Make more functions static
Marcel Holtmann
1
-2
/
+2
[next]