nuttx/net/icmpv6
Petteri Aimonen c3a234fe99 ipv6: Fix source address with many addresses in same network
Previously ipv6 multi-address support decided packet source
address based on its destination. This doesn't work if NuttX
device has multiple addresses within same subnet.

Instead when a packet is a response to existing connection,
the source address should be based on the destination address
used in the received packet.
2023-12-13 06:13:25 -08:00
..
CMakeLists.txt cmake:complete missing changes during reforming for net 2023-09-13 21:51:20 +08:00
icmpv6_advertise.c net: Support multiple IPv6 address per netdev 2023-11-07 19:30:36 +08:00
icmpv6_autoconfig.c net: Support multiple IPv6 address per netdev 2023-11-07 19:30:36 +08:00
icmpv6_conn.c icmpv6: add SOCK_RAW type support 2023-05-07 22:43:10 +08:00
icmpv6_input.c ipv6: Fix source address with many addresses in same network 2023-12-13 06:13:25 -08:00
icmpv6_ioctl.c net: Add FIOC_FILEPATH ioctl support for ICMP(v6)/RPMsg/Usrsock sockets 2023-08-15 15:00:59 +08:00
icmpv6_linkipaddr.c
icmpv6_neighbor.c net: Support multiple IPv6 address per netdev 2023-11-07 19:30:36 +08:00
icmpv6_netpoll.c poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
icmpv6_notify.c
icmpv6_pmtu.c nuttx/net:Support to PMTUD 2023-05-12 10:21:52 -03:00
icmpv6_poll.c
icmpv6_radvertise.c net: Support multiple IPv6 address per netdev 2023-11-07 19:30:36 +08:00
icmpv6_recvmsg.c net/assert: remove all unnecessary check for psock/conn 2023-08-30 20:36:49 +08:00
icmpv6_reply.c ipv6: Fix source address with many addresses in same network 2023-12-13 06:13:25 -08:00
icmpv6_rnotify.c net/icmpv6:Optimize the process of obtaining the IPv6 address through RA. 2023-12-05 23:40:37 -08:00
icmpv6_rsolicit.c net: Support multiple IPv6 address per netdev 2023-11-07 19:30:36 +08:00
icmpv6_sendmsg.c net: Support multiple IPv6 address per netdev 2023-11-07 19:30:36 +08:00
icmpv6_sockif.c net/assert: remove all unnecessary check for psock/conn 2023-08-30 20:36:49 +08:00
icmpv6_solicit.c net: Support multiple IPv6 address per netdev 2023-11-07 19:30:36 +08:00
icmpv6.h net/icmpv6:Optimize the process of obtaining the IPv6 address through RA. 2023-12-05 23:40:37 -08:00
Kconfig Add CONFIG_NET_ICMPv6_ROUTER_LIFETIME 2023-09-27 00:51:20 +08:00
Make.defs nuttx/net:Support to PMTUD 2023-05-12 10:21:52 -03:00