mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
57bf6eef2f
There appears to be an off-by-1 defect in the maximum packet size copied when copybreak is speified in these modules. The copybreak module params are specified as: "Maximum size of packet that is copied to a new buffer on receive" The tests are changed from "< copybreak" to "<= copybreak" and moved into new static functions for readability. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net> |
||
---|---|---|
.. | ||
ixgb_ee.c | ||
ixgb_ee.h | ||
ixgb_ethtool.c | ||
ixgb_hw.c | ||
ixgb_hw.h | ||
ixgb_ids.h | ||
ixgb_main.c | ||
ixgb_osdep.h | ||
ixgb_param.c | ||
ixgb.h | ||
Makefile |