Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
c6521401d668538784e27d5746e7035fcf1107a8
/
net
c652140
Bluetooth: Add missing index added event on user channel failure
by Marcel Holtmann
· 11 years ago
0fe442f
Bluetooth: Fix sending wrong store hint for new long term keys
by Marcel Holtmann
· 11 years ago
490cb0b
Bluetooth: Restrict long term keys to public and static addresses
by Marcel Holtmann
· 11 years ago
8981be9
Bluetooth: Fix write_room() calculation
by Peter Hurley
· 11 years ago
b16b435
Bluetooth: Refactor write_room() calculation
by Peter Hurley
· 11 years ago
72e5108
Bluetooth: Don't fail RFCOMM tty writes
by Peter Hurley
· 11 years ago
5326a4e
Bluetooth: Force -EIO from tty read/write if .activate() fails
by Peter Hurley
· 11 years ago
fb856e5
Bluetooth: Cleanup RFCOMM device registration error handling
by Peter Hurley
· 11 years ago
f355095
Bluetooth: Refactor rfcomm_dev_add()
by Peter Hurley
· 11 years ago
033ace9
Bluetooth: Serialize RFCOMMCREATEDEV and RFCOMMRELEASEDEV ioctls
by Peter Hurley
· 11 years ago
7611fce
Bluetooth: Rename __rfcomm_dev_get() to __rfcomm_dev_lookup()
by Peter Hurley
· 11 years ago
b4d21f19
Bluetooth: Fix RFCOMM parent device for reused dlc
by Peter Hurley
· 11 years ago
b92483d
Bluetooth: Fix unsafe RFCOMM device parenting
by Peter Hurley
· 11 years ago
c4fd318
Bluetooth: Directly close dlc for not yet started RFCOMM session
by Peter Hurley
· 11 years ago
f622357
Bluetooth: Refactor dlc disconnect logic in rfcomm_dlc_close()
by Peter Hurley
· 11 years ago
5998e04
Bluetooth: Refactor deferred setup test in rfcomm_dlc_close()
by Peter Hurley
· 11 years ago
4339c25
Bluetooth: Simplify RFCOMM session state eval
by Peter Hurley
· 11 years ago
c10a848
Bluetooth: Verify dlci not in use before rfcomm_dev create
by Peter Hurley
· 11 years ago
c949c22
Bluetooth: Fix RFCOMM tty teardown race
by Peter Hurley
· 11 years ago
80ea733
Bluetooth: Fix unreleased rfcomm_dev reference
by Peter Hurley
· 11 years ago
1c64834
Bluetooth: Release rfcomm_dev only once
by Peter Hurley
· 11 years ago
960603a
Bluetooth: Exclude released devices from RFCOMMGETDEVLIST ioctl
by Peter Hurley
· 11 years ago
082a153
Bluetooth: Fix racy acquire of rfcomm_dev reference
by Peter Hurley
· 11 years ago
f87c24e
Revert "Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate()"
by Peter Hurley
· 11 years ago
136c373
Revert "Bluetooth: Always wait for a connection on RFCOMM open()"
by Peter Hurley
· 11 years ago
7f717b9
Revert "Bluetooth: Remove rfcomm_carrier_raised()"
by Peter Hurley
· 11 years ago
9b7655e
Bluetooth: Enable LE L2CAP CoC support by default
by Johan Hedberg
· 11 years ago
4292f1f
Bluetooth: Use connection parameters if any
by Andre Guedes
· 11 years ago
15819a7
Bluetooth: Introduce connection parameters list
by Andre Guedes
· 11 years ago
914a6ff
Bluetooth: Track if link is using P-256 authenticated combination key
by Marcel Holtmann
· 11 years ago
9cb2e03
Bluetooth: Include security level 4 in connections check
by Marcel Holtmann
· 11 years ago
0ab04a9
Bluetooth: Add management command for Secure Connection Only Mode
by Marcel Holtmann
· 11 years ago
d40f3ee
Bluetooth: Rename authentication to key_type in mgmt_ltk_info
by Marcel Holtmann
· 11 years ago
f815924
Bluetooth: Remove check for valid LTK authenticated parameter
by Marcel Holtmann
· 11 years ago
abf76ba
Bluetooth: Track the AES-CCM encryption status of LE and BR/EDR links
by Marcel Holtmann
· 11 years ago
dc8357c
Bluetooth: Remove one level of indentation from hci_encrypt_change_evt
by Marcel Holtmann
· 11 years ago
626bee8
Bluetooth: Remove use_debug_keys debugfs entry
by Marcel Holtmann
· 11 years ago
4e39ac8
Bluetooth: Add management command to allow use of debug keys
by Marcel Holtmann
· 11 years ago
b1de97d
Bluetooth: Add management setting for use of debug keys
by Marcel Holtmann
· 11 years ago
9bb3c01
Bluetooth: Introduce le_conn_failed() helper
by Andre Guedes
· 11 years ago
1e406ee
Bluetooth: Save connection interval parameters in hci_conn
by Andre Guedes
· 11 years ago
98a0b84
Bluetooth: Fix differentiating stored master vs slave LTK types
by Johan Hedberg
· 11 years ago
a513e26
Bluetooth: Remove unnecessary LTK type check from hci_add_ltk
by Johan Hedberg
· 11 years ago
21b93b7
Bluetooth: Make LTK key type check more readable
by Johan Hedberg
· 11 years ago
f813f1b
Bluetooth: Fix long_term_keys debugfs output
by Johan Hedberg
· 11 years ago
e834004
Bluetooth: Remove Simultaneous LE & BR/EDR flags from AD
by Johan Hedberg
· 11 years ago
0cf73b9
Bluetooth: Enable LTK distribution to slave devices
by Johan Hedberg
· 11 years ago
4045664
Bluetooth: Increment management interface revision
by Marcel Holtmann
· 11 years ago
7b25c9b
Bluetooth: Remove unnecessary check for chan->psm
by Johan Hedberg
· 11 years ago
d7e5e76
Bluetooth: Always use l2cap_chan->psm for returning PSM to user space
by Johan Hedberg
· 11 years ago
35364c9
Bluetooth: Refuse peer RFCOMM address reading when not connected
by Johan Hedberg
· 11 years ago
b783fbc
Bluetooth: Refuse peer L2CAP address reading when not connected
by Johan Hedberg
· 11 years ago
61202e4
Bluetooth: Free up l2cap_chan->sport when initiating a connection
by Johan Hedberg
· 11 years ago
0f1bfe4
Bluetooth: Fix disconnecting L2CAP when a credits overflow occurs
by Johan Hedberg
· 11 years ago
dfd9774
Bluetooth: Fix disconnecting L2CAP channel for credits violation
by Johan Hedberg
· 11 years ago
d1d7941
Bluetooth: Fix respecting le_default_mps value
by Johan Hedberg
· 11 years ago
7a8e5a3
Bluetooth: Fix CID initialization for fixed channels
by Johan Hedberg
· 11 years ago
e0c888a
Bluetooth: Fix BT_SECURITY socket option for fixed channels (ATT)
by Johan Hedberg
· 11 years ago
21626e6
Bluetooth: Switch ATT channels to use L2CAP_CHAN_FIXED
by Johan Hedberg
· 11 years ago
2338a7e
Bluetooth: Rename L2CAP_CHAN_CONN_FIX_A2MP to L2CAP_CHAN_FIXED
by Johan Hedberg
· 11 years ago
03a0c5d
Bluetooth: Remove useless l2cap_seq_list_remove function
by Johan Hedberg
· 11 years ago
61a939c
Bluetooth: Queue incoming ACL data until BT_CONNECTED state is reached
by Johan Hedberg
· 11 years ago
162b49e
Bluetooth: Reorder L2CAP functions to avoid forward declarations
by Johan Hedberg
· 11 years ago
134c2a8
Bluetooth: Add debugfs entry to show Secure Connections Only mode
by Marcel Holtmann
· 11 years ago
2c068e0
Bluetooth: Handle security level 4 for RFCOMM connections
by Marcel Holtmann
· 11 years ago
7d513e9
Bluetooth: Handle security level 4 for L2CAP connections
by Marcel Holtmann
· 11 years ago
7b5a924
Bluetooth: Introduce requirements for security level 4
by Marcel Holtmann
· 11 years ago
eb9a8f3
Bluetooth: Track Secure Connections support of remote devices
by Marcel Holtmann
· 11 years ago
eadd663
Bluetooth: Fix mgmt error code for negative PIN response
by Johan Hedberg
· 11 years ago
b848079
Bluetooth: Convert to use ATTRIBUTE_GROUPS macro
by Wei Yongjun
· 11 years ago
ec10911
Bluetooth: Add support for remote OOB input of P-256 data
by Marcel Holtmann
· 11 years ago
0798872
Bluetooth: Add internal function for storing P-192 and P-256 data
by Marcel Holtmann
· 11 years ago
519ca9d
Bluetooth: Provide remote OOB data for Secure Connections
by Marcel Holtmann
· 11 years ago
5afeac1
Bluetooth: Add debugfs quirk for forcing Secure Connections support
by Marcel Holtmann
· 11 years ago
4d2d279
Bluetooth: Add support for local OOB data with Secure Connections
by Marcel Holtmann
· 11 years ago
8e99113
Bluetooth: Limit acceptable link key types to only supported ones
by Marcel Holtmann
· 11 years ago
a6d0d69
Bluetooth: Enable Secure Connection during power on if configured
by Marcel Holtmann
· 11 years ago
eac83dc
Bluetooth: Add management command for enabling Secure Connections
by Marcel Holtmann
· 11 years ago
e98d2ce
Bluetooth: Add flags and setting for Secure Connections support
by Marcel Holtmann
· 11 years ago
40c59fc
Bluetooth: Enable Authenticated Payload Timeout Expired event
by Marcel Holtmann
· 11 years ago
66138ce
Bluetooth: Add support for handling P-256 derived link keys
by Marcel Holtmann
· 11 years ago
11015c7
Bluetooth: Add definitions for new link key types
by Marcel Holtmann
· 11 years ago
264b8b4
Bluetooth: Fix outgoing authentication requirement check
by Johan Hedberg
· 11 years ago
841577c
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by John W. Linville
· 11 years ago
0ec1d15
libceph: do not dereference a NULL bio pointer
by Ilya Dryomov
· 11 years ago
ff513ac
libceph: take map_sem for read in handle_reply()
by Ilya Dryomov
· 11 years ago
0bbfdfe
libceph: factor out logic from ceph_osdc_start_request()
by Ilya Dryomov
· 11 years ago
63c361f
mac80211: propagate STBC / LDPC flags to radiotap
by Emmanuel Grumbach
· 11 years ago
1b8d242
mac80211: move VHT related RX_FLAG to another variable
by Emmanuel Grumbach
· 11 years ago
0059b2b
mac80211: remove unused radiotap vendor fields in ieee80211_rx_status
by Emmanuel Grumbach
· 11 years ago
3de3802
mac80211: order IEs in association request correctly
by Johannes Berg
· 11 years ago
4d95230
mac80211: order IEs in probe request correctly
by Johannes Berg
· 11 years ago
b1bce14a
mac80211: update opmode when adding new station
by Marek Kwaczynski
· 11 years ago
9752482
cfg80211: regulatory introduce maximum bandwidth calculation
by Janusz Dziedzic
· 11 years ago
9e0e296
cfg80211: consider existing DFS interfaces
by Michal Kazior
· 11 years ago
fe94f3a
cfg80211: fix channel configuration in IBSS join
by Antonio Quartulli
· 11 years ago
67235cb
net: rfkill: move poll work to power efficient workqueue
by Shaibal Dutta
· 11 years ago
845f335
net: wireless: move regulatory timeout work to power efficient workqueue
by Shaibal Dutta
· 11 years ago
b4ba544
mac80211: fix bufferable MMPDU RX handling
by Johannes Berg
· 11 years ago
953467d
mac80211: remove set but unused variables
by Johannes Berg
· 11 years ago
Next »