summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/rfcomm/sock.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Create flags for bt_sk()Gustavo Padovan2012-05-161-4/+10
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* Bluetooth: silence lockdep warningOctavian Purdila2012-02-151-0/+2
* Bluetooth: Fix context in rfcomm_sock_lockGustavo F. Padovan2012-01-031-6/+6
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-11-091-0/+2
|\
| * Bluetooth: make use sk_priority to priritize RFCOMM packetsLuiz Augusto von Dentz2011-11-071-0/+2
* | bluetooth: Properly clone LSM attributes to newly created child connectionsPaul Moore2011-10-191-0/+3
|/
* Bluetooth: rfcomm: Fix lost wakeups waiting to accept socketPeter Hurley2011-08-121-14/+14
* Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6Gustavo F. Padovan2011-06-091-1/+3
|\
| * Bluetooth: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warningStephen Boyd2011-06-091-1/+2
| * Bluetooth: l2cap and rfcomm: fix 1 byte infoleak to userspace.Filip Palian2011-06-091-0/+1
* | Bluetooth: Kill set but not used variable 'l2cap_sk' in rfcomm_sock_getsockop...David Miller2011-06-081-3/+0Star
|/
* Bluetooth: Move conn to struct l2cap_chanGustavo F. Padovan2011-04-281-2/+3
* Bluetooth: clean up rfcomm codeAndrei Emeltchenko2010-12-021-2/+3
* Bluetooth: Get rid of __rfcomm_get_sock_by_channel()Gustavo F. Padovan2010-12-021-12/+7Star
* Bluetooth: Use common SOCK_STREAM receive code in RFCOMMMat Martineau2010-10-121-98/+6Star
* Bluetooth: Fix inconsistent lock state with RFCOMMGustavo F. Padovan2010-09-301-0/+4
* Bluetooth: Add __init and __exit marks to RFCOMMGustavo F. Padovan2010-07-271-1/+1
* net: sk_sleep() helperEric Dumazet2010-04-211-4/+4
* net: check the length of the socket address passed to connect(2)Changli Gao2010-04-021-1/+2
* Bluetooth: Convert debug files to actually use debugfs instead of sysfsMarcel Holtmann2010-03-211-20/+27
* Bluetooth: Fix potential bad memory access with sysfs filesMarcel Holtmann2010-03-211-1/+10
* driver-core: Add attribute argument to class_attribute show/storeAndi Kleen2010-03-081-1/+3
* net: pass kern to net_proto_family create functionEric Paris2009-11-061-1/+2
* net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman2009-10-121-1/+1
* net: mark net_proto_ops as constStephen Hemminger2009-10-071-1/+1
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-10-011-2/+2
* bluetooth: rfcomm_init bug fixDave Young2009-08-031-1/+1
* Bluetooth: Restrict application of socket optionsMarcel Holtmann2009-02-271-0/+16
* Bluetooth: Replace RFCOMM link mode with security levelMarcel Holtmann2009-02-271-7/+68
* Bluetooth: Add support for deferring RFCOMM connection setupMarcel Holtmann2009-02-271-1/+43
* Bluetooth: Preparation for usage of SOL_BLUETOOTHMarcel Holtmann2009-02-271-2/+49
* Bluetooth: Fix issue with return value of rfcomm_sock_sendmsg()Victor Shcherbatyuk2009-02-271-1/+4
* bluetooth: Fix unused var warning properly in rfcomm_sock_ioctl().David S. Miller2008-12-091-4/+2Star
* bluetooth: Fix rfcomm_sock_ioctl() build failure with debugging enabled.David S. Miller2008-12-091-1/+1
* Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann2008-11-301-6/+1Star
* bluetooth: fix warning in net/bluetooth/rfcomm/sock.cIngo Molnar2008-11-261-0/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2008-07-191-7/+16
|\
| * [Bluetooth] Add timestamp support to L2CAP, RFCOMM and SCOMarcel Holtmann2008-07-141-4/+11
| * [Bluetooth] Enforce security for outgoing RFCOMM connectionsMarcel Holtmann2008-07-141-3/+5
* | net: remove CVS keywordsAdrian Bunk2008-06-121-2/+0Star
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-04-031-1/+1
|\
| * bluetooth: replace deprecated RW_LOCK_UNLOCKED macrosRobert P. J. Day2008-03-291-1/+1
* | [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-1/+1
|/
* [NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov2007-11-011-1/+1
* [NET]: Make socket creation namespace safe.Eric W. Biederman2007-10-111-5/+5
* [NET] BLUETOOTH: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-10/+10
* [Bluetooth] Fix uninitialized return value for RFCOMM sendmsg()Marcel Holtmann2007-01-091-3/+6
* [Bluetooth] Add locking for bt_proto array manipulationMarcel Holtmann2006-10-161-1/+2
* [Bluetooth] Handle return values from driver core functionsMarcel Holtmann2006-10-161-1/+2