Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
ca69b7957bf2e3bc0acc882b837a42617498ece1
/
net
/
bluetooth
ca69b79
Bluetooth: Create a unique mgmt error code hierarchy
by Johan Hedberg
· 13 years ago
8680570
Bluetooth: Return success instead of EALREADY for mgmt commands
by Johan Hedberg
· 13 years ago
1425acb
Bluetooth: Fix mgmt_pair_device imediate error responses
by Johan Hedberg
· 13 years ago
ba4e564
Bluetooth: Add address type to mgmt_pair_device
by Johan Hedberg
· 13 years ago
e6d465c
Bluetooth: mgmt_stop_discovery_failed()
by Andre Guedes
· 13 years ago
7a13510
Bluetooth: Rename mgmt_inquiry_failed()
by Andre Guedes
· 13 years ago
4d611e4
Bluetooth: Only set ack_timer if we didn't send and ack
by Gustavo F. Padovan
· 14 years ago
0bee1d6
Bluetooth: Allow L2CAP to increase the security level
by Gustavo F. Padovan
· 13 years ago
d45fc42
Bluetooth: Rename l2cap_check_security()
by Gustavo F. Padovan
· 13 years ago
37d9ef7
Bluetooth: Add status parameter to mgmt_disconnect response
by Johan Hedberg
· 13 years ago
a8a1d19
Bluetooth: Add proper response to mgmt_remove_keys command
by Johan Hedberg
· 13 years ago
c3f0675
Bluetooth: Fix deadlock with mgmt_pair_device
by Johan Hedberg
· 13 years ago
48264f0
Bluetooth: Add public/random LE address information to mgmt messages
by Johan Hedberg
· 13 years ago
312fef7
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next
by John W. Linville
· 13 years ago
2aeabcb
Bluetooth: Remove redundant hci_dev comparisons in mgmt lookups
by Johan Hedberg
· 13 years ago
fc2f4b1
Bluetooth: Fix consistency with u16 integer type in mgmt pending_cmd
by Johan Hedberg
· 13 years ago
e0f9309
Bluetooth: Fix cancel_delayed_work_sync usage with locks
by Johan Hedberg
· 13 years ago
56e5cb8
Bluetooth: Add missing hci_dev locking when calling mgmt functions
by Johan Hedberg
· 13 years ago
2e58ef3
Bluetooth: Move pending management command list into struct hci_dev
by Johan Hedberg
· 13 years ago
744cf19
Bluetooth: Pass full hci_dev struct to mgmt callbacks
by Johan Hedberg
· 13 years ago
4c659c3
Bluetooth: Add address type fields to mgmt messages that need them
by Johan Hedberg
· 13 years ago
86742e1
Bluetooth: Update link key mgmt APIs to match latest spec.
by Johan Hedberg
· 13 years ago
bd2d133
Bluetooth: Fix response for mgmt_start_discovery when powered off
by Johan Hedberg
· 13 years ago
889d07e
Bluetooth: Remove redundant code from mgmt_block & mgmt_unblock
by Johan Hedberg
· 13 years ago
3243553
Bluetooth: Convert power off mechanism to use delayed_work
by Johan Hedberg
· 13 years ago
2d7cee5
Bluetooth: Fix mgmt response when HCI_Write_Scan_Enable fails
by Johan Hedberg
· 13 years ago
16ab91a
Bluetooth: Add timeout field to mgmt_set_discoverable
by Johan Hedberg
· 13 years ago
89352e7
Bluetooth: Periodic Inquiry and Discovery
by Andre Guedes
· 13 years ago
023d5049
Bluetooth: Create hci_cancel_inquiry()
by Andre Guedes
· 13 years ago
2519a1f
Bluetooth: Create hci_do_inquiry()
by Andre Guedes
· 13 years ago
66af7aa
Bluetooth: EFS: parse L2CAP config response
by Andrei Emeltchenko
· 13 years ago
9f5a0d7
Bluetooth: Define HCI reasons instead of magic number
by Andrei Emeltchenko
· 13 years ago
36f7fc7
Bluetooth: Clean up logic in hci_cc_write_scan_enable
by Johan Hedberg
· 13 years ago
abc545b
Bluetooth: Add debug print to l2cap_chan_create
by Szymon Janc
· 13 years ago
b24752f
Bluetooth: Fix mgmt response when adapter goes down or is removed
by Johan Hedberg
· 13 years ago
08add51
Bluetooth: Guarantee BR-EDR device will be registered as hci0
by Mat Martineau
· 13 years ago
8d5a04a
Bluetooth: Add signal handlers for channel moves
by Mat Martineau
· 13 years ago
50a147c
Bluetooth: Use symbolic values for the fixed channel map
by Mat Martineau
· 13 years ago
f94ff6f
Bluetooth: Add signal handlers for channel creation
by Mat Martineau
· 13 years ago
2ea6648
Bluetooth: Add channel policy to getsockopt/setsockopt
by Mat Martineau
· 13 years ago
6b3c710
Bluetooth: Initialize tx_win_max for fixed channel
by Andrei Emeltchenko
· 13 years ago
02b20f0
Bluetooth: recalculate priorities when channels are starving
by Luiz Augusto von Dentz
· 13 years ago
ec1cce2
Bluetooth: handle priority change within quote
by Luiz Augusto von Dentz
· 13 years ago
73d80de
Bluetooth: prioritizing data over HCI
by Luiz Augusto von Dentz
· 13 years ago
3c32fa9
Bluetooth: Fix hidp_get_connection()
by Gustavo F. Padovan
· 13 years ago
25df084
Bluetooth: hidp: Fix module reference cleanup
by David Herrmann
· 13 years ago
df164df
Bluetooth: Set HCI_MGMT flag only in read_controller_info
by Johan Hedberg
· 13 years ago
43611a7
Bluetooth: Increase HCI reset timeout in hci_dev_do_close
by Szymon Janc
· 13 years ago
db54467
Bluetooth: rfcomm: Fix sleep in invalid context in rfcomm_security_cfm
by Szymon Janc
· 13 years ago
164a6e7
Bluetooth: Fix command complete/status for discovery commands
by Johan Hedberg
· 13 years ago
262038f
Bluetooth: make use sk_priority to priritize RFCOMM packets
by Luiz Augusto von Dentz
· 13 years ago
5e59b79
Bluetooth: set skbuffer priority based on L2CAP socket priority
by Luiz Augusto von Dentz
· 13 years ago
8035ded
Bluetooth: replace list_for_each with list_for_each_entry whenever possible
by Luiz Augusto von Dentz
· 13 years ago
457f485
Bluetooth: correct debug output
by Andrei Emeltchenko
· 13 years ago
c6337ea
Bluetooth: remove magic offset and size
by Andrei Emeltchenko
· 13 years ago
3e6b3b9
Bluetooth: small styles clean ups to l2cap_core.c
by Gustavo F. Padovan
· 13 years ago
0e8b207
Bluetooth: EFS: implement L2CAP config pending state
by Andrei Emeltchenko
· 13 years ago
5973563
Bluetooth: Make hci_unregister_dev return void
by David Herrmann
· 13 years ago
96af739
Bluetooth: Replace rfcomm tty tasklet by workqueue
by David Herrmann
· 13 years ago
5ada991
Bluetooth: Return proper error codes on rfcomm tty init
by David Herrmann
· 13 years ago
f3f668b
Bluetooth: Use miliseconds for L2CAP channel timeouts
by Andrzej Kaczmarek
· 13 years ago
4dff523
Bluetooth: Revert: Fix L2CAP connection establishment
by Arek Lichwa
· 13 years ago
c125d5e
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth
by John W. Linville
· 13 years ago
dafbde3
Bluetooth: Set HCI_MGMT flag only in read_controller_info
by Johan Hedberg
· 13 years ago
e1b6eb3
Bluetooth: Increase HCI reset timeout in hci_dev_do_close
by Szymon Janc
· 13 years ago
1805b2f
Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
6230c9b
bluetooth: Properly clone LSM attributes to newly created child connections
by Paul Moore
· 13 years ago
42dceae
Bluetooth: EFS: parse L2CAP config request
by Andrei Emeltchenko
· 13 years ago
c8f7916
Bluetooth: EWS: fix max_pdu calculation
by Andrei Emeltchenko
· 13 years ago
03a5121
Bluetooth: EWS: remove magic numbers in l2cap
by Andrei Emeltchenko
· 13 years ago
836be93
Bluetooth: EWS: support extended seq numbers
by Andrei Emeltchenko
· 13 years ago
88843ab
Bluetooth: EWS: handling different Control fields
by Andrei Emeltchenko
· 13 years ago
e5b82e5
Bluetooth: Fix missing cmd_status in mgmt
by Gustavo F. Padovan
· 13 years ago
12dc074
Bluetooth: Use list_for_each_entry() in mgmt
by Gustavo F. Padovan
· 13 years ago
b705913
Bluetooth: Add missing cmd_status() in mgmt
by Gustavo F. Padovan
· 13 years ago
56b7d13
Bluetooth: return proper error if sock_queue_rcv_skb() fails
by Gustavo F. Padovan
· 13 years ago
33ca954
Bluetooth: Forward errors from hci_register_dev
by David Herrmann
· 13 years ago
ce24297
Bluetooth: Rename sysfs un/register to add/del
by David Herrmann
· 13 years ago
0ac7e70
Bluetooth: Fix hci core device initialization
by David Herrmann
· 13 years ago
88149db
Bluetooth: rfcomm: Fix sleep in invalid context in rfcomm_security_cfm
by Szymon Janc
· 13 years ago
928abaa
Bluetooth: AMP: read local amp info HCI command
by Andrei Emeltchenko
· 13 years ago
f89cef0
Bluetooth: EFS: add efs option in L2CAP conf req
by Andrei Emeltchenko
· 13 years ago
8f7975b
Bluetooth: EFS: assign default values in chan add
by Andrei Emeltchenko
· 13 years ago
e4ca6d9
Bluetooth: EWS: recalculate L2CAP header size
by Andrei Emeltchenko
· 13 years ago
e378173
Bluetooth: EWS: rewrite handling POLL (P) bit
by Andrei Emeltchenko
· 13 years ago
03f6715
Bluetooth: EWS: rewrite handling FINAL (F) bit
by Andrei Emeltchenko
· 13 years ago
793c2f1
Bluetooth: EWS: rewrite check frame type function
by Andrei Emeltchenko
· 13 years ago
fb45de7
Bluetooth: EWS: rewrite L2CAP ERTM txseq calculation
by Andrei Emeltchenko
· 13 years ago
0b209fa
Bluetooth: EWS: rewrite reqseq calculation
by Andrei Emeltchenko
· 13 years ago
7e0ef6e
Bluetooth: EWS: rewrite handling SAR bits
by Andrei Emeltchenko
· 13 years ago
ab784b7
Bluetooth: EWS: rewrite handling Supervisory (S) bits
by Andrei Emeltchenko
· 13 years ago
6327eb9
Bluetooth: EWS: extended window size option support
by Andrei Emeltchenko
· 13 years ago
094daf7
Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next into for-davem
by John W. Linville
· 13 years ago
669bb39
Bluetooth: Fix permission of enable_le param
by Gustavo F. Padovan
· 13 years ago
43bd0f3
Bluetooth: convert role_switch variable to flag in l2cap chan
by Andrei Emeltchenko
· 13 years ago
15770b1
Bluetooth: convert force_active variable to flag in l2cap chan
by Andrei Emeltchenko
· 13 years ago
ecf61bd
Bluetooth: convert force_reliable variable to flag in l2cap chan
by Andrei Emeltchenko
· 13 years ago
d57b0e8
Bluetooth: convert flushable variable to flag in l2cap chan
by Andrei Emeltchenko
· 13 years ago
3e90dc8
Bluetooth: Rename hidp_find_connection()
by Gustavo F. Padovan
· 13 years ago
81b25cd
Bluetooth: Delay session allocation in hidp
by Gustavo F. Padovan
· 13 years ago
Next »