Re: [PATCH] usbnet: ipheth: fix connectivity with iOS 14

2021-02-22 Thread Oliver Neukum
Am Sonntag, den 21.02.2021, 10:42 + schrieb Sam Bingner: > There seems to be a problem with this patch: > > Whenever the iPhone sends a packet to the tethered device that is 1500 bytes > long, it gets the error "ipheth 1-1:4.2: ipheth_rcvbulk_callback: urb status: > -79" on the connected

Re: [PATCH] usbnet: ipheth: fix connectivity with iOS 14

2021-02-21 Thread Sam Bingner
There seems to be a problem with this patch: Whenever the iPhone sends a packet to the tethered device that is 1500 bytes long, it gets the error "ipheth 1-1:4.2: ipheth_rcvbulk_callback: urb status: -79" on the connected device and stops passing traffic. I am able to bring it back up by

Re: [PATCH] usbnet: ipheth: fix connectivity with iOS 14

2020-11-24 Thread Jakub Kicinski
On Tue, 24 Nov 2020 11:41:40 +0100 Yves-Alexis Perez wrote: > On Sat, 2020-11-21 at 14:03 -0800, Jakub Kicinski wrote: > > Applied to net with the typo fixed, thanks! > > Thanks! > > Is there any chance it'll be in 5.10 or will it have to wait for the 5.11 > merge window? It'll be in

Re: [PATCH] usbnet: ipheth: fix connectivity with iOS 14

2020-11-24 Thread Yves-Alexis Perez
On Sat, 2020-11-21 at 14:03 -0800, Jakub Kicinski wrote: > Applied to net with the typo fixed, thanks! Thanks! Is there any chance it'll be in 5.10 or will it have to wait for the 5.11 merge window? Also it should be applied to all supported/stable kernels. I guess that'll have to wait until

Re: [PATCH] usbnet: ipheth: fix connectivity with iOS 14

2020-11-21 Thread Jakub Kicinski
On Thu, 19 Nov 2020 18:24:39 +0100 Yves-Alexis Perez wrote: > Starting with iOS 14 released in September 2020, connectivity using the > personal hotspot USB tethering function of iOS devices is broken. > > Communication between the host and the device (for example ICMP traffic > or DNS resolution

Re: [PATCH] usbnet: ipheth: fix connectivity with iOS 14

2020-11-20 Thread Yves-Alexis Perez
On Fri, 2020-11-20 at 12:15 +0300, Sergei Shtylyov wrote: > > Investigation on the matter shows that UDP and ICMP traffic from the > ^ "no" missing? Yes indeed. Thanks and sorry for the typo. Regards, -- Yves-Alexis

Re: [PATCH] usbnet: ipheth: fix connectivity with iOS 14

2020-11-20 Thread Sergei Shtylyov
Hello! On 19.11.2020 20:24, Yves-Alexis Perez wrote: Starting with iOS 14 released in September 2020, connectivity using the personal hotspot USB tethering function of iOS devices is broken. Communication between the host and the device (for example ICMP traffic or DNS resolution using the

[PATCH] usbnet: ipheth: fix connectivity with iOS 14

2020-11-19 Thread Yves-Alexis Perez
Starting with iOS 14 released in September 2020, connectivity using the personal hotspot USB tethering function of iOS devices is broken. Communication between the host and the device (for example ICMP traffic or DNS resolution using the DNS service running in the device itself) works fine, but