summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)Author
2010-05-10Bluetooth: Implement SendAck() Action on ERTM.Gustavo F. Padovan
2010-05-10Bluetooth: Check if SDU size is greater than MTU on L2CAPGustavo F. Padovan
2010-05-10Bluetooth: Check the minimum {I,S}-frame size into L2CAPGustavo F. Padovan
2010-05-10Bluetooth: Support case with F bit set under WAIT_F state.Gustavo F. Padovan
2010-05-10Bluetooth: Implement 'Send IorRRorRNR' eventGustavo F. Padovan
2010-05-10Bluetooth: Use a l2cap_pinfo struct instead l2cap_pi() macroGustavo F. Padovan
2010-05-10Bluetooth: Fix ACL MTU issueGustavo F. Padovan
2010-05-10Bluetooth: Fix expected_tx_seq calculation on L2CAPGustavo F. Padovan
2010-05-10Bluetooth: Fix memory leak of S-frames into L2CAPGustavo F. Padovan
2010-05-10Bluetooth: Move specific Basic Mode code to the right placeGustavo F. Padovan
2010-05-10Bluetooth: Trivial clean ups to SCOGustavo F. Padovan
2010-05-10Bluetooth: Make hci_send_sco() voidGustavo F. Padovan
2010-05-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-27bluetooth: handle l2cap_create_connless_pdu() errorsDan Carpenter
2010-04-20net: sk_sleep() helperEric Dumazet
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-04-01net: check the length of the socket address passed to connect(2)Changli Gao
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-21Bluetooth: Fix kernel crash on L2CAP stress testsAndrei Emeltchenko
2010-03-21Bluetooth: Convert debug files to actually use debugfs instead of sysfsMarcel Holtmann
2010-03-21Bluetooth: Fix potential bad memory access with sysfs filesMarcel Holtmann
2010-03-16net: convert multiple drivers to use netdev_for_each_mc_addr, part7Jiri Pirko
2010-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen
2010-03-03Bluetooth: Use single_open() for inquiry cache within debugfsMarcel Holtmann
2010-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2010-02-28Bluetooth: Fix out of scope variable access in hci_sock_cmsg()Johann Felix Soden
2010-02-27Bluetooth: Add SCO fallback for unsupported feature errorStephen Coe
2010-02-27Bluetooth: Add controller types for BR/EDR and 802.11 AMPMarcel Holtmann
2010-02-27Bluetooth: Convert inquiry cache to use debugfs instead of sysfsMarcel Holtmann
2010-02-27Bluetooth: Convert controller hdev->type to hdev->busMarcel Holtmann
2010-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2010-02-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-02-05Bluetooth: Keep a copy of each HID device's report descriptorMichael Poole
2010-02-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-02-03Bluetooth: Enter active mode before establishing a SCO link.Nick Pelly
2010-02-03Bluetooth: Do not call rfcomm_session_put() for RFCOMM UA on closed socketNick Pelly
2010-02-03Bluetooth: Fix sleeping function in RFCOMM within invalid contextMarcel Holtmann
2010-02-03Bluetooth: Fallback eSCO to SCO on error 0x1a (Unsupported Remote Feature)Nick Pelly
2010-02-03HID: make raw reports possible for both feature and output reportsJiri Kosina
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
2010-01-14proc_fops: convert drivers/isdn/ to seq_fileAlexey Dobriyan
2009-12-17Bluetooth: Fix L2CAP locking scheme regressionAndrei Emeltchenko
2009-12-17Bluetooth: Ack L2CAP I-frames before retransmit missing packetGustavo F. Padovan