android_kernel_xiaomi_sm7250/drivers/net/e1000
Vasily Averin 793fab7273 e1000: possible memory leak in e1000_set_ringparam
Memory allocated for new tx_ring and rx_ring leaks if
e1000_setup_XX_resources() fails.c Also this patch reduces stack usage
(removed tx_new and rx_new) and uses kzalloc instead kmalloc+memset(0)

Signed-off-by: Vasily Averin <vvs@sw.ru>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
2006-09-27 12:54:14 -07:00
..
e1000_ethtool.c e1000: possible memory leak in e1000_set_ringparam 2006-09-27 12:54:14 -07:00
e1000_hw.c e1000: rework polarity, NVM, eeprom code and fixes. 2006-09-27 12:54:05 -07:00
e1000_hw.h e1000: rework polarity, NVM, eeprom code and fixes. 2006-09-27 12:54:05 -07:00
e1000_main.c e1000: Janitor: Use #defined values for literals 2006-09-27 12:54:11 -07:00
e1000_osdep.h e100, e1000, ixgb: update copyright header and remove LICENSE 2006-09-27 12:53:14 -07:00
e1000_param.c e1000: rename flow control symbols 2006-09-27 12:53:28 -07:00
e1000.h e1000: driver state fixes (race fix) 2006-09-27 12:54:02 -07:00
Makefile e100, e1000, ixgb: update copyright header and remove LICENSE 2006-09-27 12:53:14 -07:00