index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
af_bluetooth.c
Age
Commit message (
Expand
)
Author
2017-07-01
net: convert sock.sk_refcnt from atomic_t to refcount_t
Reshetova, Elena
2017-05-16
net: socket: mark socket protocol handler structs as const
linzhang
2017-04-12
Bluetooth: Avoid bt_accept_unlink() double unlinking
Dean Jenkins
2017-04-12
Bluetooth: Handle bt_accept_enqueue() socket atomically
Dean Jenkins
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-02-16
Bluetooth: Fix NULL pointer dereference in bt_sock_recvmsg
Ezequiel Garcia
2016-09-19
Bluetooth: Use numbers for subsystem version string
Marcel Holtmann
2016-09-19
Bluetooth: Add combined LED trigger for controller power
Marcel Holtmann
2016-08-25
Bluetooth: Fix bt_sock_recvmsg when MSG_TRUNC is not set
Luiz Augusto von Dentz
2016-07-08
Bluetooth: Fix bt_sock_recvmsg return value
Denis Kenzior
2016-04-13
sock: tigthen lockdep checks for sock_owned_by_user
Hannes Frederic Sowa
2015-12-20
Bluetooth: use list_for_each_entry*
Geliang Tang
2015-12-10
Bluetooth: Fix locking in bt_accept_dequeue after disconnection
Yichen Zhao
2015-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-12-01
net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA
Eric Dumazet
2015-11-19
Bluetooth: clean up af_bluetooth code
Prasanna Karthik
2015-11-19
Bluetooth: Add support for sending system notes to monitor channel
Marcel Holtmann
2015-10-26
Bluetooth: Remove unneeded parenthesis around MSG_OOB
Marcel Holtmann
2015-10-22
Bluetooth: Increase minor version of core module
Marcel Holtmann
2015-03-06
Bluetooth: Convert mgmt to use HCI chan registration API
Johan Hedberg
2015-03-02
net: Remove iocb argument from sendmsg and recvmsg
Ying Xue
2015-03-02
net: use common macro for assering skb->cb[] available size in protocol families
Eyal Birger
2014-12-30
Bluetooth: Add support for self testing framework
Marcel Holtmann
2014-12-09
Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
2014-12-03
Bluetooth: Increase minor version of core module
Marcel Holtmann
2014-11-05
net: Add and use skb_copy_datagram_msg() helper.
David S. Miller
2014-09-15
Bluetooth: Add BUILD_BUG_ON check for SKB control buffer size
Marcel Holtmann
2014-07-03
Bluetooth: constify seq_operations
Fabian Frederick
2014-02-21
Bluetooth: Increase minor version of core module
Marcel Holtmann
2013-12-07
Bluetooth: Increase minor version of core module
Marcel Holtmann
2013-11-20
net: rework recvmsg handler msg_name and msg_namelen logic
Hannes Frederic Sowa
2013-10-18
Bluetooth: Create root debugfs directory during module init
Marcel Holtmann
2013-10-14
Bluetooth: Adjust header for proc socket information
Marcel Holtmann
2013-10-13
Bluetooth: Increase minor version of core module
Marcel Holtmann
2013-10-13
Bluetooth: Add support for per socket msg_name callback
Marcel Holtmann
2013-10-13
Bluetooth: Remove src and dst fields from bt_sock structure
Marcel Holtmann
2013-09-25
Bluetooth: Add clarifying comment to bt_sock_wait_state()
Johan Hedberg
2013-09-18
Bluetooth: Fix waiting for clearing of BT_SK_SUSPEND flag
Johan Hedberg
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-04-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2013-04-09
bluetooth: fix race in bt_procfs_init()
Al Viro
2013-04-09
bluetooth: kill unused 'module' argument of bt_procfs_init()
Al Viro
2013-04-09
bluetooth: don't bother with ->owner for procfs fops
Al Viro
2013-04-09
procfs: new helper - PDE_DATA(inode)
Al Viro
2013-04-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-04-07
Bluetooth: fix possible info leak in bt_sock_recvmsg()
Mathias Krause
2013-04-02
net: fix smatch warnings inside datagram_poll
Jacob Keller
2013-03-31
net: add option to enable error queue packets waking select
Keller, Jacob E
2013-03-08
Bluetooth: change bt_sock_unregister() to return void
David Herrmann
2013-02-18
net: proc: change proc_net_remove to remove_proc_entry
Gao feng
[next]