summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/af_bluetooth.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-16/+11
|\
| * bluetooth: fix race in bt_procfs_init()Al Viro2013-04-091-7/+1
| * bluetooth: kill unused 'module' argument of bt_procfs_init()Al Viro2013-04-091-2/+2
| * bluetooth: don't bother with ->owner for procfs fopsAl Viro2013-04-091-7/+8
| * procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-101-12/+3
|\ \
| * | Bluetooth: change bt_sock_unregister() to return voidDavid Herrmann2013-03-081-12/+3
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-071-2/+2
|\ \
| * | Bluetooth: fix possible info leak in bt_sock_recvmsg()Mathias Krause2013-04-071-2/+2
| |/
* | net: fix smatch warnings inside datagram_pollJacob Keller2013-04-021-1/+1
* | net: add option to enable error queue packets waking selectKeller, Jacob E2013-03-311-1/+2
|/
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-1/+1
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-10-191-6/+4
|\
| * Bluetooth: Use %pMR instead of baswap in seq_showAndrei Emeltchenko2012-09-271-6/+4
* | userns: Properly print bluetooth socket uidsEric W. Biederman2012-10-121-1/+1
|/
* Bluetooth: trivial: Use preferred method for NULL checkAndrei Emeltchenko2012-08-211-2/+2
* Bluetooth: trivial: Shorten variable scopeAndrei Emeltchenko2012-08-151-4/+2
* Bluetooth: /proc/net/ entries for bluetooth protocolsMasatake YAMATO2012-08-061-0/+141
* Bluetooth: Fix checking the wrong flag when accepting a socketVinicius Costa Gomes2012-06-051-1/+1
* Bluetooth: Remove unnecessary headers includeGustavo Padovan2012-06-051-11/+0
* Bluetooth: Fix coding style in the subsystemGustavo Padovan2012-06-051-1/+2
* Bluetooth: Create flags for bt_sk()Gustavo Padovan2012-05-161-4/+4
* Bluetooth: notify userspace of security level changeGustavo Padovan2012-05-141-1/+1
* Bluetooth: silence lockdep warningOctavian Purdila2012-02-151-7/+5
* Bluetooth: Remove *_bh from socket list lock.Gustavo F. Padovan2012-01-021-4/+4
* Bluetooth: fix bt_accept_dequeue() to work in process contextGustavo F. Padovan2011-12-221-7/+4
* Bluetooth: Handle fragmented skbs in bt_sock_stream_recvmsg()Mat Martineau2011-09-271-2/+28
* Bluetooth: Fix lost wakeups waiting for sock state changePeter Hurley2011-08-111-3/+3
* Bluetooth: remove unnecessary call to hci_sock_cleanupAnand Gadiyar2011-02-251-3/+1
* Bluetooth: fix checkpatch errors in af_bluetooth.cGustavo F. Padovan2011-02-171-1/+1
* Bluetooth: Merge L2CAP and SCO modules into bluetooth.koGustavo F. Padovan2011-02-141-2/+30
* Bluetooth: fix crash by disabling tasklet in sock acceptAndrei Emeltchenko2011-02-081-4/+9
* Bluetooth: Do not use assignments in IF conditionsAndrei Emeltchenko2011-02-081-2/+4
* Bluetooth: Add common code for stream-oriented recvmsg()Mat Martineau2010-10-121-0/+109
* net: poll() optimizationsEric Dumazet2010-09-061-3/+2
* net: sk_sleep() helperEric Dumazet2010-04-201-3/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* net: pass kern to net_proto_family create functionEric Paris2009-11-051-2/+3
* net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman2009-10-121-1/+1
* net: mark net_proto_ops as constStephen Hemminger2009-10-071-2/+2
* net: mark read-only arrays as constJan Engelhardt2009-08-051-2/+2
* net: correct off-by-one write allocations reportsEric Dumazet2009-06-181-1/+1
* Bluetooth: Fix poll() misbehavior when using BT_DEFER_SETUPMarcel Holtmann2009-02-271-4/+3
* Bluetooth: Remove CONFIG_DEBUG_LOCK_ALLOC ifdefsDave Young2009-02-271-6/+0
* Bluetooth: Update version numbersMarcel Holtmann2009-02-271-1/+1
* Bluetooth: Add global deferred socket parameterMarcel Holtmann2009-02-271-2/+6
* Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann2008-11-301-6/+1
* Bluetooth: Send HCI Reset command by default on device initializationMarcel Holtmann2008-11-301-1/+1
* Bluetooth: Fix warnings for bt_key_strings and bt_slock_key_stringsMarcel Holtmann2008-11-301-18/+23