As it seems, the NIC in current valhalla has a hardware bug, causing hardware unit hangs. To work around this, disable scatter-gather, TCP segmentation offloading and generic receive offload with this command:
# ethtool -K wan sg off tso off gro off
I did that 11 days ago, and didn’t get a single unit hang yet. Keep your fingers crossed!