zephyr/subsys/net
Tomasz Bursztyka b04e71901f net/icmpv4: Disable broadcast echo request reply by default
Accepting broadcast echo request and replying to it could provide an
attack vector.

Fixes #12162

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2019-01-08 13:42:18 +02:00
..
ip net/icmpv4: Disable broadcast echo request reply by default 2019-01-08 13:42:18 +02:00
l2 net: ethernet: Clean an obscure ref/unref logic in ethernet_send() 2019-01-08 13:39:40 +02:00
lib net: pkt: net_frag_linearize: Make consistent with net_buf_linearize 2019-01-08 11:06:56 +02:00
buf.c net: buf: linearize: Never return -ENOMEM, just do what user asked to 2019-01-08 11:06:56 +02:00
CMakeLists.txt net: l2: Move the layer 2 code into subsys/net/ 2018-06-27 17:02:59 +03:00
hostname.c net: Clarify logging in networking code 2018-12-07 12:00:04 +02:00
Kconfig net: buf: Use proper Kconfig log level template 2018-10-24 15:10:33 +03:00
Kconfig.hostname net: Convert core IP stack to use log levels 2018-10-04 14:13:57 +03:00
Kconfig.template.log_config.default.net net: Convert core IP stack to use log levels 2018-10-04 14:13:57 +03:00
Kconfig.template.log_config.net net: Clarify logging in networking code 2018-12-07 12:00:04 +02:00
TODO