ethtool -k eth0

Category: Local Network & Public Hosting

ethtool -k eth0

List the offload features enabled on an interface

The -k flag dumps protocol offloads such as checksumming, TCP segmentation, and generic receive offload, each shown as on, off, or fixed. Offloads move work from the CPU into the NIC, but broken drivers can corrupt traffic, and toggling them with ethtool -K is a classic packet-capture fix.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.