summaryrefslogtreecommitdiff
path: root/net/bluetooth/af_bluetooth.c
AgeCommit message (Expand)Author
2024-03-06Bluetooth: af_bluetooth: Fix deadlockLuiz Augusto von Dentz
2023-12-15Bluetooth: af_bluetooth: Fix Use-After-Free in bt_sock_recvmsgHyunwoo Kim
2023-08-11Bluetooth: af_bluetooth: Make BT_PKT_STATUS genericLuiz Augusto von Dentz
2023-08-11Bluetooth: Init sk_peer_* on bt_sock_allocLuiz Augusto von Dentz
2023-08-11Bluetooth: Consolidate code around sk_alloc into a helper functionLuiz Augusto von Dentz
2022-12-02Bluetooth: Fix not cleanup led when bt_init failsChen Zhongjin
2022-07-22Bluetooth: Add BTPROTO_ISO socket typeLuiz Augusto von Dentz
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp
2022-03-18Bluetooth: fix incorrect nonblock bitmask in bt_sock_wait_ready()Gavin Li
2022-01-22proc: remove PDE_DATA() completelyMuchun Song
2021-01-29Bluetooth: fix indentation and alignment reported by checkpatchTomoyuki Matsushita
2020-06-12Bluetooth: Add support for BT_PKT_STATUS CMSG data for SCO connectionsAlain Michaud
2020-06-03Bluetooth: Removing noisy dbg messageAlain Michaud
2019-11-06net: use helpers to change sk_ack_backlogEric Dumazet
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann
2019-01-22Bluetooth: Fix locking in bt_accept_enqueue() for BH contextMatthias Kaehlcke
2018-07-18Bluetooth: Use lock_sock_nested in bt_accept_enqueuePhilipp Puschmann
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-26net/bluetooth: convert to ->poll_maskChristoph Hellwig
2018-05-16bluetooth: switch to proc_create_seq_dataChristoph Hellwig
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-12-13Bluetooth: Use common error handling code in bt_init()Markus Elfring
2017-11-27net: annotate ->poll() instancesAl Viro
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2017-05-16net: socket: mark socket protocol handler structs as constlinzhang
2017-04-12Bluetooth: Avoid bt_accept_unlink() double unlinkingDean Jenkins
2017-04-12Bluetooth: Handle bt_accept_enqueue() socket atomicallyDean Jenkins
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-16Bluetooth: Fix NULL pointer dereference in bt_sock_recvmsgEzequiel Garcia
2016-09-19Bluetooth: Use numbers for subsystem version stringMarcel Holtmann
2016-09-19Bluetooth: Add combined LED trigger for controller powerMarcel Holtmann
2016-08-25Bluetooth: Fix bt_sock_recvmsg when MSG_TRUNC is not setLuiz Augusto von Dentz
2016-07-08Bluetooth: Fix bt_sock_recvmsg return valueDenis Kenzior
2016-04-13sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa
2015-12-20Bluetooth: use list_for_each_entry*Geliang Tang
2015-12-10Bluetooth: Fix locking in bt_accept_dequeue after disconnectionYichen Zhao
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet
2015-11-19Bluetooth: clean up af_bluetooth codePrasanna Karthik
2015-11-19Bluetooth: Add support for sending system notes to monitor channelMarcel Holtmann
2015-10-26Bluetooth: Remove unneeded parenthesis around MSG_OOBMarcel Holtmann
2015-10-22Bluetooth: Increase minor version of core moduleMarcel Holtmann
2015-03-06Bluetooth: Convert mgmt to use HCI chan registration APIJohan Hedberg
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-03-02net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger
2014-12-30Bluetooth: Add support for self testing frameworkMarcel Holtmann