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
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_sock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-8
/
+8
2012-09-21
net: change return values from -EACCES to -EPERM
Zhao Hongjiang
1
-8
/
+8
2012-08-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2012-08-16
Bluetooth: HCI - Fix info leak via getsockname()
Mathias Krause
1
-0
/
+1
2012-08-16
Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER)
Mathias Krause
1
-0
/
+1
2012-08-06
Bluetooth: Added /proc/net/hci via bt_procfs_init()
Masatake YAMATO
1
-2
/
+11
2012-06-05
Bluetooth: Remove unnecessary headers include
Gustavo Padovan
1
-19
/
+1
2012-06-05
Bluetooth: Fix coding style in the subsystem
Gustavo Padovan
1
-7
/
+14
2012-06-05
Bluetooth: Remove 'register' usage from the subsystem
Gustavo Padovan
1
-1
/
+1
2012-06-05
Bluetooth: Remove most of the inline usage
Gustavo Padovan
1
-2
/
+4
2012-06-05
Bluetooth: Fix coding style in hci_sock.c
Gustavo Padovan
1
-4
/
+6
2012-03-30
Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+2
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
1
-1
/
+0
2012-03-03
Bluetooth: Remove HCI_PI_MGMT_INIT flag for sockets
Johan Hedberg
1
-1
/
+0
2012-02-23
Bluetooth: Enable timestamps for control channel
Marcel Holtmann
1
-0
/
+1
2012-02-21
Bluetooth: Always enable management interface
Marcel Holtmann
1
-6
/
+1
2012-02-21
Bluetooth: Restrict access to management interface
Marcel Holtmann
1
-0
/
+5
2012-02-21
Bluetooth: Add support for HCI monitor channel
Marcel Holtmann
1
-0
/
+207
2012-02-21
compat: Use COMPAT_USE_64BIT_TIME in the Bluetooth subsystem
H. J. Lu
1
-1
/
+2
2012-02-20
Bluetooth: Remove HCI notifier handling
Marcel Holtmann
1
-44
/
+61
2012-02-20
Bluetooth: Fix issue with shared SKB between HCI raw socket and driver
Marcel Holtmann
1
-4
/
+14
2012-02-20
Bluetooth: Simplify HCI socket bind handling
Marcel Holtmann
1
-16
/
+31
2012-02-20
Bluetooth: Add HCI CMSG details only to raw sockets
Marcel Holtmann
1
-1
/
+5
2012-02-20
Bluetooth: Lock socket when reading HCI socket options
Marcel Holtmann
1
-6
/
+17
2012-02-20
Bluetooth: Limit HCI raw socket options to actual raw sockets
Marcel Holtmann
1
-0
/
+6
2012-02-20
Bluetooth: Split sending for HCI raw and control sockets
Marcel Holtmann
1
-12
/
+39
2012-02-13
Bluetooth: Add address type to mgmt blacklist messages
Johan Hedberg
1
-2
/
+2
2012-01-11
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...
John W. Linville
1
-2
/
+0
2012-01-04
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-9
/
+12
2012-01-03
Bluetooth: Remove local_bh_disable() from hci_sock.c
Gustavo F. Padovan
1
-2
/
+0
2011-12-20
module_param: make bool parameters really bool (net & drivers/net)
Rusty Russell
1
-1
/
+1
2011-12-18
Bluetooth: Remove mgmt_set_service_cache
Johan Hedberg
1
-2
/
+5
2011-12-18
Bluetooth: convert tx_task to workqueue
Gustavo F. Padovan
1
-2
/
+2
2011-12-18
Bluetooth: Move command task to workqueue
Gustavo F. Padovan
1
-1
/
+1
2011-12-18
Bluetooth: Replace spin_lock by mutex in hci_dev
Gustavo F. Padovan
1
-4
/
+4
2011-09-21
Bluetooth: Add mgmt events for blacklisting
Antti Julku
1
-2
/
+16
2011-06-16
Bluetooth: Move blacklisting functions to hci_core
Antti Julku
1
-64
/
+6
2011-02-22
Bluetooth: fix build break on hci_sock.c
Anand Gadiyar
1
-1
/
+1
2011-02-08
Bluetooth: Add support for set_powered management command
Johan Hedberg
1
-1
/
+5
2010-12-23
Bluetooth: Improve handling of HCI control channel in bind
Gustavo F. Padovan
1
-1
/
+4
2010-12-08
Bluetooth: Make hci_send_to_sock usable for management control sockets
Johan Hedberg
1
-1
/
+9
2010-12-08
Bluetooth: Add initial Bluetooth Management interface callbacks
Johan Hedberg
1
-6
/
+33
2010-12-02
Bluetooth: clean up hci code
Andrei Emeltchenko
1
-6
/
+11
2010-08-01
Bluetooth: Use list_head for HCI blacklist head
David Miller
1
-5
/
+3
2010-07-21
Bluetooth: Add blacklist support for incoming connections
Johan Hedberg
1
-0
/
+90
2010-02-28
Bluetooth: Fix out of scope variable access in hci_sock_cmsg()
Johann Felix Soden
1
-1
/
+3
2009-12-03
Bluetooth: Unobfuscate tasklet_schedule usage
Marcel Holtmann
1
-3
/
+3
2009-12-03
Bluetooth: Return ENETDOWN when interface is down
Marcel Holtmann
1
-0
/
+5
2009-11-06
net: pass kern to net_proto_family create function
Eric Paris
1
-1
/
+2
2009-10-07
net: mark net_proto_ops as const
Stephen Hemminger
1
-1
/
+1
[next]