linux_dsm_epyc7002/drivers/net/ethernet/dec/tulip
Moritz Fischer 33e2b32b5d net: ethernet: dec: tulip: Fix length mask in receive length calculation
The receive frame length calculation uses a wrong mask to calculate the
length of the received frames.

Per spec table 4-1 the length is contained in the FL (Frame Length)
field in bits 30:16.

This didn't show up as an issue so far since frames were limited to
1500 bytes which falls within the 11 bit window.

Signed-off-by: Moritz Fischer <mdf@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-02-05 14:21:31 +01:00
..
21142.c
de4x5.c net: tulip: de4x5: Drop redundant MODULE_DEVICE_TABLE() 2019-05-26 21:50:11 -07:00
de4x5.h net: fix up a few missing hashtable.h conflict resolutions 2016-08-13 14:51:02 -07:00
de2104x.c net: ethernet: dec: tulip: Fix length mask in receive length calculation 2020-02-05 14:21:31 +01:00
dmfe.c net: tulip: Adjust indentation in {dmfe, uli526x}_init_module 2019-12-09 20:28:22 -08:00
eeprom.c tulip: eeprom: use struct_size() in kmalloc() 2019-02-01 15:12:29 -08:00
interrupt.c net: tulip: Convert timers to use timer_setup() 2017-10-18 12:39:38 +01:00
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
media.c tulip: cleanup by using ARRAY_SIZE() 2014-01-23 13:28:29 -08:00
pnic2.c net: tulip: Convert timers to use timer_setup() 2017-10-18 12:39:38 +01:00
pnic.c net: tulip: Convert timers to use timer_setup() 2017-10-18 12:39:38 +01:00
timer.c net: tulip: Convert timers to use timer_setup() 2017-10-18 12:39:38 +01:00
tulip_core.c netdev: pass the stuck queue to the timeout handler 2019-12-12 21:38:57 -08:00
tulip.h net: tulip: Convert timers to use timer_setup() 2017-10-18 12:39:38 +01:00
uli526x.c net: tulip: Adjust indentation in {dmfe, uli526x}_init_module 2019-12-09 20:28:22 -08:00
winbond-840.c netdev: pass the stuck queue to the timeout handler 2019-12-12 21:38:57 -08:00
xircom_cb.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00