u-boot/drivers
Jason Brown 32ac8b0bba net: mvneta - Fixed recv() when multiple packets have arrived.
This patch fixes a problem in the mvneta driver where if more than
one packet arrives between calls to mvneta_recv(), the additional
descriptors will be marked as free even though only one descriptor
has been read and processed from the receive queue.  This causes
the additional packet(s) to be delayed until the next packet arrives.
>From this point on all packets will be delayed because the receive
queue will contain unprocessed packets but the hardware shows no
busy descriptors.

Signed-off-by: Jason Brown <jason.brown@apcon.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
2018-01-15 12:05:19 -06:00
..
adc
ata
bios_emulator
block
bootcount
clk board: stm32f429-disco: switch to DM STM32 clock driver 2018-01-10 08:05:46 -05:00
core
cpu
crypto crypto/fsl: fix BLOB encapsulation and decapsulation 2018-01-08 08:26:03 -05:00
ddr
demo
dfu
dma
firmware
fpga fpga: allow programming fpga from FIT image for all FPGA drivers 2017-12-14 16:09:39 +01:00
gpio board: stm32f429-disco: switch to DM STM32 pinctrl and gpio driver 2018-01-10 08:05:46 -05:00
i2c
input
led
mailbox
memory
misc drivers/misc: Share qbman init between archs 2018-01-10 12:28:47 -08:00
mmc mmc: fsl_esdhc: Fix eMMC 1.8v setting issue 2018-01-13 00:08:44 +09:00
mtd mtd: nand: mxs_nand_spl: Remove nand size print 2018-01-08 17:37:12 +01:00
net net: mvneta - Fixed recv() when multiple packets have arrived. 2018-01-15 12:05:19 -06:00
nvme
pch
pci PCI: Drop CONFIG_TSI108_PCI 2018-01-10 08:05:49 -05:00
pcmcia
phy
pinctrl Merge git://git.denx.de/u-boot-marvell 2018-01-10 08:05:57 -05:00
power power: Rearrange code to guard power command with CONFIG_SPL_BUILD guard 2018-01-13 00:07:57 +09:00
pwm
qe
ram ram: stm32: add memory mapping selection support 2018-01-10 08:05:47 -05:00
remoteproc
reset rockchip: reset: support a (common) rockchip reset drivers 2018-01-09 11:13:32 +01:00
rtc
scsi
serial board: stm32f429-disco: switch to DM STM32 serial driver 2018-01-10 08:05:46 -05:00
soc
sound
spi
spmi
sysreset
thermal
timer
tpm
usb usb: rockchip: add the rockusb gadget 2018-01-10 11:11:05 +01:00
video am335x-fb: setup display PLL 2018-01-11 15:19:12 +01:00
watchdog
Kconfig
Makefile