zephyr/drivers
Jukka Rissanen 29fdc8f956 drivers: eth: mcux: Fix buffer overflow
If we were trying to send max MTU size data, then the temporary
frame_buf was overflowing because it only allocated 1500 bytes
for the buffer but then copied 1514 bytes into it (max mtu +
ethernet header).

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-09-30 13:38:12 -04:00
..
adc mcux: nxp_kinetis: Move HAS_ADC16 config to ext 2017-09-25 12:31:59 -05:00
aio drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
bluetooth Bluetooth: hci: spi: add support for new SPI API 2017-08-15 22:58:02 +03:00
clock_control Kconfig: make all syslog variables depend on SYS_LOG 2017-08-04 14:34:54 -05:00
console net: Fix LLVM compiler warnings 2017-08-09 12:50:50 -04:00
counter drivers, net: Clean up semaphore initialization 2017-07-27 15:23:07 -04:00
crc drivers: crc: Add 'pad' parameter to crc16() 2017-08-17 22:19:19 -04:00
crypto drivers/crypto: Add mbedTLS shim crypto driver 2017-08-17 22:20:23 -04:00
display drivers/display: mb_display: Fix struct member alignment 2017-08-09 12:23:28 -04:00
dma drivers: dma: remove deprecated API functions 2017-09-22 07:50:20 -04:00
ethernet drivers: eth: mcux: Fix buffer overflow 2017-09-30 13:38:12 -04:00
flash flash: stm32: stm32l4: add page layout support 2017-09-11 11:41:57 -04:00
gpio cleanup: Move #include directives 2017-09-11 12:41:07 -04:00
grove spell: fix Kconfig help typos: /boards /drivers 2017-04-21 21:31:30 +00:00
i2c drivers: i2c: remove usage of bitfield access for cfg 2017-09-20 10:16:14 -05:00
i2s drivers: Add I2S (Inter-IC Sound) driver infrastructure 2017-08-14 11:14:34 -04:00
ieee802154 drivers: ieee802154: cc2520: Fix compiler warning 2017-08-30 11:54:43 -04:00
interrupt_controller arch: arc: add nested interrupt support 2017-08-10 12:47:15 -04:00
ipm drivers: IPM: Refactor IPM driver using u32_t registers 2017-06-05 21:50:15 -04:00
pci linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
pinmux pinmux: stm32: stm32f4: Add PWM3 channels on PC 6, 7, 8 and 9 2017-09-13 10:07:44 -05:00
pwm mcux: nxp_kinetis: Move HAS_FTM config to ext 2017-09-25 12:31:59 -05:00
random mcux: nxp_kinetis: Move HAS_TRNG config to ext 2017-09-25 12:31:59 -05:00
rtc drivers, net: Clean up semaphore initialization 2017-07-27 15:23:07 -04:00
sensor drivers: sensor: clean up Kconfig files 2017-09-21 15:47:58 -04:00
serial mcux: nxp_kinetis: Move HAS_LPSCI config to ext 2017-09-25 12:31:59 -05:00
shared_irq spell: fix Kconfig help typos: /boards /drivers 2017-04-21 21:31:30 +00:00
slip net: slip: Clarify slip settings in Kconfig 2017-07-28 10:45:47 +03:00
spi drivers/spi: Use sync_status relevantly in DW driver 2017-09-15 08:07:41 -04:00
timer tests: benchmark: timing_info: Add support for nrf series processors 2017-08-31 14:25:31 -04:00
usb usb: Allow to select configuration for composite devices 2017-09-21 09:00:23 -04:00
watchdog drivers: watchdog: esp32: Acknowledge watchdog interrupt 2017-08-25 15:31:46 -04:00
Kconfig drivers: Add I2S (Inter-IC Sound) driver infrastructure 2017-08-14 11:14:34 -04:00
Makefile drivers: Add I2S (Inter-IC Sound) driver infrastructure 2017-08-14 11:14:34 -04:00