#
adcfabad |
| 18-Sep-2017 |
Matthias Ringwald <[email protected]> |
l2cap: validate LE signaling command length
|
#
bb98c113 |
| 18-Sep-2017 |
Matthias Ringwald <[email protected]> |
l2cap: check SDU len against provided buffer, prevent buffer overrun during reassembly
|
#
e9cfb251 |
| 18-Sep-2017 |
Matthias Ringwald <[email protected]> |
l2cap: verify signaling len for CONNECTION_RESPONSE, CONFIGURE_REQUEST, CONFIGURE_RESPONSE
|
#
0493bf3a |
| 18-Sep-2017 |
Matthias Ringwald <[email protected]> |
l2cap: verify signaling command len for CONNECTION_REQUEST, INFORMATION_REQUEST, and INFORMATION_RESPONSE
|
#
ed2ed8e1 |
| 18-Sep-2017 |
Matthias Ringwald <[email protected]> |
l2cap: assert classic signaling command has valid data len
|
#
bb0a72a6 |
| 17-Sep-2017 |
Matthias Ringwald <[email protected]> |
l2cap: split l2cap_acl_handler into seperate LE and Classic handlers. Classic: Signaling, Connection-less, Classic channels. LE: LE Signaling, ATT, SM, LE Data Channels
|
#
dfce2622 |
| 23-Aug-2017 |
Milanka Ringwald <[email protected]> |
l2cap: abort outgoing connection if SSP supported, LEVEL0 is not enough and security update fails
|
#
6aa7d794 |
| 08-Aug-2017 |
Matthias Ringwald <[email protected]> |
l2cap: fix compile
|
#
188c56a5 |
| 08-Aug-2017 |
Matthias Ringwald <[email protected]> |
l2cap: fix compile
|
#
2053036d |
| 08-Aug-2017 |
Matthias Ringwald <[email protected]> |
l2cap: emit L2CAP_EVENT_CHANNEL_OPENED with status L2CAP_CONNECTION_BASEBAND_DISCONNECT on HCI Disconnect Event before channel was opened
|
#
72527695 |
| 06-Aug-2017 |
Matthias Ringwald <[email protected]> |
l2cap: fix regression sending config options - introduced in ERTM feature merge
|
#
688f9764 |
| 25-Jul-2017 |
Matthias Ringwald <[email protected]> |
l2cap: avoid unused parameter warning
|
#
9c0e62d3 |
| 25-Jul-2017 |
Matthias Ringwald <[email protected]> |
l2cap: introduce parameter object l2cap_ertm_config_t for l2cap_create_ertm_channel and l2cap_accept_ertm_connection
|
#
671fb338 |
| 25-Jul-2017 |
Matthias Ringwald <[email protected]> |
l2cap: introduce l2cap_config_option_type_t
|
#
3e64cb44 |
| 25-Jul-2017 |
Matthias Ringwald <[email protected]> |
l2cap: introduce l2cap_info_type_t
|
#
94301352 |
| 25-Jul-2017 |
Matthias Ringwald <[email protected]> |
l2cap-ertm: keep track of unacknowledged i-frames in unacked_frames field
|
#
3c412221 |
| 25-Jul-2017 |
Matthias Ringwald <[email protected]> |
l2cap-ertm: fix l2cap data dispatch for ertm
|
#
550189ff |
| 24-Jul-2017 |
Matthias Ringwald <[email protected]> |
l2cap-ertm: stop monitor timer on RR/F=1
|
#
1e1a46bb |
| 24-Jul-2017 |
Matthias Ringwald <[email protected]> |
l2cap-ertm: review use of retransmission timer
|
#
474f5c3f |
| 24-Jul-2017 |
Matthias Ringwald <[email protected]> |
l2cap-ertm: collect all ERTM-only function at the beginning
|
#
8a700052 |
| 24-Jul-2017 |
Matthias Ringwald <[email protected]> |
l2cap-ertm: extract l2cap_ertm_stop_retransmission_timer
|
#
c9300dca |
| 24-Jul-2017 |
Matthias Ringwald <[email protected]> |
l2cap-ertm: move retransmission and monitor timers into l2cap_channel, extract l2cap_ertm_start_retransmission_timer and l2cap_ertm_start_monitor_timer
|
#
96646001 |
| 24-Jul-2017 |
Matthias Ringwald <[email protected]> |
l2cap-ertm: extract l2cap_ertm_can_store_packet_now, implement l2cap_ertm_notify_channel_can_send, support l2cap_request_can_send_now_event for ERTM connections
|
#
0b20b13b |
| 24-Jul-2017 |
Matthias Ringwald <[email protected]> |
l2cap-ertm: implement l2cap_can_send_packet_now for ERTM
|
#
f85ade6b |
| 24-Jul-2017 |
Matthias Ringwald <[email protected]> |
l2cap-ertm: set final bit for RR with p=1 in S-REJ, process stored frames and send updated S-RR
|