Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
64fe8abc7336e17f977bb38c4c261d24bfc5da17
/
net
/
bluetooth
/
hci_core.c
2be48b6
Bluetooth: Fix minor coding style issue in hci_core.c
by Marcel Holtmann
· 11 years ago
58f01aa
Bluetooth: Fix UUID values in debugfs file
by Marcel Holtmann
· 11 years ago
4b4148e
Bluetooth: Add support for setting DUT mode
by Marcel Holtmann
· 11 years ago
4e70c7e
Bluetooth: Expose debugfs settings for LE connection interval
by Marcel Holtmann
· 11 years ago
06f5b77
Bluetooth: Add support for setting SSP debug mode
by Marcel Holtmann
· 11 years ago
cfbb2b5
Bluetooth: Add LE features to debugfs if available
by Marcel Holtmann
· 11 years ago
12c269d
Bluetooth: Expose setting if debug keys are used or not
by Marcel Holtmann
· 11 years ago
9220218
Bluetooth: Expose debugfs entry read/write own address type
by Marcel Holtmann
· 11 years ago
79830f6
Bluetooth: Select the own address type during initial setup phase
by Marcel Holtmann
· 11 years ago
8f8625c
Bluetooth: Expose current list of long term keys via debugfs
by Marcel Holtmann
· 11 years ago
d0f729b
Bluetooth: Expose white list size information in debugfs
by Marcel Holtmann
· 11 years ago
02d08d1
Bluetooth: Expose current list of link keys via debugfs
by Marcel Holtmann
· 11 years ago
babdbb3
Bluetooth: Move export of class of device information into hci_core.c
by Marcel Holtmann
· 11 years ago
ceeb3bc
Bluetooth: Move manufacturer, hci_ver and hci_rev into hci_core.c
by Marcel Holtmann
· 11 years ago
57af75a
Bluetooth: Add workaround for buggy max_page features page value
by Marcel Holtmann
· 11 years ago
dfb826a
Bluetooth: Move HCI device features into hci_core.c
by Marcel Holtmann
· 11 years ago
2bfa353
Bluetooth: Move idle_timeout and sniff_{min,max}_interval to hci_core.c
by Marcel Holtmann
· 11 years ago
b25f078
Bluetooth: Include address type in blacklist debugfs data
by Marcel Holtmann
· 11 years ago
bdc3e0f
Bluetooth: Move device_add handling into hci_register_dev
by Marcel Holtmann
· 11 years ago
0153e2e
Bluetooth: Create HCI device debugfs directory in hci_register_dev
by Marcel Holtmann
· 11 years ago
4721983
Bluetooth: Move uuids debugfs entry creation into hci_core.c
by Marcel Holtmann
· 11 years ago
70afe0b
Bluetooth: Move blacklist debugfs entry creation into hci_core.c
by Marcel Holtmann
· 11 years ago
b9ee0a7
Bluetooth: Add address type to device blacklist table
by Marcel Holtmann
· 11 years ago
041000b
Bluetooth: Expose current voice setting in debugfs
by Marcel Holtmann
· 11 years ago
e7b8fc9
Bluetooth: Expose static address value for LE capable controllers
by Marcel Holtmann
· 11 years ago
ebd1e33
Bluetooth: Expose auto_accept_delay debugfs only when SSP is supported
by Marcel Holtmann
· 11 years ago
baf27f6
Bluetooth: Expose inquiry_cache debugfs only on BR/EDR controllers
by Marcel Holtmann
· 11 years ago
d1967ff
Bluetooth: Update class of device on discoverable timeout
by Marcel Holtmann
· 11 years ago
310a3d4
Bluetooth: Add support for entering limited discoverable mode
by Marcel Holtmann
· 11 years ago
441ad2d
Bluetooth: Update advertising data based on management commands
by Marcel Holtmann
· 11 years ago
b1e7312
Bluetooth: Use hci_request for discoverable timeout handling
by Marcel Holtmann
· 11 years ago
4b836f3
Bluetooth: Read current IAC LAP on controller setup
by Marcel Holtmann
· 11 years ago
b4cb9fb
Bluetooth: Read number of supported IAC on controller setup
by Marcel Holtmann
· 11 years ago
79d95a1
Bluetooth: Remove pointless bdaddr_to_le() helper function
by Marcel Holtmann
· 11 years ago
4ca048e
Bluetooth: Fix HCI init for 1st generation BlueFRITZ! devices
by Marcel Holtmann
· 11 years ago
3a6afbd
Bluetooth: Fix endless loop with HCI_QUIRK_RESET_ON_CLOSE
by Marcel Holtmann
· 11 years ago
bef6473
Bluetooth: Make LE scan interval and window a controller option
by Marcel Holtmann
· 11 years ago
7bd8f09
Bluetooth: Add hdev parameter to hdev->send driver callback
by Marcel Holtmann
· 11 years ago
e1a2617
Bluetooth: Provide hdev parameter to hci_recv_frame() driver callback
by Marcel Holtmann
· 11 years ago
5108699
Bluetooth: Remove return value from hci_send_frame() function
by Marcel Holtmann
· 11 years ago
3d386ac
Bluetooth: Remove pointless check of hci_send_frame parameter
by Marcel Holtmann
· 11 years ago
57d17d7
Bluetooth: Move skb->dev assignment for hdev->send into central place
by Marcel Holtmann
· 11 years ago
5b69bef5
Bluetooth: AMP contollers do not support the legacy ioctls
by Marcel Holtmann
· 11 years ago
f38ba94
Bluetooth: Read flow control mode on AMP controller init
by Marcel Holtmann
· 11 years ago
7528ca1
Bluetooth: Read location data on AMP controller init
by Marcel Holtmann
· 11 years ago
f6996cf
Bluetooth: Read supported features and commands on AMP controllers
by Marcel Holtmann
· 11 years ago
93c311a
Bluetooth: Make mgmt power down notification for BR/EDR explicit
by Marcel Holtmann
· 11 years ago
004b025
Bluetooth: Power off AMP controllers after setup phase
by Marcel Holtmann
· 11 years ago
1514b89
Bluetooth: Remove mgmt_valid_hdev() helper function
by Marcel Holtmann
· 11 years ago
01cd340
Bluetooth: Use explicit check for BR/EDR device type
by Marcel Holtmann
· 11 years ago
a5c8f27
Bluetooth: Reject enabling controllers without valid addresses
by Marcel Holtmann
· 11 years ago
536619e
Bluetooth: Rename AMP status constants and use them
by Marcel Holtmann
· 11 years ago
f3d3444a
Bluetooth: Rename HCI_LE_PERIPHERAL to HCI_ADVERTISING
by Johan Hedberg
· 11 years ago
11802b2
Bluetooth: Fix advertising data flags with disabled BR/EDR
by Johan Hedberg
· 11 years ago
56f8790
Bluetooth: Introduce a new HCI_BREDR_ENABLED flag
by Johan Hedberg
· 11 years ago
e1d08f4
Bluetooth: Fix workqueue synchronization in hci_dev_open
by Johan Hedberg
· 11 years ago
cbed0ca
Bluetooth: Refactor hci_dev_open to a separate hci_dev_do_open function
by Johan Hedberg
· 11 years ago
848566b
Bluetooth: Provide high speed configuration option
by Marcel Holtmann
· 11 years ago
60f2a3e
Bluetooth: Use only 2 bits for controller type information
by Marcel Holtmann
· 11 years ago
1025c04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
by Gustavo Padovan
· 11 years ago
d62e6d6
Bluetooth: Add event mask page 2 setting support
by Johan Hedberg
· 11 years ago
5d4e7e8
Bluetooth: Add synchronization train parameters reading support
by Johan Hedberg
· 11 years ago
bf54303
Bluetooth: Fix rfkill functionality during the HCI setup stage
by Johan Hedberg
· 11 years ago
5e13036
Bluetooth: Introduce a new HCI_RFKILLED flag
by Johan Hedberg
· 11 years ago
52de599
Bluetooth: Only schedule raw queue when user channel is active
by Marcel Holtmann
· 11 years ago
a675d7f
Bluetooth: Use GFP_KERNEL when cloning SKB in a workqueue
by Marcel Holtmann
· 11 years ago
0736cfa
Bluetooth: Introduce user channel flag for HCI devices
by Marcel Holtmann
· 11 years ago
808a049
Bluetooth: Report error for HCI reset ioctl when device is down
by Marcel Holtmann
· 11 years ago
69b307a
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by John W. Linville
· 11 years ago
c7882cb
Bluetooth: Set different event mask for LE-only controllers
by Marcel Holtmann
· 11 years ago
704278c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
by John W. Linville
· 11 years ago
53e21fb
Bluetooth: Fix calling request callback more than once
by Johan Hedberg
· 11 years ago
3f8e2d7
Bluetooth: Fix HCI init for BlueFRITZ! devices
by Johan Hedberg
· 11 years ago
fcee337
Bluetooth: Fix race between hci_register_dev() and hci_dev_open()
by Gustavo Padovan
· 11 years ago
637b4ca
Bluetooth: Fix simple whitespace vs tab style issue
by Marcel Holtmann
· 11 years ago
496322b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 11 years ago
d853754
drivers: avoid format strings in names passed to alloc_workqueue()
by Kees Cook
· 11 years ago
b8f4e06
Bluetooth: Improve comments on the HCI_Delete_Store_Link_Key issue
by Gustavo Padovan
· 11 years ago
b043434
Bluetooth: Remove inquiry helpers
by Andre Guedes
· 12 years ago
917eedc
Bluetooth: Remove LE scan helpers
by Andre Guedes
· 12 years ago
4c87eaa
Bluetooth: Use HCI request in interleaved discovery
by Andre Guedes
· 12 years ago
1f9b9a5
Bluetooth: Make inquiry_cache_flush non-static
by Andre Guedes
· 12 years ago
59f45d5
Bluetooth: Fix conditions for HCI_Delete_Stored_Link_Key
by Johan Hedberg
· 11 years ago
96570ff
Bluetooth: Fix mgmt handling of power on failures
by Johan Hedberg
· 11 years ago
77a63e0
Bluetooth: hci_get_cmd_complete() can be static
by Fengguang Wu
· 12 years ago
c73eee9
Bluetooth: Fix sending write_le_host_supporte for LE-only controllers
by Johan Hedberg
· 12 years ago
07dc93d
Bluetooth: Fix HCI command send functions to use const specifier
by Johan Hedberg
· 12 years ago
76a388b
Bluetooth: Rename LE_SCANNING_* macros
by Andre Guedes
· 12 years ago
525e296
Bluetooth: Add macros for filter duplicates values
by Andre Guedes
· 12 years ago
b6c7515
Bluetooth: Change LE scanning timeout macros
by Andre Guedes
· 12 years ago
d2c5d77
Bluetooth: Add reading of all local feature pages
by Johan Hedberg
· 12 years ago
5afff03
Bluetooth: Remove driver init queue from core
by Marcel Holtmann
· 12 years ago
f41c70c
Bluetooth: Add driver setup stage for early init
by Marcel Holtmann
· 12 years ago
7b1abbb
Bluetooth: Add __hci_cmd_sync_ev function
by Johan Hedberg
· 12 years ago
02350a7
Bluetooth: Add support for custom event terminated commands
by Johan Hedberg
· 12 years ago
75e84b7
Bluetooth: Add __hci_cmd_sync() helper function
by Johan Hedberg
· 12 years ago
b6ddb63
Bluetooth: Track received events in hdev
by Johan Hedberg
· 12 years ago
d4299ce
Bluetooth: Remove unneeded hci_req_cmd_status function
by Andre Guedes
· 12 years ago
3e13fa1
Bluetooth: Fix hci_inquiry ioctl usage
by Andre Guedes
· 12 years ago
f332ec6
Bluetooth: Add reading of page scan parameters
by Johan Hedberg
· 12 years ago
Next »