summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2014-02-11Bluetooth: fix possible info leak in bt_sock_recvmsg()Mathias Krause1-2/+2
2014-02-11Bluetooth: L2CAP - Fix info leak via getsockname()Mathias Krause1-0/+1
2014-02-11Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg()Mathias Krause1-0/+1
2014-02-11Bluetooth: RFCOMM - Fix info leak via getsockname()Mathias Krause1-0/+1
2014-02-11Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER)Mathias Krause1-0/+1
2014-02-11Bluetooth: Fix incorrect strncpy() in hidp_setup_hid()Anderson Lizardo1-1/+1
2012-08-17Bluetooth: l2cap and rfcomm: fix 1 byte infoleak to userspace.Filip Palian2-0/+2
2012-05-17tty: icount changeover for other main devicesAlan Cox1-4/+0
2012-03-14Bluetooth: Prevent buffer overflow in l2cap config requestDan Rosenberg1-1/+2
2011-06-26Bluetooth: bnep: fix buffer overflowVasiliy Kulikov1-0/+1
2011-06-26Bluetooth: sco: fix information leak to userspaceVasiliy Kulikov1-0/+1
2010-04-28bluetooth: handle l2cap_create_connless_pdu() errorsDan Carpenter1-1/+4
2010-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-3/+6
2010-04-02net: check the length of the socket address passed to connect(2)Changli Gao3-3/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo8-4/+7
2010-03-21Bluetooth: Fix kernel crash on L2CAP stress testsAndrei Emeltchenko1-0/+5
2010-03-21Bluetooth: Convert debug files to actually use debugfs instead of sysfsMarcel Holtmann5-87/+113
2010-03-21Bluetooth: Fix potential bad memory access with sysfs filesMarcel Holtmann4-4/+41
2010-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-21/+20
2010-03-08driver-core: Add attribute argument to class_attribute show/storeAndi Kleen4-4/+12
2010-03-03Bluetooth: Use single_open() for inquiry cache within debugfsMarcel Holtmann1-21/+20
2010-03-01Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-3/+14
2010-02-28Bluetooth: Fix out of scope variable access in hci_sock_cmsg()Johann Felix Soden1-1/+3
2010-02-27Bluetooth: Add SCO fallback for unsupported feature errorStephen Coe1-0/+1
2010-02-27Bluetooth: Add controller types for BR/EDR and 802.11 AMPMarcel Holtmann2-1/+25
2010-02-27Bluetooth: Convert inquiry cache to use debugfs instead of sysfsMarcel Holtmann1-30/+62
2010-02-27Bluetooth: Convert controller hdev->type to hdev->busMarcel Holtmann2-12/+12
2010-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-3/+14
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-2/+4
2010-02-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller5-28/+37
2010-02-05Bluetooth: Keep a copy of each HID device's report descriptorMichael Poole2-26/+27
2010-02-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-42/+42
2010-02-04Bluetooth: Enter active mode before establishing a SCO link.Nick Pelly1-0/+3
2010-02-04Bluetooth: Do not call rfcomm_session_put() for RFCOMM UA on closed socketNick Pelly1-1/+5
2010-02-04Bluetooth: Fix sleeping function in RFCOMM within invalid contextMarcel Holtmann1-1/+1
2010-02-03Bluetooth: Fallback eSCO to SCO on error 0x1a (Unsupported Remote Feature)Nick Pelly1-0/+1
2010-02-03HID: make raw reports possible for both feature and output reportsJiri Kosina1-3/+14
2010-01-30Bluetooth: Use the control channel for raw HID reportsBastien Nocera1-34/+36
2010-01-30Bluetooth: Fix memory leak in L2CAPAndrei Emeltchenko1-1/+2
2010-01-30Bluetooth: Remove double free of SKB pointer in L2CAPAndrei Emeltchenko1-7/+4
2010-01-14proc_fops: convert drivers/isdn/ to seq_fileAlexey Dobriyan1-16/+21
2009-12-17Bluetooth: Fix L2CAP locking scheme regressionAndrei Emeltchenko1-0/+1
2009-12-17Bluetooth: Ack L2CAP I-frames before retransmit missing packetGustavo F. Padovan1-1/+1
2009-12-17Bluetooth: Fix unset of RemoteBusy flag for L2CAPGustavo F. Padovan1-1/+1
2009-12-17Bluetooth: Fix PTR_ERR return of wrong pointer in hidp_setup_hid()Roel Kluin1-1/+1
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-2/+2
2009-12-04tree-wide: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo1-2/+2
2009-12-03Bluetooth: Add RFCOMM option to use L2CAP ERTM modeMarcel Holtmann1-0/+6
2009-12-03Bluetooth: Add L2CAP option for max transmit valueMarcel Holtmann1-1/+5