Commit Graph

140 Commits (05fbd89dd4153341717b33d9e8ae8bd29db6c1c8)

Author SHA1 Message Date
Gustavo F. Padovan 05fbd89dd4 Bluetooth: Finish implementation for Rec RR (P=1) on ERTM 15 years ago
Gustavo F. Padovan 8abb52ee00 Bluetooth: Remove duplicate use of __get_reqseq() macro on L2CAP 15 years ago
Gustavo F. Padovan 6e3a59819f Bluetooth: Group the ack of I-frames into l2cap_data_channel_rrframe() 15 years ago
Gustavo F. Padovan 99b0d4b7b0 Bluetooth: Handle all cases of receipt of RNR-frames into L2CAP 15 years ago
Gustavo F. Padovan e072745f4a Bluetooth: Split l2cap_data_channel_sframe() 15 years ago
Gustavo F. Padovan 73edaa9933 Bluetooth: Add Recv RR (P=0)(F=0) for SREJ_SENT state on ERTM 15 years ago
Gustavo F. Padovan f0946ccfc7 Bluetooth: Move set of P-bit to l2cap_send_sframe() 15 years ago
Gustavo F. Padovan 9e917af13d Bluetooth: Implement SendAck() Action on ERTM. 15 years ago
Gustavo F. Padovan 36f2fd585f Bluetooth: Check if SDU size is greater than MTU on L2CAP 15 years ago
Gustavo F. Padovan 277ffbe362 Bluetooth: Check the minimum {I,S}-frame size into L2CAP 15 years ago
Gustavo F. Padovan 1d8f5d1691 Bluetooth: Support case with F bit set under WAIT_F state. 15 years ago
Gustavo F. Padovan d5392c8f1e Bluetooth: Implement 'Send IorRRorRNR' event 15 years ago
Gustavo F. Padovan e8235c6bdd Bluetooth: Use a l2cap_pinfo struct instead l2cap_pi() macro 15 years ago
Gustavo F. Padovan d1daa091e8 Bluetooth: Fix ACL MTU issue 15 years ago
Gustavo F. Padovan 7dffe42102 Bluetooth: Fix expected_tx_seq calculation on L2CAP 15 years ago
Gustavo F. Padovan faaebd192e Bluetooth: Fix memory leak of S-frames into L2CAP 15 years ago
Gustavo F. Padovan c69163e9ed Bluetooth: Move specific Basic Mode code to the right place 15 years ago
Dan Carpenter 477fffb082 bluetooth: handle l2cap_create_connless_pdu() errors 15 years ago
Eric Dumazet aa39514516 net: sk_sleep() helper 15 years ago
Changli Gao 6503d96168 net: check the length of the socket address passed to connect(2) 15 years ago
Andrei Emeltchenko c2c77ec83b Bluetooth: Fix kernel crash on L2CAP stress tests 15 years ago
Marcel Holtmann aef7d97cc6 Bluetooth: Convert debug files to actually use debugfs instead of sysfs 15 years ago
Marcel Holtmann 101545f6fe Bluetooth: Fix potential bad memory access with sysfs files 15 years ago
Andi Kleen 28812fe11a driver-core: Add attribute argument to class_attribute show/store 15 years ago
Andrei Emeltchenko e420aba331 Bluetooth: Fix memory leak in L2CAP 15 years ago
Andrei Emeltchenko fcafde2e6d Bluetooth: Remove double free of SKB pointer in L2CAP 15 years ago
Andrei Emeltchenko b13f586044 Bluetooth: Fix L2CAP locking scheme regression 15 years ago
Gustavo F. Padovan 186ee8cf01 Bluetooth: Ack L2CAP I-frames before retransmit missing packet 15 years ago
Gustavo F. Padovan 186de9a338 Bluetooth: Fix unset of RemoteBusy flag for L2CAP 15 years ago
Marcel Holtmann 5fbcd3d1a0 Bluetooth: Add L2CAP option for max transmit value 15 years ago
Gustavo F. Padovan 2ab25cdd7b Bluetooth: Fix 'SendRRorRNR' to send the ReqSeq value 15 years ago
Gustavo F. Padovan 4ec10d9720 Bluetooth: Implement RejActioned flag 15 years ago
Gustavo F. Padovan 9f121a5a80 Bluetooth: Fix sending ReqSeq on I-frames 15 years ago
Gustavo F. Padovan 889a3ca466 Bluetooth: Fix unset of SrejActioned flag 15 years ago
Gustavo F. Padovan 0565c1c24a Bluetooth: Initialize variables and timers for both channel's sides 15 years ago
Joe Perches f64f9e7192 net: Move && and || to end of previous line 15 years ago
Gustavo F. Padovan 68ae6639b6 Bluetooth: Fix regression with L2CAP configuration in Basic Mode 15 years ago
Gustavo F. Padovan a0e55a32af Bluetooth: Select Basic Mode as default for SOCK_SEQPACKET 15 years ago
Eric Paris c84b3268da net: check kern before calling security subsystem 15 years ago
Eric Paris 3f378b6844 net: pass kern to net_proto_family create function 15 years ago
Dave Young 45054dc1bf bluetooth: static lock key fix 16 years ago
Stephen Hemminger ec1b4cf74c net: mark net_proto_ops as const 16 years ago
David S. Miller b7058842c9 net: Make setsockopt() optlen be unsigned. 16 years ago
Gustavo F. Padovan 7e7430908c Bluetooth: Add support for L2CAP 'Send RRorRNR' action 16 years ago
Gustavo F. Padovan 2246b2f1b4 Bluetooth: Handle L2CAP case when the remote receiver is busy 16 years ago
Gustavo F. Padovan ca42a613c9 Bluetooth: Acknowledge L2CAP packets when receiving RR-frames (F-bit=1) 16 years ago
Gustavo F. Padovan 1b7bf4edca Bluetooth: Use proper *_unaligned_le{16,32} helpers for L2CAP 16 years ago
Gustavo F. Padovan e686219a64 Bluetooth: Add locking scheme to L2CAP timeout callbacks 16 years ago
Gustavo F. Padovan ef54fd937f Bluetooth: Full support for receiving L2CAP SREJ frames 16 years ago
Gustavo F. Padovan 8f17154f1f Bluetooth: Add support for L2CAP SREJ exception 16 years ago