aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/af_bluetooth.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-06Bluetooth: af_bluetooth: Fix deadlockLuiz Augusto von Dentz1-7/+3
2023-12-15Bluetooth: af_bluetooth: Fix Use-After-Free in bt_sock_recvmsgHyunwoo Kim1-1/+6
2023-08-11Bluetooth: af_bluetooth: Make BT_PKT_STATUS genericLuiz Augusto von Dentz1-2/+6
2023-08-11Bluetooth: Init sk_peer_* on bt_sock_allocLuiz Augusto von Dentz1-0/+24
2023-08-11Bluetooth: Consolidate code around sk_alloc into a helper functionLuiz Augusto von Dentz1-0/+21
2022-12-02Bluetooth: Fix not cleanup led when bt_init failsChen Zhongjin1-1/+3
2022-07-22Bluetooth: Add BTPROTO_ISO socket typeLuiz Augusto von Dentz1-1/+3
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil1-2/+2
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp1-2/+1
2022-03-18Bluetooth: fix incorrect nonblock bitmask in bt_sock_wait_ready()Gavin Li1-2/+2
2022-01-22proc: remove PDE_DATA() completelyMuchun Song1-4/+4
2021-01-29Bluetooth: fix indentation and alignment reported by checkpatchTomoyuki Matsushita1-11/+11
2020-06-12Bluetooth: Add support for BT_PKT_STATUS CMSG data for SCO connectionsAlain Michaud1-0/+3
2020-06-03Bluetooth: Removing noisy dbg messageAlain Michaud1-2/+0
2019-11-06net: use helpers to change sk_ack_backlogEric Dumazet1-2/+2
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet1-2/+2
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann1-8/+0
2019-01-22Bluetooth: Fix locking in bt_accept_enqueue() for BH contextMatthias Kaehlcke1-3/+13
2018-07-18Bluetooth: Use lock_sock_nested in bt_accept_enqueuePhilipp Puschmann1-1/+1
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-2/+5
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-5/+2
2018-05-26net/bluetooth: convert to ->poll_maskChristoph Hellwig1-5/+2
2018-05-16bluetooth: switch to proc_create_seq_dataChristoph Hellwig1-35/+5
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-8/+8
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-21/+17
2017-12-13Bluetooth: Use common error handling code in bt_init()Markus Elfring1-21/+17
2017-11-27net: annotate ->poll() instancesAl Viro1-3/+3
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-05-16net: socket: mark socket protocol handler structs as constlinzhang1-1/+1
2017-04-12Bluetooth: Avoid bt_accept_unlink() double unlinkingDean Jenkins1-0/+24
2017-04-12Bluetooth: Handle bt_accept_enqueue() socket atomicallyDean Jenkins1-0/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-0/+2
2017-02-16Bluetooth: Fix NULL pointer dereference in bt_sock_recvmsgEzequiel Garcia1-1/+1
2016-09-19Bluetooth: Use numbers for subsystem version stringMarcel Holtmann1-3/+7
2016-09-19Bluetooth: Add combined LED trigger for controller powerMarcel Holtmann1-0/+5
2016-08-25Bluetooth: Fix bt_sock_recvmsg when MSG_TRUNC is not setLuiz Augusto von Dentz1-1/+1
2016-07-08Bluetooth: Fix bt_sock_recvmsg return valueDenis Kenzior1-0/+5
2016-04-13sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa1-1/+1
2015-12-20Bluetooth: use list_for_each_entry*Geliang Tang1-6/+6
2015-12-10Bluetooth: Fix locking in bt_accept_dequeue after disconnectionYichen Zhao1-1/+1
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet1-3/+3
2015-11-19Bluetooth: clean up af_bluetooth codePrasanna Karthik1-2/+2
2015-11-19Bluetooth: Add support for sending system notes to monitor channelMarcel Holtmann1-5/+3
2015-10-26Bluetooth: Remove unneeded parenthesis around MSG_OOBMarcel Holtmann1-1/+1
2015-10-22Bluetooth: Increase minor version of core moduleMarcel Holtmann1-1/+1
2015-03-06Bluetooth: Convert mgmt to use HCI chan registration APIJohan Hedberg1-0/+9
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-4/+4
2015-03-02net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger1-2/+1
2014-12-30Bluetooth: Add support for self testing frameworkMarcel Holtmann1-0/+6
2014-12-09Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller1-1/+1
2014-12-03Bluetooth: Increase minor version of core moduleMarcel Holtmann1-1/+1
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-2/+2
2014-09-15Bluetooth: Add BUILD_BUG_ON check for SKB control buffer sizeMarcel Holtmann1-0/+3
2014-07-03Bluetooth: constify seq_operationsFabian Frederick1-1/+1
2014-02-21Bluetooth: Increase minor version of core moduleMarcel Holtmann1-1/+1
2013-12-07Bluetooth: Increase minor version of core moduleMarcel Holtmann1-1/+1
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-7/+2
2013-10-18Bluetooth: Create root debugfs directory during module initMarcel Holtmann1-1/+8
2013-10-14Bluetooth: Adjust header for proc socket informationMarcel Holtmann1-1/+1
2013-10-13Bluetooth: Increase minor version of core moduleMarcel Holtmann1-1/+1
2013-10-13Bluetooth: Add support for per socket msg_name callbackMarcel Holtmann1-4/+11
2013-10-13Bluetooth: Remove src and dst fields from bt_sock structureMarcel Holtmann1-3/+1
2013-09-25Bluetooth: Add clarifying comment to bt_sock_wait_state()Johan Hedberg1-0/+1
2013-09-18Bluetooth: Fix waiting for clearing of BT_SK_SUSPEND flagJohan Hedberg1-0/+40
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-16/+11
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-12/+3
2013-04-09bluetooth: fix race in bt_procfs_init()Al Viro1-7/+1
2013-04-09bluetooth: kill unused 'module' argument of bt_procfs_init()Al Viro1-2/+2
2013-04-09bluetooth: don't bother with ->owner for procfs fopsAl Viro1-7/+8
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-1/+1
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2013-04-07Bluetooth: fix possible info leak in bt_sock_recvmsg()Mathias Krause1-2/+2
2013-04-02net: fix smatch warnings inside datagram_pollJacob Keller1-1/+1
2013-03-31net: add option to enable error queue packets waking selectKeller, Jacob E1-1/+2
2013-03-08Bluetooth: change bt_sock_unregister() to return voidDavid Herrmann1-12/+3
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-1/+1
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-1/+1
2012-10-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville1-6/+4
2012-10-12userns: Properly print bluetooth socket uidsEric W. Biederman1-1/+1
2012-09-27Bluetooth: Use %pMR instead of baswap in seq_showAndrei Emeltchenko1-6/+4
2012-08-21Bluetooth: trivial: Use preferred method for NULL checkAndrei Emeltchenko1-2/+2
2012-08-15Bluetooth: trivial: Shorten variable scopeAndrei Emeltchenko1-4/+2
2012-08-06Bluetooth: /proc/net/ entries for bluetooth protocolsMasatake YAMATO1-0/+141
2012-06-05Bluetooth: Fix checking the wrong flag when accepting a socketVinicius Costa Gomes1-1/+1
2012-06-05Bluetooth: Remove unnecessary headers includeGustavo Padovan1-11/+0
2012-06-05Bluetooth: Fix coding style in the subsystemGustavo Padovan1-1/+2
2012-05-16Bluetooth: Create flags for bt_sk()Gustavo Padovan1-4/+4
2012-05-14Bluetooth: notify userspace of security level changeGustavo Padovan1-1/+1
2012-02-15Bluetooth: silence lockdep warningOctavian Purdila1-7/+5
2012-01-02Bluetooth: Remove *_bh from socket list lock.Gustavo F. Padovan1-4/+4
2011-12-22Bluetooth: fix bt_accept_dequeue() to work in process contextGustavo F. Padovan1-7/+4
2011-09-27Bluetooth: Handle fragmented skbs in bt_sock_stream_recvmsg()Mat Martineau1-2/+28
2011-08-11Bluetooth: Fix lost wakeups waiting for sock state changePeter Hurley1-3/+3
2011-02-25Bluetooth: remove unnecessary call to hci_sock_cleanupAnand Gadiyar1-3/+1
2011-02-17Bluetooth: fix checkpatch errors in af_bluetooth.cGustavo F. Padovan1-1/+1
2011-02-14Bluetooth: Merge L2CAP and SCO modules into bluetooth.koGustavo F. Padovan1-2/+30
2011-02-08Bluetooth: fix crash by disabling tasklet in sock acceptAndrei Emeltchenko1-4/+9
2011-02-08Bluetooth: Do not use assignments in IF conditionsAndrei Emeltchenko1-2/+4
2010-10-12Bluetooth: Add common code for stream-oriented recvmsg()Mat Martineau1-0/+109
2010-09-06net: poll() optimizationsEric Dumazet1-3/+2
2010-04-20net: sk_sleep() helperEric Dumazet1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+0
2009-11-05net: pass kern to net_proto_family create functionEric Paris1-2/+3
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman1-1/+1
2009-10-07net: mark net_proto_ops as constStephen Hemminger1-2/+2
2009-08-05net: mark read-only arrays as constJan Engelhardt1-2/+2
2009-06-18net: correct off-by-one write allocations reportsEric Dumazet1-1/+1
2009-02-27Bluetooth: Fix poll() misbehavior when using BT_DEFER_SETUPMarcel Holtmann1-4/+3
2009-02-27Bluetooth: Remove CONFIG_DEBUG_LOCK_ALLOC ifdefsDave Young1-6/+0
2009-02-27Bluetooth: Update version numbersMarcel Holtmann1-1/+1
2009-02-27Bluetooth: Add global deferred socket parameterMarcel Holtmann1-2/+6
2008-11-30Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann1-6/+1
2008-11-30Bluetooth: Send HCI Reset command by default on device initializationMarcel Holtmann1-1/+1
2008-11-30Bluetooth: Fix warnings for bt_key_strings and bt_slock_key_stringsMarcel Holtmann1-18/+23
2008-10-16net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg1-7/+1
2008-09-09[Bluetooth] Reject L2CAP connections on an insecure ACL linkMarcel Holtmann1-1/+1
2008-08-18[Bluetooth] Consolidate maintainers informationMarcel Holtmann1-1/+1
2008-07-14[Bluetooth] Update Bluetooth core version numberMarcel Holtmann1-1/+1
2008-07-14[Bluetooth] Add support for TIOCOUTQ and TIOCINQ ioctlsMarcel Holtmann1-0/+23
2008-07-14[Bluetooth] Add timestamp support to L2CAP, RFCOMM and SCOMarcel Holtmann1-0/+28
2008-04-01bluetooth : use lockdep sub-classes for diffrent bluetooth protocolDave Young1-0/+40
2007-10-10[NET]: Make socket creation namespace safe.Eric W. Biederman1-2/+5
2007-04-25[SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-02-10[NET] BLUETOOTH: Fix whitespace errors.YOSHIFUJI Hideaki1-8/+8
2006-10-15[Bluetooth] Add locking for bt_proto array manipulationMarcel Holtmann1-7/+29
2006-10-15[Bluetooth] Support concurrent connect requestsMarcel Holtmann1-1/+1
2006-09-28[Bluetooth] Return EINPROGRESS for non-blocking socket callsMarcel Holtmann1-1/+1
2006-07-03[Bluetooth] Add platform device for virtual and serial devicesMarcel Holtmann1-6/+14
2006-07-03[Bluetooth] Add automatic sniff mode supportMarcel Holtmann1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-25[PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notificationsDavide Libenzi1-0/+3
2006-01-03[NET]: Avoid atomic xchg() for non-error caseBenjamin LaHaise1-3/+2
2005-11-08[Bluetooth]: Remove the usage of /proc completelyMarcel Holtmann1-11/+1
2005-10-28[Bluetooth] Make more functions staticMarcel Holtmann1-6/+0
2005-04-25[PATCH] kill gratitious includes of major.h under net/*Al Viro1-1/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+355