index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
xfrm
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-06-05
Bluetooth: Make l2cap_att_channel return void
Andrei Emeltchenko
1
-5
/
+3
2012-06-05
Bluetooth: Make l2cap_conless_channel return void
Andrei Emeltchenko
1
-4
/
+3
2012-06-05
Bluetooth: Make l2cap_data_channel return void
Andrei Emeltchenko
1
-5
/
+4
2012-06-05
Bluetooth: A2MP: Do not reference hci_conn
Andrei Emeltchenko
2
-3
/
+3
2012-06-05
Bluetooth: Do not check func ready existence
Andrei Emeltchenko
1
-2
/
+1
2012-06-05
Bluetooth: Remove unused HCI timeouts definitions
Szymon Janc
1
-2
/
+0
2012-06-05
Bluetooth: A2MP: Manage incoming connections
Andrei Emeltchenko
3
-4
/
+35
2012-06-05
Bluetooth: A2MP: Handling fixed channels
Andrei Emeltchenko
3
-2
/
+19
2012-06-05
Bluetooth: A2MP: Process A2MP Command Responses
Andrei Emeltchenko
1
-0
/
+12
2012-06-05
Bluetooth: A2MP: Process A2MP Disc Physlink Request
Andrei Emeltchenko
1
-0
/
+36
2012-06-05
Bluetooth: A2MP: Process A2MP Create Physlink Request
Andrei Emeltchenko
1
-0
/
+40
2012-06-05
Bluetooth: A2MP: Process A2MP Get AMP Assoc Request
Andrei Emeltchenko
1
-0
/
+35
2012-06-05
Bluetooth: A2MP: Process A2MP Get Info Request
Andrei Emeltchenko
1
-0
/
+37
2012-06-05
Bluetooth: A2MP: Process A2MP Change Notify
Andrei Emeltchenko
1
-0
/
+19
2012-06-05
Bluetooth: A2MP: Process A2MP Discover Request
Andrei Emeltchenko
4
-0
/
+103
2012-06-05
Bluetooth: A2MP: Process A2MP Command Reject
Andrei Emeltchenko
1
-0
/
+19
2012-06-05
Bluetooth: A2MP: Process A2MP messages
Andrei Emeltchenko
1
-0
/
+65
2012-06-05
Bluetooth: A2MP: Define A2MP status codes
Andrei Emeltchenko
1
-0
/
+10
2012-06-05
Bluetooth: A2MP: Definitions for A2MP commands
Andrei Emeltchenko
1
-0
/
+73
2012-06-05
Bluetooth: A2MP: Add chan callbacks
Andrei Emeltchenko
1
-0
/
+55
2012-06-05
Bluetooth: A2MP: Build and Send msg helpers
Andrei Emeltchenko
2
-0
/
+53
2012-06-05
Bluetooth: A2MP: AMP Manager basic functions
Andrei Emeltchenko
4
-0
/
+89
2012-06-05
Bluetooth: A2MP: Create A2MP channel
Andrei Emeltchenko
4
-4
/
+80
2012-06-05
Bluetooth: trivial: Use defined PSMLEN instead of magic
Andrei Emeltchenko
1
-1
/
+1
2012-06-05
Bluetooth: check for already existent channel before create new one
Gustavo Padovan
1
-9
/
+4
2012-06-05
Bluetooth: Move check for backlog size to l2cap_sock.c
Gustavo Padovan
2
-12
/
+6
2012-06-05
Bluetooth: Use chan->state instead of sk->sk_state
Gustavo Padovan
1
-7
/
+2
2012-06-05
Bluetooth: Add l2cap_chan->ops->ready()
Andrei Emeltchenko
3
-15
/
+25
2012-06-05
Bluetooth: Move clean up code and set of SOCK_ZAPPED to l2cap_sock.c
Andrei Emeltchenko
3
-46
/
+71
2012-06-05
Bluetooth: Use chan as parameters for l2cap chan ops
Gustavo Padovan
3
-27
/
+29
2012-06-05
Bluetooth: Really fix registering hci with duplicate name
Sasha Levin
1
-17
/
+24
2012-06-05
Bluetooth: Use l2cap_chan_ready() in LE path
Gustavo Padovan
1
-4
/
+1
2012-06-05
Bluetooth: Remove extra l2cap_state_change(BT_CONNECTED)
Gustavo Padovan
1
-3
/
+0
2012-06-05
Bluetooth: Get a more accurate L2CAP PDU len
Gustavo Padovan
1
-1
/
+7
2012-06-05
Bluetooth: Define HCI AMP cmd struct
Andrei Emeltchenko
1
-0
/
+81
2012-06-05
Bluetooth: Use __constant modifier in HCI code
Andrei Emeltchenko
3
-22
/
+22
2012-06-05
Bluetooth: Use __constant when dealing with constants
Andrei Emeltchenko
1
-27
/
+27
2012-06-05
Bluetooth: Define and use PSM identifiers
Andrei Emeltchenko
3
-4
/
+8
2012-06-05
Bluetooth: Use lmp_ssp_capable() macro
Gustavo Padovan
1
-1
/
+1
2012-06-05
Bluetooth: btmrvl: add SD8787 Bluetooth AMP device ID
Bing Zhao
1
-0
/
+3
2012-06-05
Bluetooth: Send a configuration request after security confirmation
Mat Martineau
1
-0
/
+11
2012-06-05
Bluetooth: Define L2CAP conf continuation flag
Andrei Emeltchenko
2
-5
/
+8
2012-06-05
Bluetooth: Remove unneeded EXPORT_SYMBOL
Gustavo Padovan
2
-9
/
+0
2012-06-05
Bluetooth: Remove unnecessary headers include
Gustavo Padovan
24
-262
/
+14
2012-06-05
Bluetooth: Fix coding style in the subsystem
Gustavo Padovan
8
-27
/
+48
2012-06-05
Bluetooth: Fix coding style in include/net/bluetooth
Gustavo Padovan
3
-19
/
+23
2012-06-05
Bluetooth: Remove 'register' usage from the subsystem
Gustavo Padovan
10
-19
/
+19
2012-06-05
Bluetooth: Remove most of the inline usage
Gustavo Padovan
10
-126
/
+104
2012-06-05
Bluetooth: trivial: Remove empty line
Andrei Emeltchenko
1
-1
/
+0
2012-06-05
Bluetooth: Preserve L2CAP flags values
Andrei Emeltchenko
1
-2
/
+2
[next]