index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
af_bluetooth.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-20
net: rework SIOCGSTAMP ioctl handling
Arnd Bergmann
1
-8
/
+0
2019-01-22
Bluetooth: Fix locking in bt_accept_enqueue() for BH context
Matthias Kaehlcke
1
-3
/
+13
2018-07-18
Bluetooth: Use lock_sock_nested in bt_accept_enqueue
Philipp Puschmann
1
-1
/
+1
2018-06-28
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
1
-2
/
+5
2018-06-04
Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-5
/
+2
2018-05-26
net/bluetooth: convert to ->poll_mask
Christoph Hellwig
1
-5
/
+2
2018-05-16
bluetooth: switch to proc_create_seq_data
Christoph Hellwig
1
-35
/
+5
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-8
/
+8
2018-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-21
/
+17
2017-12-13
Bluetooth: Use common error handling code in bt_init()
Markus Elfring
1
-21
/
+17
2017-11-28
net: annotate ->poll() instances
Al Viro
1
-3
/
+3
2017-07-01
net: convert sock.sk_refcnt from atomic_t to refcount_t
Reshetova, Elena
1
-1
/
+1
2017-05-16
net: socket: mark socket protocol handler structs as const
linzhang
1
-1
/
+1
2017-04-12
Bluetooth: Avoid bt_accept_unlink() double unlinking
Dean Jenkins
1
-0
/
+24
2017-04-12
Bluetooth: Handle bt_accept_enqueue() socket atomically
Dean Jenkins
1
-0
/
+2
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-0
/
+2
2017-02-16
Bluetooth: Fix NULL pointer dereference in bt_sock_recvmsg
Ezequiel Garcia
1
-1
/
+1
2016-09-19
Bluetooth: Use numbers for subsystem version string
Marcel Holtmann
1
-3
/
+7
2016-09-19
Bluetooth: Add combined LED trigger for controller power
Marcel Holtmann
1
-0
/
+5
2016-08-25
Bluetooth: Fix bt_sock_recvmsg when MSG_TRUNC is not set
Luiz Augusto von Dentz
1
-1
/
+1
2016-07-08
Bluetooth: Fix bt_sock_recvmsg return value
Denis Kenzior
1
-0
/
+5
2016-04-14
sock: tigthen lockdep checks for sock_owned_by_user
Hannes Frederic Sowa
1
-1
/
+1
2015-12-20
Bluetooth: use list_for_each_entry*
Geliang Tang
1
-6
/
+6
2015-12-10
Bluetooth: Fix locking in bt_accept_dequeue after disconnection
Yichen Zhao
1
-1
/
+1
2015-12-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+3
2015-12-01
net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA
Eric Dumazet
1
-3
/
+3
2015-11-19
Bluetooth: clean up af_bluetooth code
Prasanna Karthik
1
-2
/
+2
2015-11-19
Bluetooth: Add support for sending system notes to monitor channel
Marcel Holtmann
1
-5
/
+3
2015-10-26
Bluetooth: Remove unneeded parenthesis around MSG_OOB
Marcel Holtmann
1
-1
/
+1
2015-10-22
Bluetooth: Increase minor version of core module
Marcel Holtmann
1
-1
/
+1
2015-03-06
Bluetooth: Convert mgmt to use HCI chan registration API
Johan Hedberg
1
-0
/
+9
2015-03-02
net: Remove iocb argument from sendmsg and recvmsg
Ying Xue
1
-4
/
+4
2015-03-02
net: use common macro for assering skb->cb[] available size in protocol families
Eyal Birger
1
-2
/
+1
2014-12-30
Bluetooth: Add support for self testing framework
Marcel Holtmann
1
-0
/
+6
2014-12-10
Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
1
-1
/
+1
2014-12-03
Bluetooth: Increase minor version of core module
Marcel Holtmann
1
-1
/
+1
2014-11-06
net: Add and use skb_copy_datagram_msg() helper.
David S. Miller
1
-2
/
+2
2014-09-15
Bluetooth: Add BUILD_BUG_ON check for SKB control buffer size
Marcel Holtmann
1
-0
/
+3
2014-07-03
Bluetooth: constify seq_operations
Fabian Frederick
1
-1
/
+1
2014-02-21
Bluetooth: Increase minor version of core module
Marcel Holtmann
1
-1
/
+1
2013-12-07
Bluetooth: Increase minor version of core module
Marcel Holtmann
1
-1
/
+1
2013-11-21
net: rework recvmsg handler msg_name and msg_namelen logic
Hannes Frederic Sowa
1
-7
/
+2
2013-10-18
Bluetooth: Create root debugfs directory during module init
Marcel Holtmann
1
-1
/
+8
2013-10-14
Bluetooth: Adjust header for proc socket information
Marcel Holtmann
1
-1
/
+1
2013-10-14
Bluetooth: Increase minor version of core module
Marcel Holtmann
1
-1
/
+1
2013-10-14
Bluetooth: Add support for per socket msg_name callback
Marcel Holtmann
1
-4
/
+11
2013-10-13
Bluetooth: Remove src and dst fields from bt_sock structure
Marcel Holtmann
1
-3
/
+1
2013-09-25
Bluetooth: Add clarifying comment to bt_sock_wait_state()
Johan Hedberg
1
-0
/
+1
2013-09-19
Bluetooth: Fix waiting for clearing of BT_SK_SUSPEND flag
Johan Hedberg
1
-0
/
+40
2013-05-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-16
/
+11
[next]