Searched hist:"78 e47fe4194ca7fac2cc29d25f1327db86922724" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/usb/ |
H A D | smsc75xx.c | diff 78e47fe4194ca7fac2cc29d25f1327db86922724 Fri Apr 01 22:56:23 CDT 2011 Michał Mirosław <mirq-linux@rere.qmqm.pl> net: convert SMSC USB net drivers to hw_features
There's a race (not fixed here) in smsc75xx in setting RFE_CTL that's not properly handled via rfe_ctl_lock. Spinlock is not a good tool here, as this has to wait for URB completion (or maybe just submission) after issuing register write request. Otherwise, the rfe_ctl might be changed just after spin_unlock() and device left programmed with other value.
smsc95xx has increased hard_header_len for the case of TX checksumming.
smsc75xx is fixed to advertise IP+IPV6_CSUM instead of HW_CSUM as it does not use csum_start/csum_offset.
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | smsc95xx.c | diff 78e47fe4194ca7fac2cc29d25f1327db86922724 Fri Apr 01 22:56:23 CDT 2011 Michał Mirosław <mirq-linux@rere.qmqm.pl> net: convert SMSC USB net drivers to hw_features
There's a race (not fixed here) in smsc75xx in setting RFE_CTL that's not properly handled via rfe_ctl_lock. Spinlock is not a good tool here, as this has to wait for URB completion (or maybe just submission) after issuing register write request. Otherwise, the rfe_ctl might be changed just after spin_unlock() and device left programmed with other value.
smsc95xx has increased hard_header_len for the case of TX checksumming.
smsc75xx is fixed to advertise IP+IPV6_CSUM instead of HW_CSUM as it does not use csum_start/csum_offset.
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> Signed-off-by: David S. Miller <davem@davemloft.net>
|