index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
l2cap_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-26
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Gustavo Padovan
1
-6
/
+8
2012-06-11
Bluetooth: Fix using uninitialized option in RFCMode
Szymon Janc
1
-6
/
+8
2012-06-11
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Gustavo Padovan
1
-1
/
+6
2012-06-08
Bluetooth: Fix deadlock and crash when SMP pairing times out
Johan Hedberg
1
-1
/
+6
2012-06-05
Bluetooth: Change default MTU for L2CAP ATT channel
Andre Guedes
1
-1
/
+1
2012-06-05
Bluetooth: Remove unused err var from l2cap_segment_sdu()
Gustavo Padovan
1
-2
/
+1
2012-06-05
Bluetooth: Create function to return the ERTM header size
Gustavo Padovan
1
-14
/
+11
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
1
-1
/
+3
2012-06-05
Bluetooth: Do not check func ready existence
Andrei Emeltchenko
1
-2
/
+1
2012-06-05
Bluetooth: A2MP: Manage incoming connections
Andrei Emeltchenko
1
-4
/
+15
2012-06-05
Bluetooth: A2MP: Handling fixed channels
Andrei Emeltchenko
1
-0
/
+17
2012-06-05
Bluetooth: A2MP: Create A2MP channel
Andrei Emeltchenko
1
-3
/
+3
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
1
-12
/
+0
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
1
-15
/
+3
2012-06-05
Bluetooth: Move clean up code and set of SOCK_ZAPPED to l2cap_sock.c
Andrei Emeltchenko
1
-46
/
+9
2012-06-05
Bluetooth: Use chan as parameters for l2cap chan ops
Gustavo Padovan
1
-15
/
+15
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 when dealing with constants
Andrei Emeltchenko
1
-27
/
+27
2012-06-05
Bluetooth: Define and use PSM identifiers
Andrei Emeltchenko
1
-2
/
+2
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 unnecessary headers include
Gustavo Padovan
1
-19
/
+0
2012-06-05
Bluetooth: Preserve L2CAP flags values
Andrei Emeltchenko
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
[next]