summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)Author
2010-05-23Bluetooth: Hack: Don't dereference null pointer.Nick Pelly
2010-03-09Bluetooth: Use non-flushable pb flag by default for ACL data on capable chips...Nick Pelly
2010-03-09Revert "Bluetooth: Introduce L2CAP_LM_FLUSHABLE to allow flushing of ACL pack...Nick Pelly
2010-02-24Bluetooth: Allow SCO/eSCO packet type selection for outgoing SCO connections.Nick Pelly
2010-02-24Revert "Bluetooth: Change RFCOMM to use BT_CONNECT2 for BT_DEFER_SETUP"Nick Pelly
2010-02-24Revert "Bluetooth: Fix removing of RFCOMM DLC timer with DEFER_SETUP"Nick Pelly
2010-02-17Revert "Bluetooth: Fix rejected connection not disconnecting ACL link"Nick Pelly
2010-02-08Bluetooth: Hack: Do not use power_save feature.Nick Pelly
2010-02-08Bluetooth: Introduce L2CAP_LM_FLUSHABLE to allow flushing of ACL packets.Nick Pelly
2010-02-08Bluetooth: Add ACL MTU, available buffers and total buffers to hci_conn_info.Nick Pelly
2010-02-08Bluetooth: Enter active mode before establishing a SCO link.Nick Pelly
2010-02-08Bluetooth: Fallback to SCO on error code 0x10 (Connection Accept Timeout).Nick Pelly
2010-02-08Bluetooth: Do not call rfcomm_session_put() due to RFCOMM UA on closed socket.Nick Pelly
2010-02-08Bluetooth: Fallback from eSCO to SCO on error code 0x1a (unsupported feature).Nick Pelly
2010-02-08Bluetooth: Do not attempt to send dlci disconnect when in BT_CONFIG.Nick Pelly
2010-02-08Paranoid network.Robert Love
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