aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)Author
2010-01-30Bluetooth: Use the control channel for raw HID reportsBastien Nocera
2010-01-30Bluetooth: Fix memory leak in L2CAPAndrei Emeltchenko
2010-01-30Bluetooth: Remove double free of SKB pointer in L2CAPAndrei Emeltchenko
2009-12-17Bluetooth: Fix L2CAP locking scheme regressionAndrei Emeltchenko
2009-12-17Bluetooth: Ack L2CAP I-frames before retransmit missing packetGustavo F. Padovan
2009-12-17Bluetooth: Fix unset of RemoteBusy flag for L2CAPGustavo F. Padovan
2009-12-17Bluetooth: Fix PTR_ERR return of wrong pointer in hidp_setup_hid()Roel Kluin
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina
2009-12-04tree-wide: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo
2009-12-03Bluetooth: Add RFCOMM option to use L2CAP ERTM modeMarcel Holtmann
2009-12-03Bluetooth: Add L2CAP option for max transmit valueMarcel Holtmann
2009-12-03Bluetooth: Fix 'SendRRorRNR' to send the ReqSeq valueGustavo F. Padovan
2009-12-03Bluetooth: Implement RejActioned flagGustavo F. Padovan
2009-12-03Bluetooth: Fix sending ReqSeq on I-framesGustavo F. Padovan
2009-12-03Bluetooth: Fix unset of SrejActioned flagGustavo F. Padovan
2009-12-03Bluetooth: Initialize variables and timers for both channel's sidesGustavo F. Padovan
2009-12-03Bluetooth: Fix handling of BNEP setup connection requestsVikram Kandukuri
2009-12-03Bluetooth: Unobfuscate tasklet_schedule usageMarcel Holtmann
2009-12-03Bluetooth: Turn hci_recv_frame into an exported functionMarcel Holtmann
2009-12-03Bluetooth: Return ENETDOWN when interface is downMarcel Holtmann
2009-12-03Bluetooth: Implement raw output support for HIDP layerJiri Kosina
2009-11-29net: Move && and || to end of previous lineJoe Perches
2009-11-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
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-11-05net: check kern before calling security subsystemEric Paris
2009-11-05net: pass kern to net_proto_family create functionEric Paris
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-10-19bluetooth: static lock key fixDave Young
2009-10-19bluetooth: scheduling while atomic bug fixDave Young
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman
2009-10-07net: mark net_proto_ops as constStephen Hemminger
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