zephyr/subsys/net/lib/http
Ravi kumar Veeramally 3fafe4f9ad net: ipv6: Handle large IPv6 packets properly
Current implementation does not handle large extension headers
(e.g HBHO). Which resulted network stack crashes or due to
misinterpretation of lengths network packets are dropped. Also
caused issues while preparing IPv6 packet (e.g. large HBHO header
with IPv6 fragmentation support).

Issues fixed and provided more unit tests.

Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
2018-07-23 15:01:09 +03:00
..
CMakeLists.txt net: http: Remove the old legacy API 2018-01-29 22:44:45 -05:00
http.c net: websocket: Initial support for server websocket 2018-03-15 15:17:36 +02:00
http_client.c net: http: Provide destination address in http replies 2018-03-05 10:23:17 +01:00
http_parser.c net: lib: http: split out URL parsing as a separate CONFIG 2017-10-17 08:08:16 -04:00
http_parser_url.c net: lib: http: split out URL parsing as a separate CONFIG 2017-10-17 08:08:16 -04:00
http_server.c net: ipv6: Handle large IPv6 packets properly 2018-07-23 15:01:09 +03:00
Kconfig subsys: kconfig: Remove 'default n' properties and clean up a bit 2018-07-12 23:13:22 -04:00
README_http_parser net: lib: http: split out URL parsing as a separate CONFIG 2017-10-17 08:08:16 -04:00