This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 26536f9f55 boards/stm32f7: rework boards to not use
CONFIG_STM32F7_USE_LEGACY_PINMAP=y
add 2e6d0815b2 nuttx/net:Support to PMTUD
No new revisions were added by this update.
Summary of changes:
net/devif/devif.h | 16 +++
net/devif/devif_poll.c | 67 ++++++++++++
net/icmp/Kconfig | 13 +++
net/icmp/Make.defs | 4 +
net/icmp/icmp.h | 42 ++++++++
net/icmp/icmp_input.c | 39 +++++++
.../task/task_tls_alloc.c => net/icmp/icmp_pmtu.c | 114 ++++++++++-----------
net/icmpv6/Kconfig | 13 +++
net/icmpv6/Make.defs | 4 +
net/icmpv6/icmpv6.h | 40 ++++++++
net/icmpv6/icmpv6_input.c | 28 +++++
.../task_tls_alloc.c => net/icmpv6/icmpv6_pmtu.c | 113 ++++++++++----------
net/ipfrag/ipfrag.c | 2 +-
13 files changed, 372 insertions(+), 123 deletions(-)
copy sched/task/task_tls_alloc.c => net/icmp/icmp_pmtu.c (53%)
copy sched/task/task_tls_alloc.c => net/icmpv6/icmpv6_pmtu.c (53%)