summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/af_bluetooth.c
Commit message (Expand)AuthorAgeFilesLines
* net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-191-8/+0Star
* Bluetooth: Fix locking in bt_accept_enqueue() for BH contextMatthias Kaehlcke2019-01-221-3/+13
* Bluetooth: Use lock_sock_nested in bt_accept_enqueuePhilipp Puschmann2018-07-181-1/+1
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-2/+5
* Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-5/+2Star
|\
| * net/bluetooth: convert to ->poll_maskChristoph Hellwig2018-05-261-5/+2Star
* | bluetooth: switch to proc_create_seq_dataChristoph Hellwig2018-05-161-35/+5Star
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-8/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-21/+17Star
|\
| * Bluetooth: Use common error handling code in bt_init()Markus Elfring2017-12-131-21/+17Star
* | net: annotate ->poll() instancesAl Viro2017-11-271-3/+3
|/
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* net: socket: mark socket protocol handler structs as constlinzhang2017-05-161-1/+1
* Bluetooth: Avoid bt_accept_unlink() double unlinkingDean Jenkins2017-04-121-0/+24
* Bluetooth: Handle bt_accept_enqueue() socket atomicallyDean Jenkins2017-04-121-0/+2
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+2
* Bluetooth: Fix NULL pointer dereference in bt_sock_recvmsgEzequiel Garcia2017-02-161-1/+1
* Bluetooth: Use numbers for subsystem version stringMarcel Holtmann2016-09-191-3/+7
* Bluetooth: Add combined LED trigger for controller powerMarcel Holtmann2016-09-191-0/+5
* Bluetooth: Fix bt_sock_recvmsg when MSG_TRUNC is not setLuiz Augusto von Dentz2016-08-251-1/+1
* Bluetooth: Fix bt_sock_recvmsg return valueDenis Kenzior2016-07-081-0/+5
* sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa2016-04-141-1/+1
* Bluetooth: use list_for_each_entry*Geliang Tang2015-12-201-6/+6
* Bluetooth: Fix locking in bt_accept_dequeue after disconnectionYichen Zhao2015-12-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-041-3/+3
|\
| * net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-011-3/+3
* | Bluetooth: clean up af_bluetooth codePrasanna Karthik2015-11-191-2/+2
* | Bluetooth: Add support for sending system notes to monitor channelMarcel Holtmann2015-11-191-5/+3Star
|/
* Bluetooth: Remove unneeded parenthesis around MSG_OOBMarcel Holtmann2015-10-261-1/+1
* Bluetooth: Increase minor version of core moduleMarcel Holtmann2015-10-221-1/+1
* Bluetooth: Convert mgmt to use HCI chan registration APIJohan Hedberg2015-03-061-0/+9
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-4/+4
* net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger2015-03-021-2/+1Star
* Bluetooth: Add support for self testing frameworkMarcel Holtmann2014-12-301-0/+6
* Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-12-101-1/+1
|\
| * Bluetooth: Increase minor version of core moduleMarcel Holtmann2014-12-031-1/+1
* | net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-051-2/+2
|/
* Bluetooth: Add BUILD_BUG_ON check for SKB control buffer sizeMarcel Holtmann2014-09-151-0/+3
* Bluetooth: constify seq_operationsFabian Frederick2014-07-031-1/+1
* Bluetooth: Increase minor version of core moduleMarcel Holtmann2014-02-211-1/+1
* Bluetooth: Increase minor version of core moduleMarcel Holtmann2013-12-071-1/+1
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-211-7/+2Star
* Bluetooth: Create root debugfs directory during module initMarcel Holtmann2013-10-181-1/+8
* Bluetooth: Adjust header for proc socket informationMarcel Holtmann2013-10-141-1/+1
* Bluetooth: Increase minor version of core moduleMarcel Holtmann2013-10-131-1/+1
* Bluetooth: Add support for per socket msg_name callbackMarcel Holtmann2013-10-131-4/+11
* Bluetooth: Remove src and dst fields from bt_sock structureMarcel Holtmann2013-10-131-3/+1Star
* Bluetooth: Add clarifying comment to bt_sock_wait_state()Johan Hedberg2013-09-251-0/+1
* Bluetooth: Fix waiting for clearing of BT_SK_SUSPEND flagJohan Hedberg2013-09-191-0/+40
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-021-16/+11Star
|\