diff options
| author | Kohei Enju <kohei@enjuk.jp> | 2026-02-14 19:46:32 +0000 |
|---|---|---|
| committer | Tony Nguyen <anthony.l.nguyen@intel.com> | 2026-03-17 13:28:55 -0700 |
| commit | 0ffba246652faf4a36aedc66059c2f94e4c83ea5 (patch) | |
| tree | af303aac5f96fff775b013d845d241193e6f1c85 /include/uapi/linux/wimax/git@git.tavy.me:linux.git | |
| parent | 069c8f5aebe4d5224cf62acc7d4b3486091c658a (diff) | |
igc: fix missing update of skb->tail in igc_xmit_frame()
igc_xmit_frame() misses updating skb->tail when the packet size is
shorter than the minimum one.
Use skb_put_padto() in alignment with other Intel Ethernet drivers.
Fixes: 0507ef8a0372 ("igc: Add transmit and receive fastpath and interrupt handlers")
Signed-off-by: Kohei Enju <kohei@enjuk.jp>
Reviewed-by: Simon Horman <horms@kernel.org>
Reviewed-by: Paul Menzel <pmenzel@molgen.mpg.de>
Tested-by: Avigail Dahan <avigailx.dahan@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'include/uapi/linux/wimax/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions
