index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
a2mp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: Convert uses of __constant_<foo> to <foo>
Joe Perches
2014-03-12
1
-2
/
+2
*
Bluetooth: Fix skb allocation check for A2MP
Gustavo Padovan
2014-03-07
1
-1
/
+7
*
Bluetooth: Rename L2CAP_CHAN_CONN_FIX_A2MP to L2CAP_CHAN_FIXED
Johan Hedberg
2014-02-13
1
-2
/
+6
*
Bluetooth: Ignore A2MP data on non-BR/EDR links
Johan Hedberg
2013-10-16
1
-0
/
+3
*
Bluetooth: Add l2cap_chan_no_resume stub for A2MP
Marcel Holtmann
2013-10-15
1
-0
/
+1
*
Bluetooth: Add chan->ops->set_shutdown()
Gustavo Padovan
2013-10-15
1
-0
/
+1
*
Bluetooth: Access sk_sndtimeo indirectly in l2cap_core.c
Gustavo Padovan
2013-10-15
1
-0
/
+1
*
Bluetooth: Extend state_change() call to report errors too
Gustavo Padovan
2013-10-15
1
-1
/
+2
*
Bluetooth: Remove l2cap_conn->dst usage from AMP manager
Marcel Holtmann
2013-10-13
1
-1
/
+2
*
Bluetooth: Move a2mp.h header file into net/bluetooth/
Marcel Holtmann
2013-10-11
1
-1
/
+1
*
Bluetooth: Move amp.h header file into net/bluetooth/
Marcel Holtmann
2013-10-11
1
-1
/
+2
*
Bluetooth: List powered down AMP controllers correctly
Marcel Holtmann
2013-10-07
1
-1
/
+4
*
Bluetooth: Simplify device type check for AMP discover response
Marcel Holtmann
2013-10-06
1
-11
/
+7
*
Bluetooth: Check for non BR/EDR controller in AMP discover response
Marcel Holtmann
2013-10-06
1
-1
/
+1
*
Bluetooth: Remove check for number of AMP controller
Marcel Holtmann
2013-10-06
1
-4
/
+3
*
Bluetooth: Remove pointless inline function
Marcel Holtmann
2013-10-06
1
-8
/
+3
*
Bluetooth: Rename AMP status constants and use them
Marcel Holtmann
2013-10-06
1
-1
/
+1
*
Bluetooth: Use explicit AMP controller id value for BR/EDR
Marcel Holtmann
2013-10-06
1
-2
/
+2
*
Bluetooth: Separate AMP controller type from HCI device type
Marcel Holtmann
2013-10-06
1
-4
/
+4
*
Bluetooth: Remove useless external function to count controllers
Marcel Holtmann
2013-10-06
1
-1
/
+9
*
Bluetooth: Fix controller list for AMP discover response
Marcel Holtmann
2013-10-06
1
-1
/
+1
*
Bluetooth: Replaced kzalloc and memcpy with kmemdup
Alexandru Gheorghiu
2013-03-18
1
-4
/
+2
*
Bluetooth: AMP: Use set_bit / test_bit for amp_mgr state
Andrei Emeltchenko
2013-01-09
1
-3
/
+3
*
Bluetooth: AMP: Send A2MP Create Phylink Rsp after Assoc write
Andrei Emeltchenko
2013-01-09
1
-2
/
+36
*
Bluetooth: Rename ctrl_id to remote_amp_id
Andrei Emeltchenko
2012-11-01
1
-2
/
+2
*
Bluetooth: AMP: Get amp_mgr reference in HS hci_conn
Andrei Emeltchenko
2012-10-18
1
-1
/
+3
*
Bluetooth: Add chan->ops->defer()
Gustavo Padovan
2012-10-15
1
-0
/
+1
*
Bluetooth: AMP: Factor out phylink_add
Andrei Emeltchenko
2012-10-08
1
-2
/
+2
*
Bluetooth: AMP: Factor out amp_ctrl_add
Andrei Emeltchenko
2012-10-08
1
-6
/
+2
*
Bluetooth: A2MP: Fix potential NULL dereference
Andrei Emeltchenko
2012-10-01
1
-6
/
+8
*
Bluetooth: A2MP: Correct assoc_len size
Andrei Emeltchenko
2012-09-28
1
-4
/
+8
*
Bluetooth: Fix two warnings in BT_DBG
Gustavo Padovan
2012-09-27
1
-1
/
+1
*
Bluetooth: AMP: Handle Accept phylink command status evt
Andrei Emeltchenko
2012-09-27
1
-0
/
+32
*
Bluetooth: AMP: Accept Physical Link
Andrei Emeltchenko
2012-09-27
1
-4
/
+1
*
Bluetooth: AMP: Process Chan Selected event
Andrei Emeltchenko
2012-09-27
1
-1
/
+40
*
Bluetooth: A2MP: Add fallback to normal l2cap init sequence
Andrei Emeltchenko
2012-09-27
1
-0
/
+28
*
Bluetooth: AMP: Create Physical Link
Andrei Emeltchenko
2012-09-27
1
-0
/
+2
*
Bluetooth: Choose connection based on capabilities
Andrei Emeltchenko
2012-09-27
1
-5
/
+29
*
Bluetooth: A2MP: Process A2MP Get AMP Assoc Rsp
Andrei Emeltchenko
2012-09-27
1
-1
/
+59
*
Bluetooth: A2MP: Process A2MP Getinfo Rsp
Andrei Emeltchenko
2012-09-27
1
-1
/
+33
*
Bluetooth: AMP: Handle create / disc phylink req
Andrei Emeltchenko
2012-09-27
1
-2
/
+19
*
Bluetooth: AMP: Remote AMP ctrl definitions
Andrei Emeltchenko
2012-09-27
1
-0
/
+5
*
Bluetooth: A2MP: Process Discover Response
Andrei Emeltchenko
2012-09-27
1
-1
/
+61
*
Bluetooth: AMP: Use HCI cmd to Read Loc AMP Assoc
Andrei Emeltchenko
2012-09-27
1
-5
/
+51
*
Bluetooth: AMP: Use HCI cmd to Read AMP Info
Andrei Emeltchenko
2012-09-27
1
-16
/
+41
*
Bluetooth: A2MP: Create amp_mgr global list
Andrei Emeltchenko
2012-09-27
1
-0
/
+29
*
Bluetooth: Free the l2cap channel list only when refcount is zero
Jaganath Kanakkassery
2012-08-06
1
-1
/
+1
*
Bluetooth: Do not shadow hdr variable
Andrei Emeltchenko
2012-08-06
1
-3
/
+7
*
Bluetooth: debug: Fix printing A2MP cmd code format
Andrei Emeltchenko
2012-08-06
1
-2
/
+2
*
Bluetooth: debug: Print amp_mgr refcnt
Andrei Emeltchenko
2012-07-11
1
-2
/
+2
[next]