aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/af_bluetooth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/git/linville/wireless-nextDavid 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/viro/vfsLinus Torvalds1-16/+11
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn 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/bluetooth/bluetooth-nextJohn 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