aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/rfcomm (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-09Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6Gustavo F. Padovan1-1/+3
2011-06-09Bluetooth: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warningStephen Boyd1-1/+2
2011-06-09Bluetooth: l2cap and rfcomm: fix 1 byte infoleak to userspace.Filip Palian1-0/+1
2011-06-08Bluetooth: Kill set but not used variable 'l2cap_sk' in rfcomm_sock_getsockopt_old()David Miller1-3/+0
2011-05-11Bluetooth: Double check sec req for pre 2.1 deviceWaldemar Rymarkiewicz1-1/+1
2011-04-28Bluetooth: Move conn to struct l2cap_chanGustavo F. Padovan2-5/+8
2011-04-28Bluetooth: Move more channel info to struct l2cap_chanGustavo F. Padovan1-5/+6
2011-04-27Bluetooth: Move more vars to struct l2cap_chanGustavo F. Padovan1-1/+1
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-2/+0
2011-03-16Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-3/+3
2011-02-18Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-0/+2
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox1-1/+1
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-1/+1
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-1/+1
2011-02-16Bluetooth: Release BTM while sleeping to avoid deadlockVladislav P1-0/+2
2011-02-15Bluetooth: remove l2cap_load() hackGustavo F. Padovan1-2/+0
2011-01-19Bluetooth: Never deallocate a session when some DLC points to itLukáš Turek1-1/+2
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-12-06Bluetooth: Fix initial RFCOMM DLC security levelJohan Hedberg1-0/+1
2010-12-01Bluetooth: clean up rfcomm codeAndrei Emeltchenko3-18/+23
2010-12-01Bluetooth: Get rid of __rfcomm_get_sock_by_channel()Gustavo F. Padovan1-12/+7
2010-11-09Bluetooth: fix not setting security level when creating a rfcomm sessionLuiz Augusto von Dentz1-3/+10
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds3-123/+28
2010-10-22tty: icount changeover for other main devicesAlan Cox1-4/+0
2010-10-12Bluetooth: clean up rfcomm codeAndrei Emeltchenko1-15/+14
2010-10-12Bluetooth: make batostr() print in the right orderGustavo F. Padovan1-3/+1
2010-10-12Bluetooth: remove extra newline from debug outputAndrei Emeltchenko1-1/+1
2010-10-12Bluetooth: Use common SOCK_STREAM receive code in RFCOMMMat Martineau1-98/+6
2010-10-12Bluetooth: Fix RFCOMM RPN negotiationYuri Kululin1-4/+4
2010-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+4
2010-09-30Bluetooth: Fix inconsistent lock state with RFCOMMGustavo F. Padovan1-0/+4
2010-09-23net: return operator cleanupEric Dumazet1-2/+2
2010-07-31Bluetooth: Remove __exit from rfcomm_cleanup_ttys()Gustavo F. Padovan1-1/+1
2010-07-27Bluetooth: Add __init and __exit marks to RFCOMMGustavo F. Padovan2-3/+3
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches1-2/+0
2010-04-20net: sk_sleep() helperEric Dumazet1-4/+4
2010-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+2
2010-04-01net: check the length of the socket address passed to connect(2)Changli Gao1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-21Bluetooth: Convert debug files to actually use debugfs instead of sysfsMarcel Holtmann2-43/+56
2010-03-21Bluetooth: Fix potential bad memory access with sysfs filesMarcel Holtmann2-2/+22
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen2-2/+6
2010-02-03Bluetooth: Do not call rfcomm_session_put() for RFCOMM UA on closed socketNick Pelly1-1/+5
2010-02-03Bluetooth: Fix sleeping function in RFCOMM within invalid contextMarcel Holtmann1-1/+1
2009-12-03Bluetooth: Add RFCOMM option to use L2CAP ERTM modeMarcel Holtmann1-0/+6
2009-11-05net: pass kern to net_proto_family create functionEric Paris1-1/+2
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman1-1/+1
2009-10-07net: mark net_proto_ops as constStephen Hemminger1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-2/+2
2009-08-22Bluetooth: Fix rejected connection not disconnecting ACL linkLuiz Augusto von Dentz1-0/+41