zephyr/drivers
Piotr Mienkowski 323db1e366 drivers: eth_sam_gmac: Make sure not to leak net_buf in RX
Check net_recv_data() return value, if it returns an error release
the net_buf. Based on a fix in eth_mcux driver.

Change-Id: I44ca5fd8dfb7175620b7e8850a68443100039db6
Signed-off-by: Piotr Mienkowski <piotr.mienkowski@gmail.com>
2017-04-13 15:21:43 +03:00
..
adc drivers: Remove unnecessary CONFIG_SYS_POWER_DEEP_SLEEP 2017-02-10 16:27:32 +00:00
aio ext qmsi: Update to QMSI 1.4 RC2 2017-02-08 11:59:12 +00:00
bluetooth Bluetooth: Make bt_hci_driver instances link-time constants 2017-03-21 17:05:42 -07:00
clock_control clock: stm32f4: Fix range of CLOCK_STM32F4X_PLLN_MULTIPLIER config 2017-03-27 09:05:57 -05:00
console ipm_console: add Kconfig for receiver stack size 2017-03-06 16:58:20 +00:00
counter drivers: Remove unnecessary CONFIG_SYS_POWER_DEEP_SLEEP 2017-02-10 16:27:32 +00:00
crc crc16: Create function for computing CRC 16 2017-04-13 15:21:42 +03:00
crypto license: replace APL2.0 license with SPDX 2017-02-20 16:59:46 +00:00
display drivers: display: mb_display: Unify image and string APIs 2017-04-06 00:59:30 +00:00
dma dma: stm32f4x: Fix warning when !SYS_LOG_INF 2017-04-09 15:44:48 +00:00
ethernet drivers: eth_sam_gmac: Make sure not to leak net_buf in RX 2017-04-13 15:21:43 +03:00
flash flash/stm32: driver for STM32F4x series 2017-02-22 18:08:57 -06:00
gpio gpio: Add gpio_mmio32 driver to access basic 32-bit i/o registers 2017-04-04 17:55:13 -05:00
grove grove: fix variable type mismatch 2017-02-11 00:14:15 +00:00
i2c drivers: i2c: place all I2C Kconfig options in submenu 2017-04-08 00:12:30 +00:00
ieee802154 drivers/ieee802154: Adding support for CC2520 ccm crypto 2017-03-31 10:39:33 +02:00
interrupt_controller interrupt_controller: added support for the SiFive Freedom E310 PLIC driver 2017-04-02 15:15:16 +00:00
ipm ipm: fix Makefile to include drivers correctly 2017-02-15 02:07:15 +00:00
pci license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
pinmux kernel: remove all remaining references to nanokernel 2017-04-10 20:21:10 +00:00
pwm drivers: stm32: clean up after stm23cube based clock control 2017-02-10 14:47:41 -06:00
random random: add MCUX TRNG driver 2017-03-02 14:13:27 +00:00
rtc drivers: Remove unnecessary CONFIG_SYS_POWER_DEEP_SLEEP 2017-02-10 16:27:32 +00:00
sensor sensor: hp206c: sensor does not support trigger 2017-04-10 16:07:48 +00:00
serial cc3200: Resolve DTS fixup. 2017-04-04 17:55:12 -05:00
shared_irq license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
slip drivers: slip: Fix memory corruption when receiving packet 2017-03-17 10:34:44 +02:00
spi arm: spi: spi master support for nrf52 family 2017-04-04 17:55:13 -05:00
timer kconfig: rename non-Kconfig CONFIG_* variables 2017-04-11 03:14:23 +00:00
usb license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
watchdog watchdog: Add WDT driver for Atmel SAM SoCs 2017-03-09 13:43:17 +00:00
Kconfig drivers: Add support for BBC micro:bit LED display 2017-04-04 08:14:36 +03:00
Makefile crc16: Create function for computing CRC 16 2017-04-13 15:21:42 +03:00