aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/rfcomm/sock.c
Commit message (Expand)AuthorAgeFilesLines
* merge more stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-5/+8
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-0/+1
* Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-271-0/+1
|\
| * Bluetooth: RFCOMM - Fix info leak via getsockname()Mathias Krause2012-10-021-0/+1
* | samsung update 1codeworkx2012-06-021-17/+16
|/
* Bluetooth: l2cap and rfcomm: fix 1 byte infoleak to userspace.Filip Palian2011-06-091-0/+1
* Bluetooth: Move conn to struct l2cap_chanGustavo F. Padovan2011-04-281-2/+3
* Bluetooth: clean up rfcomm codeAndrei Emeltchenko2010-12-011-2/+3
* Bluetooth: Get rid of __rfcomm_get_sock_by_channel()Gustavo F. Padovan2010-12-011-12/+7
* Bluetooth: Use common SOCK_STREAM receive code in RFCOMMMat Martineau2010-10-121-98/+6
* 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-201-4/+4
* net: check the length of the socket address passed to connect(2)Changli Gao2010-04-011-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-071-1/+3
* net: pass kern to net_proto_family create functionEric Paris2009-11-051-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-09-301-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/+2
* 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/+1
* bluetooth: fix warning in net/bluetooth/rfcomm/sock.cIngo Molnar2008-11-251-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-111-2/+0
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-04-021-1/+1
|\
| * bluetooth: replace deprecated RW_LOCK_UNLOCKED macrosRobert P. J. Day2008-03-281-1/+1
* | [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-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-101-5/+5
* [NET] BLUETOOTH: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-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-151-1/+2
* [Bluetooth] Handle return values from driver core functionsMarcel Holtmann2006-10-151-1/+2
* [Bluetooth] Use real devices for host controllersMarcel Holtmann2006-07-031-2/+2
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [NET]: move struct proto_ops to constEric Dumazet2006-01-031-2/+2
* [Bluetooth]: Remove the usage of /proc completelyMarcel Holtmann2005-11-081-77/+13
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-081-1/+1
* [Bluetooth] Prevent RFCOMM connections through the RAW socketMarcel Holtmann2005-09-131-5/+25