zephyr/drivers/ethernet
Jukka Rissanen 7b3148e780 drivers/eth/mcux: Fix the fragment ordering in RX
The data fragments were stored in reversed order when the RX
data was saved into network buffers. This was caused by net_pkt
changes in commit "net/net_pkt: Fully separate struct net_pkt
from struct net_buf".

Change-Id: I8ad2cfc23b2cb90896b0548eab168895b0d7421d
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-04-28 15:01:09 +03:00
..
eth_dw_priv.h net: convert to using newly introduced integer sized types 2017-04-21 09:30:38 -05:00
eth_dw.c net: convert to using newly introduced integer sized types 2017-04-21 09:30:38 -05:00
eth_enc28j60_priv.h net: convert to using newly introduced integer sized types 2017-04-21 09:30:38 -05:00
eth_enc28j60.c net: convert to using newly introduced integer sized types 2017-04-21 09:30:38 -05:00
eth_mcux.c drivers/eth/mcux: Fix the fragment ordering in RX 2017-04-28 15:01:09 +03:00
eth_sam_gmac_priv.h drivers: eth_sam_gmac: clean up after net_nbuf to net_pkt change 2017-04-28 15:01:08 +03:00
eth_sam_gmac.c drivers: eth_sam_gmac: support reading MAC from I2C EEPROM 2017-04-28 15:01:08 +03:00
Kconfig spell: fix Kconfig help typos: /boards /drivers 2017-04-21 21:31:30 +00:00
Kconfig.dw drivers: make ethernet init prio depend on NET_L2_ETHERNET 2017-02-02 14:43:51 +00:00
Kconfig.enc28j60 spell: fix Kconfig help typos: /boards /drivers 2017-04-21 21:31:30 +00:00
Kconfig.mcux eth/mcux: Turn down the PHY debug verbosity. 2017-03-09 20:33:47 +02:00
Kconfig.sam_gmac drivers: eth_sam_gmac: support reading MAC from I2C EEPROM 2017-04-28 15:01:08 +03:00
Makefile drivers: Add Atmel SAM family GMAC Ethernet driver 2017-02-01 21:01:19 +00:00
phy_sam_gmac.c net: convert to using newly introduced integer sized types 2017-04-21 09:30:38 -05:00
phy_sam_gmac.h net: convert to using newly introduced integer sized types 2017-04-21 09:30:38 -05:00