aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-2/+2
2009-12-07Merge branch 'for-next' into for-linusGravatar Jiri Kosina 1-2/+2
2009-12-04tree-wide: fix some typos and punctuation in commentsGravatar Thadeu Lima de Souza Cascardo 1-2/+2
2009-12-03Bluetooth: Add RFCOMM option to use L2CAP ERTM modeGravatar Marcel Holtmann 1-0/+6
2009-12-03Bluetooth: Add L2CAP option for max transmit valueGravatar Marcel Holtmann 1-1/+5
2009-12-03Bluetooth: Fix 'SendRRorRNR' to send the ReqSeq valueGravatar Gustavo F. Padovan 1-0/+2
2009-12-03Bluetooth: Implement RejActioned flagGravatar Gustavo F. Padovan 1-3/+35
2009-12-03Bluetooth: Fix sending ReqSeq on I-framesGravatar Gustavo F. Padovan 1-2/+6
2009-12-03Bluetooth: Fix unset of SrejActioned flagGravatar Gustavo F. Padovan 1-1/+1
2009-12-03Bluetooth: Initialize variables and timers for both channel's sidesGravatar Gustavo F. Padovan 1-18/+36
2009-12-03Bluetooth: Fix handling of BNEP setup connection requestsGravatar Vikram Kandukuri 1-1/+4
2009-12-03Bluetooth: Unobfuscate tasklet_schedule usageGravatar Marcel Holtmann 3-12/+18
2009-12-03Bluetooth: Turn hci_recv_frame into an exported functionGravatar Marcel Holtmann 1-0/+23
2009-12-03Bluetooth: Return ENETDOWN when interface is downGravatar Marcel Holtmann 1-0/+5
2009-12-03Bluetooth: Implement raw output support for HIDP layerGravatar Jiri Kosina 1-0/+9
2009-11-29net: Move && and || to end of previous lineGravatar Joe Perches 1-10/+10
2009-11-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 2-4/+10
2009-11-16Bluetooth: Fix regression with L2CAP configuration in Basic ModeGravatar Gustavo F. Padovan 1-3/+8
2009-11-16Bluetooth: Select Basic Mode as default for SOCK_SEQPACKETGravatar Gustavo F. Padovan 1-1/+1
2009-11-16Bluetooth: Set general bonding security for ACL by defaultGravatar Andrei Emeltchenko 1-0/+1
2009-11-05net: check kern before calling security subsystemGravatar Eric Paris 1-1/+1
2009-11-05net: pass kern to net_proto_family create functionGravatar Eric Paris 8-9/+17
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 2-5/+8
2009-10-19bluetooth: static lock key fixGravatar Dave Young 1-3/+6
2009-10-19bluetooth: scheduling while atomic bug fixGravatar Dave Young 1-2/+2
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgGravatar Neil Horman 2-2/+2
2009-10-07net: mark net_proto_ops as constGravatar Stephen Hemminger 8-9/+9
2009-09-30net: Make setsockopt() optlen be unsigned.Gravatar David S. Miller 4-6/+6
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-7/+0
2009-09-17HID: consolidate connect and disconnect into core codeGravatar Jiri Kosina 1-7/+0
2009-09-15driver model: constify attribute groupsGravatar David Brownell 1-2/+2
2009-09-11net: Add DEVTYPE support for Ethernet based devicesGravatar Marcel Holtmann 1-0/+5
2009-09-01netdev: convert pseudo-devices to netdev_tx_tGravatar Stephen Hemminger 1-1/+2
2009-08-26Bluetooth: Add support for L2CAP 'Send RRorRNR' actionGravatar Gustavo F. Padovan 1-6/+14
2009-08-26Bluetooth: Handle L2CAP case when the remote receiver is busyGravatar Gustavo F. Padovan 1-2/+23
2009-08-26Bluetooth: Acknowledge L2CAP packets when receiving RR-frames (F-bit=1)Gravatar Gustavo F. Padovan 1-1/+5
2009-08-24Bluetooth: Add missing selection of CONFIG_CRC16 for L2CAP layerGravatar Randy Dunlap 1-0/+1
2009-08-24Bluetooth: Use proper *_unaligned_le{16,32} helpers for L2CAPGravatar Gustavo F. Padovan 1-2/+2
2009-08-24Bluetooth: Add locking scheme to L2CAP timeout callbacksGravatar Gustavo F. Padovan 1-0/+4
2009-08-22Bluetooth: Fix rejected connection not disconnecting ACL linkGravatar Luiz Augusto von Dentz 1-0/+41
2009-08-22Bluetooth: Full support for receiving L2CAP SREJ framesGravatar Gustavo F. Padovan 1-1/+29
2009-08-22Bluetooth: Add support for L2CAP SREJ exceptionGravatar Gustavo F. Padovan 1-24/+196
2009-08-22Bluetooth: Add support for FCS option to L2CAPGravatar Gustavo F. Padovan 1-6/+95
2009-08-22Bluetooth: Enable Streaming Mode for L2CAPGravatar Gustavo F. Padovan 1-9/+73
2009-08-22Bluetooth: Add support for Retransmission and Monitor TimersGravatar Gustavo F. Padovan 1-4/+82
2009-08-22Bluetooth: Initial support for retransmission of packets with REJ framesGravatar Gustavo F. Padovan 1-14/+43
2009-08-22Bluetooth: Add support for Segmentation and Reassembly of SDUsGravatar Gustavo F. Padovan 1-16/+154
2009-08-22Bluetooth: Add initial support for ERTM packets transfersGravatar Gustavo F. Padovan 1-49/+335
2009-08-22Bluetooth: Create separate l2cap_send_disconn_req() functionGravatar Gustavo F. Padovan 1-30/+16
2009-08-22Bluetooth: Add configuration support for ERTM and Streaming modeGravatar Gustavo F. Padovan 1-28/+234