aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)Author
2014-05-19net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-06-10Bluetooth: fix possible info leak in bt_sock_recvmsg()Mathias Krause
2013-06-10Bluetooth: L2CAP - Fix info leak via getsockname()Mathias Krause
2013-06-10Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg()Mathias Krause
2013-06-10Bluetooth: RFCOMM - Fix info leak via getsockname()Mathias Krause
2013-06-10Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER)Mathias Krause
2013-06-10Bluetooth: Fix incorrect strncpy() in hidp_setup_hid()Anderson Lizardo
2011-11-26tty: icount changeover for other main devicesAlan Cox
2011-11-07Bluetooth: Prevent buffer overflow in l2cap config requestDan Rosenberg
2011-11-07Bluetooth: l2cap and rfcomm: fix 1 byte infoleak to userspace.Filip Palian
2011-04-14Bluetooth: bnep: fix buffer overflowVasiliy Kulikov
2011-04-14Bluetooth: sco: fix information leak to userspaceVasiliy Kulikov
2010-04-01Bluetooth: Fix kernel crash on L2CAP stress testsAndrei Emeltchenko
2010-04-01Bluetooth: Fix potential bad memory access with sysfs filesMarcel Holtmann
2010-04-01Bluetooth: Fix sleeping function in RFCOMM within invalid contextMarcel Holtmann
2009-11-16Bluetooth: Fix regression with L2CAP configuration in Basic ModeGustavo F. Padovan
2009-11-16Bluetooth: Select Basic Mode as default for SOCK_SEQPACKETGustavo F. Padovan
2009-11-16Bluetooth: Set general bonding security for ACL by defaultAndrei Emeltchenko
2009-10-19bluetooth: static lock key fixDave Young
2009-10-19bluetooth: scheduling while atomic bug fixDave Young
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-09-17HID: consolidate connect and disconnect into core codeJiri Kosina
2009-09-15driver model: constify attribute groupsDavid Brownell
2009-09-11net: Add DEVTYPE support for Ethernet based devicesMarcel Holtmann
2009-09-01netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger
2009-08-26Bluetooth: Add support for L2CAP 'Send RRorRNR' actionGustavo F. Padovan
2009-08-26Bluetooth: Handle L2CAP case when the remote receiver is busyGustavo F. Padovan
2009-08-26Bluetooth: Acknowledge L2CAP packets when receiving RR-frames (F-bit=1)Gustavo F. Padovan
2009-08-24Bluetooth: Add missing selection of CONFIG_CRC16 for L2CAP layerRandy Dunlap
2009-08-24Bluetooth: Use proper *_unaligned_le{16,32} helpers for L2CAPGustavo F. Padovan
2009-08-24Bluetooth: Add locking scheme to L2CAP timeout callbacksGustavo F. Padovan
2009-08-22Bluetooth: Fix rejected connection not disconnecting ACL linkLuiz Augusto von Dentz
2009-08-22Bluetooth: Full support for receiving L2CAP SREJ framesGustavo F. Padovan
2009-08-22Bluetooth: Add support for L2CAP SREJ exceptionGustavo F. Padovan
2009-08-22Bluetooth: Add support for FCS option to L2CAPGustavo F. Padovan
2009-08-22Bluetooth: Enable Streaming Mode for L2CAPGustavo F. Padovan
2009-08-22Bluetooth: Add support for Retransmission and Monitor TimersGustavo F. Padovan
2009-08-22Bluetooth: Initial support for retransmission of packets with REJ framesGustavo F. Padovan
2009-08-22Bluetooth: Add support for Segmentation and Reassembly of SDUsGustavo F. Padovan
2009-08-22Bluetooth: Add initial support for ERTM packets transfersGustavo F. Padovan
2009-08-22Bluetooth: Create separate l2cap_send_disconn_req() functionGustavo F. Padovan
2009-08-22Bluetooth: Add configuration support for ERTM and Streaming modeGustavo F. Padovan
2009-08-22Bluetooth: Add L2CAP RFC option if ERTM is enabledMarcel Holtmann
2009-08-22Bluetooth: Allow setting of L2CAP ERTM via socket optionMarcel Holtmann
2009-08-22Bluetooth: Add module option to enable L2CAP ERTM supportMarcel Holtmann
2009-08-22Bluetooth: Coding style cleanup from previous rfcomm_init bug fixMarcel Holtmann
2009-08-22Bluetooth: Convert hdev->req_lock to a mutexThomas Gleixner
2009-08-22Bluetooth: Let HIDP grab the device reference for connectionsMarcel Holtmann
2009-08-22Bluetooth: Add extra device reference counting for connectionsMarcel Holtmann