I made a workaround for this. That is basically just disable tso. This fix persists across boots.
Copy the following script and save it as /etc/systemd/system/disable- tso@enp0s25.service ################################################## [Unit] Description=Disable TSO for %i BindsTo=sys-subsystem-net-devices-%i.device After=sys-subsystem-net-devices-%i.device [Service] Type=oneshot ExecStart=/sbin/ethtool -K %i tso off [Install] WantedBy=sys-subsystem-net-devices-%i.device ################################################## Run "systemctl enable disable-tso@enp0s25" with your interface name instead of "enp0s25" that is what mine is named. If you have more problematic interfaces just enable service for those as well. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766377 Title: Ethernet E1000 Controller Hangs To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1766377/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs