Bug 14711 - usbnet ax88172 mac address change broken
Summary: usbnet ax88172 mac address change broken
Status: CLOSED CODE_FIX
Alias: None
Product: Drivers
Classification: Unclassified
Component: Network (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: drivers_network@kernel-bugs.osdl.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-01 15:41 UTC by Karsten König
Modified: 2012-06-18 12:55 UTC (History)
1 user (show)

See Also:
Kernel Version: 2.6.31rc8
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description Karsten König 2009-12-01 15:41:09 UTC
When changing the MAC address on a NETGEAR FA120 (because an old one is registered with my provider) the replies to the traffic don't reach the system anymore, the NIC is dropping them, putting the NIC into promiscous mode will show they are properly replied to.

Searching around I found this patch from the openBSD folks
http://www.mail-archive.com/misc@openbsd.org/msg76418.html
http://www.openbsd.org/cgi-bin/cvsweb/src/sys/dev/usb/if_axe.c.diff?r1=1.91;r2=1.92

Looks like it is not working with the ax88172, but only with newer models.
Still an error message would be nice when setting another physical address
Comment 1 Andrew Morton 2009-12-03 21:38:47 UTC
(switched to email.  Please respond via emailed reply-to-all, not via the
bugzilla web interface).

On Tue, 1 Dec 2009 15:41:10 GMT
bugzilla-daemon@bugzilla.kernel.org wrote:

> http://bugzilla.kernel.org/show_bug.cgi?id=14711
> 
>            Summary: usbnet ax88172 mac address change broken
>            Product: Drivers
>            Version: 2.5
>     Kernel Version: 2.6.31rc8
>           Platform: All
>         OS/Version: Linux
>               Tree: Mainline
>             Status: NEW
>           Severity: normal
>           Priority: P1
>          Component: Network
>         AssignedTo: drivers_network@kernel-bugs.osdl.org
>         ReportedBy: remur@gmx.net
>         Regression: No
> 
> 
> When changing the MAC address on a NETGEAR FA120 (because an old one is
> registered with my provider) the replies to the traffic don't reach the
> system
> anymore, the NIC is dropping them, putting the NIC into promiscous mode will
> show they are properly replied to.
> 
> Searching around I found this patch from the openBSD folks
> http://www.mail-archive.com/misc@openbsd.org/msg76418.html
>
> http://www.openbsd.org/cgi-bin/cvsweb/src/sys/dev/usb/if_axe.c.diff?r1=1.91;r2=1.92
> 
> Looks like it is not working with the ax88172, but only with newer models.
> Still an error message would be nice when setting another physical address
> 

It would be nice if some asix-competent person could take a look at porting
that openbsd patch across, see if it fixes Karsten's hardware.
Comment 2 Karsten König 2010-02-02 23:20:04 UTC
No one around to tackle this?
In any case it should reject the MAC adress change as unsupported

Thanks,
Karsten

Am Donnerstag, 3. Dezember 2009 22:38:45 schrieb Andrew Morton:
> (switched to email.  Please respond via emailed reply-to-all, not via the
> bugzilla web interface).
> 
> On Tue, 1 Dec 2009 15:41:10 GMT
> 
> bugzilla-daemon@bugzilla.kernel.org wrote:
> > http://bugzilla.kernel.org/show_bug.cgi?id=14711
> >
> >            Summary: usbnet ax88172 mac address change broken
> >            Product: Drivers
> >            Version: 2.5
> >     Kernel Version: 2.6.31rc8
> >           Platform: All
> >         OS/Version: Linux
> >               Tree: Mainline
> >             Status: NEW
> >           Severity: normal
> >           Priority: P1
> >          Component: Network
> >         AssignedTo: drivers_network@kernel-bugs.osdl.org
> >         ReportedBy: remur@gmx.net
> >         Regression: No
> >
> >
> > When changing the MAC address on a NETGEAR FA120 (because an old one is
> > registered with my provider) the replies to the traffic don't reach the
> > system anymore, the NIC is dropping them, putting the NIC into promiscous
> > mode will show they are properly replied to.
> >
> > Searching around I found this patch from the openBSD folks
> > http://www.mail-archive.com/misc@openbsd.org/msg76418.html
> > http://www.openbsd.org/cgi-bin/cvsweb/src/sys/dev/usb/if_axe.c.diff?r1=1.
> >91;r2=1.92
> >
> > Looks like it is not working with the ax88172, but only with newer
> > models. Still an error message would be nice when setting another
> > physical address
> 
> It would be nice if some asix-competent person could take a look at porting
> that openbsd patch across, see if it fixes Karsten's hardware.
>
Comment 3 Karsten König 2010-02-02 23:20:11 UTC
No one around to tackle this?
In any case it should reject the MAC adress change as unsupported

Thanks,
Karsten

Am Donnerstag, 3. Dezember 2009 22:38:45 schrieb Andrew Morton:
> (switched to email.  Please respond via emailed reply-to-all, not via the
> bugzilla web interface).
> 
> On Tue, 1 Dec 2009 15:41:10 GMT
> 
> bugzilla-daemon@bugzilla.kernel.org wrote:
> > http://bugzilla.kernel.org/show_bug.cgi?id=14711
> >
> >            Summary: usbnet ax88172 mac address change broken
> >            Product: Drivers
> >            Version: 2.5
> >     Kernel Version: 2.6.31rc8
> >           Platform: All
> >         OS/Version: Linux
> >               Tree: Mainline
> >             Status: NEW
> >           Severity: normal
> >           Priority: P1
> >          Component: Network
> >         AssignedTo: drivers_network@kernel-bugs.osdl.org
> >         ReportedBy: remur@gmx.net
> >         Regression: No
> >
> >
> > When changing the MAC address on a NETGEAR FA120 (because an old one is
> > registered with my provider) the replies to the traffic don't reach the
> > system anymore, the NIC is dropping them, putting the NIC into promiscous
> > mode will show they are properly replied to.
> >
> > Searching around I found this patch from the openBSD folks
> > http://www.mail-archive.com/misc@openbsd.org/msg76418.html
> > http://www.openbsd.org/cgi-bin/cvsweb/src/sys/dev/usb/if_axe.c.diff?r1=1.
> >91;r2=1.92
> >
> > Looks like it is not working with the ax88172, but only with newer
> > models. Still an error message would be nice when setting another
> > physical address
> 
> It would be nice if some asix-competent person could take a look at porting
> that openbsd patch across, see if it fixes Karsten's hardware.
>

Note You need to log in before you can comment on or make changes to this bug.