Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
cd47e863bf73384f0238aa375c0cf62b6b0519f1
/
net
/
bluetooth
/
a2mp.c
8392788
Bluetooth: Move get info completed callback to a2mp.c
by Arron Wang
· 9 years ago
87e2a02
Bluetooth: Make __next_ident function static.
by Marcel Holtmann
· 10 years ago
bc333cc
Bluetooth: Make a2mp_send function static
by Marcel Holtmann
· 10 years ago
469cd4c
Bluetooth: Make amp_mgr_lookup_by_state function static
by Marcel Holtmann
· 10 years ago
59d4d08
Bluetooth: Make amp_mgr_list and amp_mgr_list_lock static
by Marcel Holtmann
· 10 years ago
055540a
Bluetooth: Move A2MP_FEAT_EXT declaration into A2MP source
by Marcel Holtmann
· 10 years ago
1783639
first fruits - kill l2cap ->memcpy_fromiovec()
by Al Viro
· 10 years ago
c0371da
put iov_iter into msghdr
by Al Viro
· 10 years ago
0498878
Bluetooth: Provide L2CAP ops callback for memcpy_fromiovec
by Jukka Rissanen
· 10 years ago
d9fbd02
Bluetooth: Use explicit header and body length for L2CAP SKB allocation
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
dcf4adb
Bluetooth: Convert uses of __constant_<foo> to <foo>
by Joe Perches
· 11 years ago
0753c18
Bluetooth: Fix skb allocation check for A2MP
by Gustavo Padovan
· 12 years ago
2338a7e
Bluetooth: Rename L2CAP_CHAN_CONN_FIX_A2MP to L2CAP_CHAN_FIXED
by Johan Hedberg
· 11 years ago
07e307f
Bluetooth: Ignore A2MP data on non-BR/EDR links
by Johan Hedberg
· 11 years ago
2ce5fb5
Bluetooth: Add l2cap_chan_no_resume stub for A2MP
by Marcel Holtmann
· 11 years ago
5ec1bbe
Bluetooth: Add chan->ops->set_shutdown()
by Gustavo Padovan
· 11 years ago
8d836d7
Bluetooth: Access sk_sndtimeo indirectly in l2cap_core.c
by Gustavo Padovan
· 11 years ago
53f5212
Bluetooth: Extend state_change() call to report errors too
by Gustavo Padovan
· 11 years ago
bdc8ead2
Bluetooth: Remove l2cap_conn->dst usage from AMP manager
by Marcel Holtmann
· 11 years ago
7024728
Bluetooth: Move a2mp.h header file into net/bluetooth/
by Marcel Holtmann
· 11 years ago
7ef9fbf
Bluetooth: Move amp.h header file into net/bluetooth/
by Marcel Holtmann
· 11 years ago
cd0a85c
Bluetooth: List powered down AMP controllers correctly
by Marcel Holtmann
· 11 years ago
e880353
Bluetooth: Simplify device type check for AMP discover response
by Marcel Holtmann
· 11 years ago
a646bd8
Bluetooth: Check for non BR/EDR controller in AMP discover response
by Marcel Holtmann
· 11 years ago
23f0cb4
Bluetooth: Remove check for number of AMP controller
by Marcel Holtmann
· 11 years ago
346e709
Bluetooth: Remove pointless inline function
by Marcel Holtmann
· 11 years ago
536619e
Bluetooth: Rename AMP status constants and use them
by Marcel Holtmann
· 11 years ago
6ed971c
Bluetooth: Use explicit AMP controller id value for BR/EDR
by Marcel Holtmann
· 11 years ago
ece6912
Bluetooth: Separate AMP controller type from HCI device type
by Marcel Holtmann
· 11 years ago
f822c41
Bluetooth: Remove useless external function to count controllers
by Marcel Holtmann
· 11 years ago
23b9003
Bluetooth: Fix controller list for AMP discover response
by Marcel Holtmann
· 11 years ago
5ae327f
Bluetooth: Replaced kzalloc and memcpy with kmemdup
by Alexandru Gheorghiu
· 12 years ago
cb6801c6
Bluetooth: AMP: Use set_bit / test_bit for amp_mgr state
by Andrei Emeltchenko
· 12 years ago
8e05e3b
Bluetooth: AMP: Send A2MP Create Phylink Rsp after Assoc write
by Andrei Emeltchenko
· 12 years ago
fffadc0
Bluetooth: Rename ctrl_id to remote_amp_id
by Andrei Emeltchenko
· 12 years ago
f706adf
Bluetooth: AMP: Get amp_mgr reference in HS hci_conn
by Andrei Emeltchenko
· 12 years ago
2dc4e51
Bluetooth: Add chan->ops->defer()
by Gustavo Padovan
· 12 years ago
a0c234f
Bluetooth: AMP: Factor out phylink_add
by Andrei Emeltchenko
· 12 years ago
fa4ebc6
Bluetooth: AMP: Factor out amp_ctrl_add
by Andrei Emeltchenko
· 12 years ago
bc8dce4
Bluetooth: A2MP: Fix potential NULL dereference
by Andrei Emeltchenko
· 12 years ago
13465c0
Bluetooth: A2MP: Correct assoc_len size
by Andrei Emeltchenko
· 12 years ago
392f44d
Bluetooth: Fix two warnings in BT_DBG
by Gustavo Padovan
· 12 years ago
0b26ab9
Bluetooth: AMP: Handle Accept phylink command status evt
by Andrei Emeltchenko
· 12 years ago
dffa387
Bluetooth: AMP: Accept Physical Link
by Andrei Emeltchenko
· 12 years ago
9495b2e
Bluetooth: AMP: Process Chan Selected event
by Andrei Emeltchenko
· 12 years ago
2766be4
Bluetooth: A2MP: Add fallback to normal l2cap init sequence
by Andrei Emeltchenko
· 12 years ago
a02226d
Bluetooth: AMP: Create Physical Link
by Andrei Emeltchenko
· 12 years ago
93c3e8f
Bluetooth: Choose connection based on capabilities
by Andrei Emeltchenko
· 12 years ago
9a5e94d
Bluetooth: A2MP: Process A2MP Get AMP Assoc Rsp
by Andrei Emeltchenko
· 12 years ago
0d868de
Bluetooth: A2MP: Process A2MP Getinfo Rsp
by Andrei Emeltchenko
· 12 years ago
cb8488c
Bluetooth: AMP: Handle create / disc phylink req
by Andrei Emeltchenko
· 12 years ago
52c0d6e
Bluetooth: AMP: Remote AMP ctrl definitions
by Andrei Emeltchenko
· 12 years ago
aa09537
Bluetooth: A2MP: Process Discover Response
by Andrei Emeltchenko
· 12 years ago
903e454
Bluetooth: AMP: Use HCI cmd to Read Loc AMP Assoc
by Andrei Emeltchenko
· 12 years ago
8e2a0d9
Bluetooth: AMP: Use HCI cmd to Read AMP Info
by Andrei Emeltchenko
· 12 years ago
f97268f
Bluetooth: A2MP: Create amp_mgr global list
by Andrei Emeltchenko
· 12 years ago
4af66c6
Bluetooth: Free the l2cap channel list only when refcount is zero
by Jaganath Kanakkassery
· 12 years ago
d9fc1d5
Bluetooth: Do not shadow hdr variable
by Andrei Emeltchenko
· 12 years ago
8e8c7e3
Bluetooth: debug: Fix printing A2MP cmd code format
by Andrei Emeltchenko
· 12 years ago
a0dfe0a
Bluetooth: debug: Print amp_mgr refcnt
by Andrei Emeltchenko
· 12 years ago
7e1af8a
Bluetooth: Create empty l2cap ops function
by Gustavo Padovan
· 12 years ago
3cabbfd
Bluetooth: A2MP: Do not reference hci_conn
by Andrei Emeltchenko
· 12 years ago
97e8e89
Bluetooth: A2MP: Manage incoming connections
by Andrei Emeltchenko
· 12 years ago
416fa75
Bluetooth: A2MP: Handling fixed channels
by Andrei Emeltchenko
· 12 years ago
f6410a8
Bluetooth: A2MP: Process A2MP Command Responses
by Andrei Emeltchenko
· 12 years ago
6113f84
Bluetooth: A2MP: Process A2MP Disc Physlink Request
by Andrei Emeltchenko
· 12 years ago
e072f5d
Bluetooth: A2MP: Process A2MP Create Physlink Request
by Andrei Emeltchenko
· 12 years ago
a28381dc
Bluetooth: A2MP: Process A2MP Get AMP Assoc Request
by Andrei Emeltchenko
· 12 years ago
47f2d97
Bluetooth: A2MP: Process A2MP Get Info Request
by Andrei Emeltchenko
· 12 years ago
329d81af
Bluetooth: A2MP: Process A2MP Change Notify
by Andrei Emeltchenko
· 12 years ago
8598d06
Bluetooth: A2MP: Process A2MP Discover Request
by Andrei Emeltchenko
· 12 years ago
21dbd2c
Bluetooth: A2MP: Process A2MP Command Reject
by Andrei Emeltchenko
· 12 years ago
6b44d9b
Bluetooth: A2MP: Process A2MP messages
by Andrei Emeltchenko
· 12 years ago
46d5c90
Bluetooth: A2MP: Add chan callbacks
by Andrei Emeltchenko
· 12 years ago
f6d3c6e
Bluetooth: A2MP: Build and Send msg helpers
by Andrei Emeltchenko
· 12 years ago
9740e49
Bluetooth: A2MP: AMP Manager basic functions
by Andrei Emeltchenko
· 12 years ago
466f800
Bluetooth: A2MP: Create A2MP channel
by Andrei Emeltchenko
· 12 years ago