aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_core.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-22Bluetooth: Fix __hci_request synchronization for hci_open_devGravatar Johan Hedberg 1-3/+12
2010-12-22Bluetooth: Add management events for controller addition & removalGravatar Johan Hedberg 1-0/+2
2010-12-01Bluetooth: clean up hci codeGravatar Andrei Emeltchenko 1-24/+42
2010-10-12Bluetooth: Don't clear the blacklist when closing the HCI deviceGravatar Johan Hedberg 1-1/+0
2010-07-31Bluetooth: Use list_head for HCI blacklist headGravatar David Miller 1-1/+1
2010-07-27Bluetooth: Test 'count' value before enter the loopGravatar Gustavo F. Padovan 1-4/+4
2010-07-21Bluetooth: Implemented HCI frame reassembly for RX from streamGravatar Suraj Sumangala 1-0/+35
2010-07-21Bluetooth: Modified hci_recv_fragment() to use hci_reassembly helperGravatar Suraj Sumangala 1-74/+11
2010-07-21Bluetooth: Implement hci_reassembly helper to reassemble RX packetsGravatar Suraj Sumangala 1-0/+109
2010-07-21Bluetooth: Add one more buffer for HCI stream reassemblyGravatar Suraj Sumangala 1-3/+3
2010-07-21Bluetooth: Add blacklist support for incoming connectionsGravatar Johan Hedberg 1-0/+3
2010-05-17net: Remove unnecessary returns from void function()sGravatar Joe Perches 1-2/+0
2010-05-10Bluetooth: Create per controller workqueueGravatar Marcel Holtmann 1-0/+14
2010-05-10Bluetooth: Make hci_send_acl() voidGravatar Gustavo F. Padovan 1-2/+2
2010-05-10Bluetooth: Make hci_send_sco() voidGravatar Gustavo F. Padovan 1-8/+1
2010-02-27Bluetooth: Add controller types for BR/EDR and 802.11 AMPGravatar Marcel Holtmann 1-1/+5
2010-02-27Bluetooth: Convert controller hdev->type to hdev->busGravatar Marcel Holtmann 1-4/+4
2009-12-03Bluetooth: Unobfuscate tasklet_schedule usageGravatar Marcel Holtmann 1-6/+12
2009-12-03Bluetooth: Turn hci_recv_frame into an exported functionGravatar Marcel Holtmann 1-0/+23
2009-08-22Bluetooth: Convert hdev->req_lock to a mutexGravatar Thomas Gleixner 1-1/+1
2009-06-08Bluetooth: Add native RFKILL soft-switch support for all devicesGravatar Marcel Holtmann 1-1/+40
2009-02-27Bluetooth: Remove some pointless conditionals before kfree_skb()Gravatar Wei Yongjun 1-2/+1
2008-11-30Bluetooth: Enable per-module dynamic debug messagesGravatar Marcel Holtmann 1-6/+1
2008-11-30Bluetooth: Send HCI Reset command by default on device initializationGravatar Marcel Holtmann 1-1/+1
2008-11-30Bluetooth: Fix leak of uninitialized data to userspaceGravatar Vegard Nossum 1-1/+1
2008-09-12[Bluetooth] Fix regression from using default link policyGravatar Marcel Holtmann 1-0/+3
2008-07-14[Bluetooth] Use ACL config stage to retrieve remote featuresGravatar Marcel Holtmann 1-2/+5
2008-07-14[Bluetooth] Make use of the default link policy settingsGravatar Marcel Holtmann 1-11/+24
2008-03-05bluetooth: hci_core: defer hci_unregister_sysfs()Gravatar Dave Young 1-2/+2
2008-02-17[BLUETOOTH] net/bluetooth/hci_core.c: Use time_* macrosGravatar S.Çağlar Onur 1-2/+3
2007-10-22[Bluetooth] Add support for handling simple eSCO linksGravatar Marcel Holtmann 1-0/+22
2007-10-22[Bluetooth] Switch from OGF+OCF to using only opcodesGravatar Marcel Holtmann 1-21/+27
2007-09-09[Bluetooth] Fix parameter list for event filter commandGravatar Marcel Holtmann 1-5/+3
2007-07-19[NET] BLUETOOTH: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-1/+1
2007-07-11[Bluetooth] Add basics to better support and handle eSCO linksGravatar Marcel Holtmann 1-1/+2
2007-07-11[Bluetooth] Add hci_recv_fragment() helper functionGravatar Marcel Holtmann 1-2/+95
2007-04-25[NET]: cleanup extra semicolonsGravatar Stephen Hemminger 1-2/+2
2007-04-25[SK_BUFF]: Introduce skb_transport_header(skb)Gravatar Arnaldo Carvalho de Melo 1-2/+2
2007-04-25[SK_BUFF]: Introduce skb_reset_transport_header(skb)Gravatar Arnaldo Carvalho de Melo 1-4/+5
2007-04-25[NET] BLUETOOTH: Use cpu_to_le{16,32}() where appropriate.Gravatar YOSHIFUJI Hideaki 1-10/+10
2007-02-10[NET] BLUETOOTH: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-18/+18
2006-09-28[Bluetooth] Read local version information on device initGravatar Marcel Holtmann 1-0/+3
2006-07-12[Bluetooth] Remaining transitions to use kzalloc()Gravatar Marcel Holtmann 1-5/+2
2006-07-03[Bluetooth] Use real devices for host controllersGravatar Marcel Holtmann 1-2/+2
2006-07-03[Bluetooth] Add automatic sniff mode supportGravatar Marcel Holtmann 1-10/+24
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-03-27[PATCH] Notifier chain update: API changesGravatar Alan Stern 1-4/+4
2005-11-08[Bluetooth]: Add endian annotations to the coreGravatar Marcel Holtmann 1-1/+1
2005-10-28[Bluetooth] Make more functions staticGravatar Marcel Holtmann 1-2/+2
2005-08-29[NET]: Store skb->timestamp as offset to a base timestampGravatar Patrick McHardy 1-1/+1