Re: [PATCH RFC/RFT] ath10k: use xmit encapsulation offloading

2022-05-14 Thread Oldřich Jedlička
so 14. 5. 2022 v 0:16 odesílatel Sergey Ryazanov napsal: > > Hello Oldřich and Edward, > > Thank you once more for testing these changes. I additionally tested > QCA6174 and now I am ready to send a formal patch. May I use your > 'tested-by' in subsequent submissions? Yes, sure. Tested-by: Oldři

[PATCH] generic: 5.15: fix panic on tcp_no_window_check set with interface up

2022-05-14 Thread Ansuel Smith
The current reworked version cause kernel panic when the value is changes and an interface is up. Following the tcp_be_liberal impelementation, reimplement this to permit a safe change of this value without any panic. This has been tested with a QSDK package where tcp_no_window_check is used. Fixe