Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 308836 Details for
Bug 449175
E1000 driver enables TSOv6 for hardware that doesn't support it
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
rhel5-test0.patch
rhel5-test0.patch (text/plain), 467 bytes, created by
Andy Gospodarek
on 2008-06-10 16:29:03 UTC
(
hide
)
Description:
rhel5-test0.patch
Filename:
MIME Type:
Creator:
Andy Gospodarek
Created:
2008-06-10 16:29:03 UTC
Size:
467 bytes
patch
obsolete
>diff --git a/drivers/net/e1000/e1000_ethtool.c b/drivers/net/e1000/e1000_ethtool.c >index e9a8b86..e86255e 100644 >--- a/drivers/net/e1000/e1000_ethtool.c >+++ b/drivers/net/e1000/e1000_ethtool.c >@@ -347,7 +347,7 @@ e1000_set_tso(struct net_device *netdev, uint32_t data) > else > netdev->features &= ~NETIF_F_TSO; > >- if (data) >+ if (data && (adapter->hw.mac_type > e1000_82547_rev_2)) > netdev->features |= NETIF_F_TSO6; > else > netdev->features &= ~NETIF_F_TSO6;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 449175
: 308836