index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
l2cap_core.c
Age
Commit message (
Expand
)
Author
2012-06-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-06-13
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2012-06-11
Bluetooth: Fix using uninitialized option in RFCMode
Szymon Janc
2012-06-08
Bluetooth: Fix deadlock and crash when SMP pairing times out
Johan Hedberg
2012-06-05
Bluetooth: Change default MTU for L2CAP ATT channel
Andre Guedes
2012-06-05
Bluetooth: Remove unused err var from l2cap_segment_sdu()
Gustavo Padovan
2012-06-05
Bluetooth: Create function to return the ERTM header size
Gustavo Padovan
2012-06-05
Bluetooth: Make l2cap_att_channel return void
Andrei Emeltchenko
2012-06-05
Bluetooth: Make l2cap_conless_channel return void
Andrei Emeltchenko
2012-06-05
Bluetooth: Make l2cap_data_channel return void
Andrei Emeltchenko
2012-06-05
Bluetooth: A2MP: Do not reference hci_conn
Andrei Emeltchenko
2012-06-05
Bluetooth: Do not check func ready existence
Andrei Emeltchenko
2012-06-05
Bluetooth: A2MP: Manage incoming connections
Andrei Emeltchenko
2012-06-05
Bluetooth: A2MP: Handling fixed channels
Andrei Emeltchenko
2012-06-05
Bluetooth: A2MP: Create A2MP channel
Andrei Emeltchenko
2012-06-05
Bluetooth: trivial: Use defined PSMLEN instead of magic
Andrei Emeltchenko
2012-06-05
Bluetooth: check for already existent channel before create new one
Gustavo Padovan
2012-06-05
Bluetooth: Move check for backlog size to l2cap_sock.c
Gustavo Padovan
2012-06-05
Bluetooth: Use chan->state instead of sk->sk_state
Gustavo Padovan
2012-06-05
Bluetooth: Add l2cap_chan->ops->ready()
Andrei Emeltchenko
2012-06-05
Bluetooth: Move clean up code and set of SOCK_ZAPPED to l2cap_sock.c
Andrei Emeltchenko
2012-06-05
Bluetooth: Use chan as parameters for l2cap chan ops
Gustavo Padovan
2012-06-05
Bluetooth: Use l2cap_chan_ready() in LE path
Gustavo Padovan
2012-06-05
Bluetooth: Remove extra l2cap_state_change(BT_CONNECTED)
Gustavo Padovan
2012-06-05
Bluetooth: Get a more accurate L2CAP PDU len
Gustavo Padovan
2012-06-05
Bluetooth: Use __constant when dealing with constants
Andrei Emeltchenko
2012-06-05
Bluetooth: Define and use PSM identifiers
Andrei Emeltchenko
2012-06-05
Bluetooth: Send a configuration request after security confirmation
Mat Martineau
2012-06-05
Bluetooth: Define L2CAP conf continuation flag
Andrei Emeltchenko
2012-06-05
Bluetooth: Remove unnecessary headers include
Gustavo Padovan
2012-06-05
Bluetooth: Preserve L2CAP flags values
Andrei Emeltchenko
2012-06-05
Bluetooth: Remove dead int returns
Gustavo Padovan
2012-06-05
Bluetooth: Remove double check for BT_CONNECTED
Gustavo Padovan
2012-06-05
Bluetooth: Silent sparse warnings
Andrei Emeltchenko
2012-06-05
Bluetooth: Do not purge queue in Basic Mode
Gustavo Padovan
2012-06-05
Bluetooth: Enable ERTM by default
Mat Martineau
2012-06-05
Bluetooth: Set txwin values for streaming mode
Mat Martineau
2012-06-05
Bluetooth: Remove unneccesary inline
Mat Martineau
2012-06-05
Bluetooth: Simplify the ERTM ack timeout
Mat Martineau
2012-06-05
Bluetooth: Use the ERTM transmit state machine from timeout handlers
Mat Martineau
2012-06-05
Bluetooth: Check rules when setting retransmit or monitor timers
Mat Martineau
2012-06-05
Bluetooth: Use new header structures in l2cap_send_rr_or_rnr
Mat Martineau
2012-06-05
Bluetooth: Handle incoming REJ frames
Mat Martineau
2012-06-05
Bluetooth: Handle SREJ requests to resend unacked frames
Mat Martineau
2012-06-05
Bluetooth: Reassemble all available data when retransmissions succeed.
Mat Martineau
2012-06-05
Bluetooth: Send SREJ frames when packets go missing
Mat Martineau
2012-06-05
Bluetooth: Add implementation for retransmitting all unacked frames
Mat Martineau
2012-06-05
Bluetooth: Add the ERTM receive state machine
Mat Martineau
2012-06-05
Bluetooth: Update l2cap_send_i_or_rr_or_rnr to fit the spec better
Mat Martineau
2012-06-05
Bluetooth: Use the transmit state machine for busy state changes
Mat Martineau
[next]