zephyr/subsys
Jukka Rissanen 7a07f23da7 net: tcp: Store MSS in tcp header correctly
Use UNALIGNED_PUT() to store the MSS value into network packet
because the memory location cannot be guaranteed to be properly
aligned.

Change-Id: I77fd7a70ef45eedb657cac29457b0239b0a1d4c2
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-04-13 15:21:41 +03:00
..
bluetooth Bluetooth: GATT: Fix wrong check for empty database 2017-04-10 17:45:46 +00:00
console Revert "subsys/console: Yield on char availability." 2017-04-06 14:56:23 +03:00
debug debug: rename variable CONFIG_GDB_RAM_SIZE 2017-04-11 03:14:24 +00:00
disk license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
fs fat: match type info expected by fat library for f_write 2017-01-30 12:01:50 +00:00
logging subsys/logging: sys_event_logger_get: Fix k_sem_take() success check. 2017-04-06 21:14:22 +00:00
net net: tcp: Store MSS in tcp header correctly 2017-04-13 15:21:41 +03:00
shell shell: If enabled, let's register telnet console as an input 2017-01-27 12:35:53 +02:00
usb license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig subsys: console: Add pull-style console API support. 2017-04-01 20:44:17 +00:00
Makefile subsys: console: Add pull-style console API support. 2017-04-01 20:44:17 +00:00