index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
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
2
-15
/
+24
2012-06-05
Bluetooth: Move clean up code and set of SOCK_ZAPPED to l2cap_sock.c
Andrei Emeltchenko
2
-46
/
+70
2012-06-05
Bluetooth: Use chan as parameters for l2cap chan ops
Gustavo Padovan
2
-23
/
+23
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: 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
2
-4
/
+4
2012-06-05
Bluetooth: Use lmp_ssp_capable() macro
Gustavo Padovan
1
-1
/
+1
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
1
-5
/
+5
2012-06-05
Bluetooth: Remove unneeded EXPORT_SYMBOL
Gustavo Padovan
2
-9
/
+0
2012-06-05
Bluetooth: Remove unnecessary headers include
Gustavo Padovan
20
-249
/
+14
2012-06-05
Bluetooth: Fix coding style in the subsystem
Gustavo Padovan
8
-27
/
+48
2012-06-05
Bluetooth: Remove 'register' usage from the subsystem
Gustavo Padovan
3
-3
/
+3
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
2012-06-05
Bluetooth: Use defined link key size
Andrei Emeltchenko
3
-3
/
+3
2012-06-05
Bluetooth: Rename HCI_QUIRK_NO_RESET to HCI_QUIRK_RESET_ON_CLOSE
Szymon Janc
1
-2
/
+2
2012-06-05
Bluetooth: Remove dead int returns
Gustavo Padovan
1
-32
/
+16
2012-06-05
Bluetooth: Remove double check for BT_CONNECTED
Gustavo Padovan
1
-3
/
+0
2012-06-05
Bluetooth: Silent sparse warnings
Andrei Emeltchenko
1
-6
/
+6
2012-06-05
Bluetooth: Do not purge queue in Basic Mode
Gustavo Padovan
1
-2
/
+12
2012-06-05
Bluetooth: Enable ERTM by default
Mat Martineau
1
-1
/
+1
2012-06-05
Bluetooth: Set txwin values for streaming mode
Mat Martineau
1
-0
/
+1
2012-06-05
Bluetooth: Remove unneccesary inline
Mat Martineau
1
-1
/
+1
2012-06-05
Bluetooth: Simplify the ERTM ack timeout
Mat Martineau
1
-3
/
+7
2012-06-05
Bluetooth: Use the ERTM transmit state machine from timeout handlers
Mat Martineau
1
-11
/
+8
2012-06-05
Bluetooth: Check rules when setting retransmit or monitor timers
Mat Martineau
1
-2
/
+20
2012-06-05
Bluetooth: Use new header structures in l2cap_send_rr_or_rnr
Mat Martineau
1
-7
/
+15
2012-06-05
Bluetooth: Handle incoming REJ frames
Mat Martineau
1
-1
/
+32
2012-06-05
Bluetooth: Handle SREJ requests to resend unacked frames
Mat Martineau
1
-1
/
+69
2012-06-05
Bluetooth: Reassemble all available data when retransmissions succeed.
Mat Martineau
1
-2
/
+30
2012-06-05
Bluetooth: Send SREJ frames when packets go missing
Mat Martineau
1
-3
/
+53
2012-06-05
Bluetooth: Add implementation for retransmitting all unacked frames
Mat Martineau
1
-1
/
+105
2012-06-05
Bluetooth: Add the ERTM receive state machine
Mat Martineau
1
-2
/
+353
2012-06-05
Bluetooth: Update l2cap_send_i_or_rr_or_rnr to fit the spec better
Mat Martineau
1
-21
/
+19
2012-06-05
Bluetooth: Use the transmit state machine for busy state changes
Mat Martineau
1
-39
/
+6
2012-06-05
Bluetooth: Refactor l2cap_send_ack
Mat Martineau
1
-17
/
+43
2012-06-05
Bluetooth: Remove receive code that has been superceded
Mat Martineau
1
-492
/
+0
2012-06-05
Bluetooth: Add streaming mode receive and incoming packet classifier
Mat Martineau
1
-6
/
+130
2012-06-05
Bluetooth: Consolidate common receive code for ERTM and streaming mode
Mat Martineau
1
-64
/
+62
2012-06-05
Bluetooth: Refactor l2cap_send_sframe
Mat Martineau
1
-36
/
+51
[next]