aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/x300
Commit message (Collapse)AuthorAgeFilesLines
* BUG #396: X3x0: Packet loss within burst while running full duplex overnightmichael-west2014-03-261-13/+9
| | | | - Disabled all packet forwarding
* BUG #396: Mid-Burst Sequence Errorsmichael-west2014-03-192-8/+10
| | | | | | | - Restored link state handling. - Enabled forwarding of packets not addressed to this device's MAC address. - Kept forwarding of broadcast packets disabled. NOTE: This is a workaround and not a permanent fix.
* BUG #371: X300: Dies and left in bad statemichael-west2014-03-033-50/+67
| | | | | | | - Disabled packet forwarding and link state cycle detection in firmware. - Fixed the link state algorithm so the updating runs the first time and the forwading update only happens when necessary. - Added check for 10GbE before calling MDIO functions.
* Putting the ICMP destination unreachable fix in X300 firmware.Ben Hilburn2014-02-141-34/+44
|
* Pushing the bulk of UHD-3.7.0 code.Ben Hilburn2014-02-146-364/+23
|
* Un-doing firmware change regarding ICMP packate handling.Ben Hilburn2014-02-041-44/+34
| | | | | | | | Reverting "x300: ICMP_DUR handler fixed. Supposedly closes #256." This reverts commit 69317629f353734d5ac21dc78be105b2f0164497. Resolved Conflicts: firmware/x300/x300/x300_main.c
* Merging USRP X300 and X310 support!!Ben Hilburn2014-02-04176-0/+63251