nuttx/net
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
..
arp
bluetooth
can poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
devif udp: Add support for SO_TIMESTAMP 2023-11-18 03:10:29 -08:00
icmp poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
icmpv6 ipv6: Fix source address with many addresses in same network 2023-12-13 06:13:25 -08:00
ieee802154
igmp igmp: call IFF_SET_IPv4 when igmp_send 2023-11-16 07:29:48 -08:00
inet ipv6: Fix source address with many addresses in same network 2023-12-13 06:13:25 -08:00
ipforward
ipfrag
local poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
mld
nat
neighbor
netdev ipv6: Fix source address with many addresses in same network 2023-12-13 06:13:25 -08:00
netfilter
netlink Remove @ and % tag from all comments 2023-12-11 17:00:10 -03:00
pkt
procfs net/procfs: Support printing multiple IPv6 address per netdev 2023-11-07 19:30:36 +08:00
route
rpmsg poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
sixlowpan
socket udp: Add support for SO_TIMESTAMP 2023-11-18 03:10:29 -08:00
tcp ipv6: Fix source address with many addresses in same network 2023-12-13 06:13:25 -08:00
udp ipv6: Fix source address with many addresses in same network 2023-12-13 06:13:25 -08:00
usrsock poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
utils net/utils: Switch argument order of net_ipv6_pref2mask 2023-11-07 19:30:36 +08:00
CMakeLists.txt
Kconfig udp: Add support for SO_TIMESTAMP 2023-11-18 03:10:29 -08:00
Makefile
net_initialize.c