aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2010-04-27bluetooth: handle l2cap_create_connless_pdu() errorsGravatar Dan Carpenter 1-1/+4
2010-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 3-3/+6
2010-04-01net: check the length of the socket address passed to connect(2)Gravatar Changli Gao 3-3/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 8-4/+7
2010-03-21Bluetooth: Fix kernel crash on L2CAP stress testsGravatar Andrei Emeltchenko 1-0/+5
2010-03-21Bluetooth: Convert debug files to actually use debugfs instead of sysfsGravatar Marcel Holtmann 5-87/+113
2010-03-21Bluetooth: Fix potential bad memory access with sysfs filesGravatar Marcel Holtmann 4-4/+41
2010-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 1-21/+20
2010-03-07driver-core: Add attribute argument to class_attribute show/storeGravatar Andi Kleen 4-4/+12
2010-03-03Bluetooth: Use single_open() for inquiry cache within debugfsGravatar Marcel Holtmann 1-21/+20
2010-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/Gravatar David S. Miller 1-3/+14
2010-02-28Bluetooth: Fix out of scope variable access in hci_sock_cmsg()Gravatar Johann Felix Soden 1-1/+3
2010-02-27Bluetooth: Add SCO fallback for unsupported feature errorGravatar Stephen Coe 1-0/+1
2010-02-27Bluetooth: Add controller types for BR/EDR and 802.11 AMPGravatar Marcel Holtmann 2-1/+25
2010-02-27Bluetooth: Convert inquiry cache to use debugfs instead of sysfsGravatar Marcel Holtmann 1-30/+62
2010-02-27Bluetooth: Convert controller hdev->type to hdev->busGravatar Marcel Holtmann 2-12/+12
2010-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-3/+14
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateGravatar Jiri Pirko 1-2/+4
2010-02-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 5-28/+37
2010-02-05Bluetooth: Keep a copy of each HID device's report descriptorGravatar Michael Poole 2-26/+27
2010-02-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 2-42/+42
2010-02-03Bluetooth: Enter active mode before establishing a SCO link.Gravatar Nick Pelly 1-0/+3
2010-02-03Bluetooth: Do not call rfcomm_session_put() for RFCOMM UA on closed socketGravatar Nick Pelly 1-1/+5
2010-02-03Bluetooth: Fix sleeping function in RFCOMM within invalid contextGravatar Marcel Holtmann 1-1/+1
2010-02-03Bluetooth: Fallback eSCO to SCO on error 0x1a (Unsupported Remote Feature)Gravatar Nick Pelly 1-0/+1
2010-02-03HID: make raw reports possible for both feature and output reportsGravatar Jiri Kosina 1-3/+14
2010-01-30Bluetooth: Use the control channel for raw HID reportsGravatar Bastien Nocera 1-34/+36
2010-01-30Bluetooth: Fix memory leak in L2CAPGravatar Andrei Emeltchenko 1-1/+2
2010-01-30Bluetooth: Remove double free of SKB pointer in L2CAPGravatar Andrei Emeltchenko 1-7/+4
2010-01-14proc_fops: convert drivers/isdn/ to seq_fileGravatar Alexey Dobriyan 1-16/+21
2009-12-17Bluetooth: Fix L2CAP locking scheme regressionGravatar Andrei Emeltchenko 1-0/+1
2009-12-17Bluetooth: Ack L2CAP I-frames before retransmit missing packetGravatar Gustavo F. Padovan 1-1/+1
2009-12-17Bluetooth: Fix unset of RemoteBusy flag for L2CAPGravatar Gustavo F. Padovan 1-1/+1
2009-12-17Bluetooth: Fix PTR_ERR return of wrong pointer in hidp_setup_hid()Gravatar Roel Kluin 1-1/+1
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