linux/drivers/net/e1000
Jesse Brandeburg 3d6114e71d e1000: remove races when changing mtu
this patch fixes a bug that occurs when routing packets and simultaneously
changing the mtu.  the rx_buffer_len variable is used during the rx cleanup
and if that changes on the fly without stopping traffic bad things happen

Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-09-26 20:15:47 -07:00
..
e1000.h e1000: drop dead pcie code from e1000 2009-09-26 20:15:23 -07:00
e1000_ethtool.c e1000: test link state conclusively 2009-09-26 20:15:36 -07:00
e1000_hw.c e1000: test link state conclusively 2009-09-26 20:15:36 -07:00
e1000_hw.h e1000: test link state conclusively 2009-09-26 20:15:36 -07:00
e1000_main.c e1000: remove races when changing mtu 2009-09-26 20:15:47 -07:00
e1000_osdep.h e1000: Remove spaces after casts and function names 2008-07-22 19:38:52 -04:00
e1000_param.c e1000: drop dead pcie code from e1000 2009-09-26 20:15:23 -07:00
Makefile