zephyr/subsys/net
Tomasz Gorochowik 0604c30a1b net: gptp: Fix pkt allocation with debugs enabled
Commit 44964c735e ("net/gptp: Switch GPTP to new net_pkt API") changed
the callback used for allocation (from net_pkt_get_reserve_tx to
net_pkt_alloc_with_buffer), but for compilation with
CONFIG_NET_DEBUG_NET_PKT_ALLOC enabled, both callbacks are used
(the first pointer was just overwritten, causing MPU FAULT).

This commit removes the extra callback and fixes the fault.

Signed-off-by: Tomasz Gorochowik <tgorochowik@antmicro.com>
2019-02-14 05:15:25 -06:00
..
ip net: context: can: Fix typo in Kconfig option name 2019-02-13 09:18:36 -06:00
l2 net: gptp: Fix pkt allocation with debugs enabled 2019-02-14 05:15:25 -06:00
lib net: lwm2m: fix NULL deref in plain_text_read_number() 2019-02-13 21:02:53 -05:00
CMakeLists.txt
Kconfig
Kconfig.hostname
Kconfig.template.log_config.default.net
Kconfig.template.log_config.net
TODO
buf.c net: buf: Add net_buf_pull_mem() API 2019-01-28 15:21:23 +02:00
hostname.c