- cdc_ncm: Signedness bug in cdc_ncm_set_dgram_size()
a56dcc6b45
- qmi_wwan: add support for Cinterion CLS8 devices
cf74ac6db2
- qmi_wwan: add Telit 0x1050 composition
e0ae2c578d
- qmi_wwan: add support for DW5821e with eSIM support
e497df686e
- qmi_wwan: add support for Foxconn T77W968 LTE modules
802753cb0b
A malicious device may give half an answer when asked
for its MTU. The driver will proceed after this with
a garbage MTU. Anything but a complete answer must be treated
as an error.
V2: used sizeof as request by Alexander
Reported-and-tested-by: syzbot+0631d878823ce2411636@syzkaller.appspotmail.com
Signed-off-by: Oliver Neukum <oneukum@suse.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Per upstream: 332f989a3b
A malicious device may give half an answer when asked
for its MTU. The driver will proceed after this with
a garbage MTU. Anything but a complete answer must be treated
as an error.
V2: used sizeof as request by Alexander
Reported-and-tested-by: syzbot+0631d878823ce2411636@syzkaller.appspotmail.com
Signed-off-by: Oliver Neukum <oneukum@suse.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Per upstream: 332f989a3b
A malicious device may give half an answer when asked
for its MTU. The driver will proceed after this with
a garbage MTU. Anything but a complete answer must be treated
as an error.
V2: used sizeof as request by Alexander
Reported-and-tested-by: syzbot+0631d878823ce2411636@syzkaller.appspotmail.com
Signed-off-by: Oliver Neukum <oneukum@suse.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Per upstream: 332f989a3b
- B1 router/case does only offer wps (GPIO 7, active LOW) and reset (GPIO 11, active LOW) buttons
- GPIO 15 seems to be connected to GND / LOW with B1 Version
Fix for: PWR LED keeps blinking :-) --> thx at Snowman58
- catch up to RT-N18U / RT-AC56U / RT-AC68U LED FT behavior
- No USB LEDs for that router/case available
- assign GPIO 0 for LED_AOSS (active LOW) / Power LED
- assign GPIO 5 for LED_WHITE (active HIGH, inverted) / WAN LED color red (second wan led; See also RT-AC3200)
- add comments for (possible) GPIO 15 / Wifi toggle button (no use case right now with version B1)