aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/af_bluetooth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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 implicit slab.h inclusion from percpu.hTejun 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