zephyr/subsys
Tomasz Bursztyka 10c4841835 net/net_if: Do not set TCP related flags on non-INET/6 family
Such sent flag is in a union in net_pkt, shared with a gptp flag.
Tweaking it when the family is not AF_INET or AF_INET6 will generate
corrupted gptp packets.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2018-11-30 11:12:13 -08:00
..
app_memory
bluetooth Bluetooth: Mesh: Fix matching for all elements of an LPN 2018-11-29 17:55:23 +02:00
console subsys: console: tty: Use tty_putchar() instead of console_putchar() 2018-11-30 08:05:40 -08:00
cpp c++: kconfig: EXCEPTIONS needs to depend on NEWLIB_LIBC 2018-11-28 13:51:35 -08:00
debug debug: tracing: Add CPU stats module 2018-11-30 11:01:32 -08:00
dfu dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
disk subsys: disk: move conditional location 2018-11-02 15:31:44 -05:00
fb subsys: add monochrome character framebuffer 2018-10-16 14:54:47 -04:00
fs dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
logging logging: Make logging thread priority fixed 2018-11-30 10:59:02 -08:00
mgmt subsys/mgmt: Avoid C++ comments inside C comments 2018-11-15 17:38:25 -05:00
net net/net_if: Do not set TCP related flags on non-INET/6 family 2018-11-30 11:12:13 -08:00
power power: Move application level API's to public header 2018-11-26 18:38:40 -08:00
random
settings
shell shell: utils: Remove dead code 2018-11-30 08:06:40 -08:00
stats stats: move from misc to subsys/stats 2018-11-12 08:01:15 -05:00
storage storage: flash_map: Make flash_map as extern 2018-11-20 11:15:16 +01:00
usb net/iface: Switch fully to a one-pass sending logic in net_if 2018-11-30 11:12:13 -08:00
CMakeLists.txt stats: move from misc to subsys/stats 2018-11-12 08:01:15 -05:00
Kconfig Build: Improve C++ support 2018-10-29 09:15:04 -04:00