summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/af_bluetooth.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: af_bluetooth: Make BT_PKT_STATUS genericLuiz Augusto von Dentz2023-08-111-2/+6
* Bluetooth: Init sk_peer_* on bt_sock_allocLuiz Augusto von Dentz2023-08-111-0/+24
* Bluetooth: Consolidate code around sk_alloc into a helper functionLuiz Augusto von Dentz2023-08-111-0/+21
* Bluetooth: Fix not cleanup led when bt_init failsChen Zhongjin2022-12-021-1/+3
* Bluetooth: Add BTPROTO_ISO socket typeLuiz Augusto von Dentz2022-07-221-1/+3
* net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil2022-04-281-2/+2
* net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp2022-04-061-2/+1
* Bluetooth: fix incorrect nonblock bitmask in bt_sock_wait_ready()Gavin Li2022-03-181-2/+2
* proc: remove PDE_DATA() completelyMuchun Song2022-01-221-4/+4
* Bluetooth: fix indentation and alignment reported by checkpatchTomoyuki Matsushita2021-01-291-11/+11
* Bluetooth: Add support for BT_PKT_STATUS CMSG data for SCO connectionsAlain Michaud2020-06-121-0/+3
* Bluetooth: Removing noisy dbg messageAlain Michaud2020-06-031-2/+0
* net: use helpers to change sk_ack_backlogEric Dumazet2019-11-061-2/+2
* net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-10-281-2/+2
* net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-191-8/+0
* 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/+2
|\
| * net/bluetooth: convert to ->poll_maskChristoph Hellwig2018-05-261-5/+2
* | bluetooth: switch to proc_create_seq_dataChristoph Hellwig2018-05-161-35/+5
|/
* 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/+17
|\
| * Bluetooth: Use common error handling code in bt_init()Markus Elfring2017-12-131-21/+17
* | 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-131-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-031-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/+3
|/
* 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/+1
* 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-091-1/+1
|\
| * Bluetooth: Increase minor version of core moduleMarcel Holtmann2014-12-031-1/+1