Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
fe59a05f941dbeb14316449be42d059761bed62c
fe59a05
Bluetooth: Add flag to track STK encryption
by Johan Hedberg
· 10 years ago
854f472
Bluetooth: Fix redundant encryption when receiving Security Request
by Johan Hedberg
· 10 years ago
c70a7e4
Bluetooth: Add support for Not Connectable flag for Device Found events
by Marcel Holtmann
· 10 years ago
af58925
Bluetooth: Provide flags parameter direct to mgmt_device_found
by Marcel Holtmann
· 10 years ago
42bd6a5
Bluetooth: Fix merge of advertising data and scan response data
by Marcel Holtmann
· 10 years ago
d06b50c
Bluetooth: Remove connection interval parameters from hci_conn_params_set
by Marcel Holtmann
· 10 years ago
8c87aae
Bluetooth: Use hci_conn_params_add within hci_conn_params_set
by Marcel Holtmann
· 10 years ago
51d167c
Bluetooth: Change hci_conn_params_add to return the parameter struct
by Marcel Holtmann
· 10 years ago
f81cd82
Bluetooth: Use bool for smp_ltk_encrypt return value
by Marcel Holtmann
· 10 years ago
81218d2
Bluetooth: Fallback to SCO on error code 0x10 (Connection Accept Timeout)
by Nick Pelly
· 10 years ago
bf19d51
Bluetooth: Allow L2CAP getpeername() for BT_CONFIG state
by Johan Hedberg
· 10 years ago
26b0f4e
Bluetooth: constify seq_operations
by Fabian Frederick
· 10 years ago
d4905f2
Bluetooth: Connection parameters check helper
by Andre Guedes
· 10 years ago
c20c02d
Bluetooth: Start background scanning only when controller is ready
by Marcel Holtmann
· 10 years ago
7c264b1
Bluetooth: Add default connection parameters before pairing
by Marcel Holtmann
· 10 years ago
bf5b3c8
Bluetooth: Provide function to create and set connection parameters
by Marcel Holtmann
· 10 years ago
f164957
Bluetooth: Expose default supervision timeout setting via debugfs
by Marcel Holtmann
· 10 years ago
816a93d
Bluetooth: Expose default connection latency setting via debugfs
by Marcel Holtmann
· 10 years ago
04fb7d9
Bluetooth: Provide defaults for LE connection latency and timeout
by Marcel Holtmann
· 10 years ago
8afef09
Bluetooth: Add Device Added and Device Removed management events
by Marcel Holtmann
· 10 years ago
0b3c7d3
Bluetooth: Replace le_auto_conn debugfs with device_list entry
by Marcel Holtmann
· 10 years ago
2faade5
Bluetooth: Add support for Add/Remove Device management commands
by Marcel Holtmann
· 10 years ago
037fc41
Bluetooth: Use LE connection parameters if known
by Marcel Holtmann
· 10 years ago
f044eb0
Bluetooth: Store latency and supervision timeout in connection params
by Marcel Holtmann
· 10 years ago
1c1697c
Bluetooth: Update background scanning from hci_conn_params_clear
by Marcel Holtmann
· 10 years ago
1089b67
Bluetooth: Clear pending connections from hci_conn_params_clear
by Marcel Holtmann
· 10 years ago
4b10966
Bluetooth: Move hci_pend_le_conn_* functions to different location
by Marcel Holtmann
· 10 years ago
6ab535a
Bluetooth: Don't use non-resolvable private address for passive scanning
by Marcel Holtmann
· 10 years ago
fee746b
Bluetooth: Restrict access for raw-only controllers
by Marcel Holtmann
· 10 years ago
9586842
Bluetooth: Add support for Get Clock Info mgmt command
by Johan Hedberg
· 10 years ago
33f3572
Bluetooth: Add tracking of local and piconet clock values
by Johan Hedberg
· 10 years ago
fca2001
Bluetooth: Use kzalloc instead of kmalloc for pending mgmt commands
by Johan Hedberg
· 10 years ago
730f091
Bluetooth: Increment management interface revision
by Marcel Holtmann
· 10 years ago
df93542
Bluetooth: Send HCI_Read_Clock_Offset before disconnecting
by Marcel Holtmann
· 10 years ago
40051e4
Bluetooth: Remove unneeded hci_conn_disconnect abstraction
by Marcel Holtmann
· 10 years ago
a2b1976
Bluetooth: Remove reason parameter from hci_amp_disconn function
by Marcel Holtmann
· 10 years ago
b10e801
Bluetooth: Remove unnecessary hcon->smp_conn variable
by Johan Hedberg
· 10 years ago
642ac77
Bluetooth: Fix missing check for SMP session in smp_user_confirm_reply
by Johan Hedberg
· 10 years ago
a999934
Bluetooth: Remove unnecessary hci_dev_unlock for smp_user_confirm_reply
by Johan Hedberg
· 10 years ago
ec70f36
Bluetooth: Update SMP crypto functions to take the SMP context
by Johan Hedberg
· 10 years ago
6a7bd10
Bluetooth: Add dedicated AES instance for each SMP context
by Johan Hedberg
· 10 years ago
31dd624
Bluetooth: Fix missing hdev locking in smp_cmd_ident_addr_info
by Johan Hedberg
· 10 years ago
dbbfa2a
Bluetooth: Use macro instead of hard-coded value
by Andre Guedes
· 10 years ago
4dae279
Bluetooth: Convert hci_conn->link_mode into flags
by Johan Hedberg
· 10 years ago
985d904
Bluetooth: Remove ssp_debug_mode debugfs option
by Marcel Holtmann
· 10 years ago
b9710979
Bluetooth: Add support for mode 0x02 for mgmt_set_debug_keys
by Johan Hedberg
· 10 years ago
3769972
Bluetooth: Add a new HCI_USE_DEBUG_KEYS flag
by Johan Hedberg
· 10 years ago
58e9293
Bluetooth: Fix ignoring debug keys in mgmt_load_link_keys
by Johan Hedberg
· 10 years ago
af6a9c3
Bluetooth: Convert hcon->flush_key to a proper flag
by Johan Hedberg
· 10 years ago
6d5650c
Bluetooth: Don't store debug keys if flag for them is not set
by Johan Hedberg
· 10 years ago
0663b29
Bluetooth: Rename HCI_DEBUG_KEYS to HCI_KEEP_DEBUG_KEYS
by Johan Hedberg
· 10 years ago
7652ff6
Bluetooth: Move mgmt event sending out from hci_add_link_key()
by Johan Hedberg
· 10 years ago
567fa2a
Bluetooth: Update hci_add_link_key() to return pointer to key
by Johan Hedberg
· 10 years ago
37f468c
Bluetooth: Remove redundant calls to h5_reset_rx
by Loic Poulain
· 10 years ago
80afeb6
Bluetooth: Add support LE slave connection update procedure
by Marcel Holtmann
· 10 years ago
a720d73
Bluetooth: Set default min/max connection interval for LE slaves
by Marcel Holtmann
· 10 years ago
1855d92
Bluetooth: Track LE connection parameter update event
by Marcel Holtmann
· 10 years ago
e04fde6
Bluetooth: Store current LE connection parameters in hci_conn struct
by Marcel Holtmann
· 10 years ago
7f11825
Bluetooth: 6LoWPAN: Remove network devices when unloading
by Jukka Rissanen
· 10 years ago
18d93c1
Bluetooth: 6LoWPAN: Count module usage
by Jukka Rissanen
· 10 years ago
5547e48
Bluetooth: 6LoWPAN: Create a kernel module
by Jukka Rissanen
· 10 years ago
6b8d4a6
Bluetooth: 6LoWPAN: Use connected oriented channel instead of fixed one
by Jukka Rissanen
· 10 years ago
0498878
Bluetooth: Provide L2CAP ops callback for memcpy_fromiovec
by Jukka Rissanen
· 10 years ago
111902f
Bluetooth: Use separate dbg_flags to special debugfs options
by Marcel Holtmann
· 10 years ago
d97c9fb
Bluetooth: Fix checking for master LTKs
by Johan Hedberg
· 10 years ago
4ec86d4
Bluetooth: Fix validating IO capability values in mgmt commands
by Johan Hedberg
· 10 years ago
8ba8b4c
Bluetooth: Remove trailing whitespaces from Kconfig
by Stephan Gabert
· 10 years ago
8a2936f
Bluetooth: Add flexible buffer byte order swapping function
by Johan Hedberg
· 10 years ago
533e35d
Bluetooth: Convert SMP flags into an enum
by Johan Hedberg
· 10 years ago
ddf4ba0
Bluetooth: Remove unused LTK authentication defines
by Johan Hedberg
· 10 years ago
2ceba53
Bluetooth: Remove HCI prefix from SMP LTK defines
by Johan Hedberg
· 10 years ago
7d5843b
Bluetooth: Remove unnecessary SMP STK define
by Johan Hedberg
· 10 years ago
c29d244
Bluetooth: Fix missing NULL check for smp_chan_create() return value
by Johan Hedberg
· 10 years ago
65cc2b4
Bluetooth: Use struct delayed_work for HCI command timeout
by Marcel Holtmann
· 10 years ago
d9fbd02
Bluetooth: Use explicit header and body length for L2CAP SKB allocation
by Marcel Holtmann
· 10 years ago
0775899
Bluetooth: Shrink size of struct l2cap_ctrl fields
by Marcel Holtmann
· 10 years ago
8d46321
Bluetooth: Assign L2CAP socket priority when allocating SKB
by Marcel Holtmann
· 10 years ago
67f86a4
Bluetooth: Use const for struct l2cap_ops field
by Marcel Holtmann
· 10 years ago
b0c3e13
Bluetooth: ath3k: reduce pipe setting times in ath3k_load_fwfile()
by Adam Lee
· 10 years ago
5373010
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
by Marcel Holtmann
· 10 years ago
15be8e8
b43: add more bcma cores
by Rafał Miłecki
· 10 years ago
fe255b4
b43: N-PHY: complete generic support for 0x2057 radio
by Rafał Miłecki
· 10 years ago
e90cf1c
b43: N-PHY: fixes for radio 0x2057
by Rafał Miłecki
· 10 years ago
c1084e0
rtl818x_pci: fix pci probe returns success when it fails
by Andrea Merello
· 10 years ago
f4cf628
rtl818x_pci: handle broken PIO mapping
by Andrea Merello
· 10 years ago
fe67bcd
rtl8180: disable buggy rate fallback mechanism
by Andrea Merello
· 10 years ago
81129fc
rtl8180: fix incorrect TX retry.
by Andrea Merello
· 10 years ago
f82be7c
rtl818x_pci: add comment pointing to the rtl8187se reference code
by Andrea Merello
· 10 years ago
7df0072
rtl818x_pci: Fix rtl8185 excessive IFS after CTS-to-self
by Andrea Merello
· 10 years ago
1f622d7
rtl818x_pci: Fix BSSID register written incorrectly
by Andrea Merello
· 10 years ago
b49c3ca
b43: treat LCNXN-PHY as extra N-PHY devices
by Rafał Miłecki
· 10 years ago
f528f66
drivers/net/wireless/ipw2x00/libipw_module.c: remove unnecessary null test before kfree
by Fabian Frederick
· 10 years ago
50591c6
rsi: fix memory leaks and error handling in rsi_91x_usb
by Alexey Khoroshilov
· 10 years ago
5bc5ca8
rsi: GFP_ATOMIC is not needed in rsi_init_usb_interface()
by Alexey Khoroshilov
· 10 years ago
09ebb81
ath9k: Calculate sleep duration
by Rajkumar Manoharan
· 10 years ago
5f2f9e4
ath9k: Increase max listen interval
by Rajkumar Manoharan
· 10 years ago
9198cf4
ath9k: Cache beacon config after association
by Rajkumar Manoharan
· 10 years ago
b76ff0d
ath5k: capture CCK and OFDM restarts
by Mathy Vanhoef
· 10 years ago
4188135
ath5k: support for FIF_FCSFAIL filter
by Mathy Vanhoef
· 10 years ago
c64800e
wireless: mwifiex: Use the proper interfaces
by Thomas Gleixner
· 10 years ago
Next »