Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
a94f179252d496be43f515e425bd23fa8f8db1ee
/
subsys
/
net
/
ip
/
ipv6.c
a94f179
net: Add ll addresses on net_if_send_data
by Luiz Augusto von Dentz
· 8 years ago
4540a73
net: Use lighter printk() instead of printf()
by Ravi kumar Veeramally
· 8 years ago
d3301aa
net: ipv6: Check neighbor pointer in NS reply timeout
by Jukka Rissanen
· 8 years ago
f3c66e5
net: ipv6: fix NULL reference in handle_ra_neighbor
by Michael Scott
· 8 years ago
7b674cb
net: linkaddr: introduce net_linkaddr_set function
by Michael Scott
· 8 years ago
ac74d8b
license: Replace Apache boilerplate with SPDX tag
by David B. Kinder
· 8 years ago
a5b694f
net: tcp: Select correct source address for SYNACK packets
by Andy Ross
· 8 years ago
a1aa08c
net: ip: Improve logging by adding a dedicated sys_log level
by Tomasz Bursztyka
· 8 years ago
06e2b42
net: statistics: Make statistics calculation fully private
by Tomasz Bursztyka
· 8 years ago
9216e6c
net: Add ARG_UNUSED
by Flavio Santes
· 8 years ago
fc21a76
net: Fix incorrect logging format specifiers
by Johan Hedberg
· 8 years ago
3eaec41
net: Moved net/ to subsys/net
by Jukka Rissanen
· 8 years ago
[Renamed from net/yaip/ipv6.c]
4aefda3
net: ipv6: Make NA sending function public
by Jukka Rissanen
· 8 years ago
76623a5
net: ipv6: Fix debug print when DAD fails
by Jukka Rissanen
· 8 years ago
2825562
net: rpl: Add RPL option to IPv6 HBHO extension header
by Jukka Rissanen
· 8 years ago
314068d
net: Avoid compiler warning when compiled for Arduino 101 ARC
by Jukka Rissanen
· 8 years ago
57e5658
net: Fix IPv6 router lifetime handling
by Jukka Rissanen
· 8 years ago
83219ee
net: ipv6: RA messages were incorrectly handled
by Jukka Rissanen
· 8 years ago
4a7c146
net: ipv6: Print info about unknown RA options
by Jukka Rissanen
· 8 years ago
a1ea8ef
net: ipv6: Validity time is already in host byte order
by Jukka Rissanen
· 8 years ago
710e6c3
net: ipv6: Using unified kernel API
by Tomasz Bursztyka
· 8 years ago
aa9a552
net: if: Using unified kernel API
by Tomasz Bursztyka
· 8 years ago
1b58d97
net: ipv6: Move unspecified address getter to ipv6.c
by Jukka Rissanen
· 8 years ago
2d4e7b6
net: ipv6: Fix sending packets with invalid addresses
by Vinicius Costa Gomes
· 8 years ago
6b62183
net: Try to send IPv6 packet even if default route is missing
by Jukka Rissanen
· 8 years ago
3cd07ca
net: Create a separate buffer when sending IPv6 NA
by Jukka Rissanen
· 8 years ago
750a93d
net: Fix IPv6 address debug print
by Jukka Rissanen
· 8 years ago
cd4365d
net: Add IPv6 routing support
by Jukka Rissanen
· 8 years ago
a679403
net: Get IPv6 neighbor by using index
by Jukka Rissanen
· 8 years ago
abca88b
net: IPv6 neighbor debug prints enhanced
by Jukka Rissanen
· 8 years ago
88ae57f
net: Add utility function to return neighbor by index
by Jukka Rissanen
· 8 years ago
b602256
net: Moved IPv6 neighbor information struct to ipv6.h file
by Jukka Rissanen
· 8 years ago
857b79f
net: Add API to set the IPv6 reachable timer
by Jukka Rissanen
· 8 years ago
b145ba1
net: Make neighbor add function available
by Jukka Rissanen
· 8 years ago
cac9d1b
net: Add support for embedding extra data to routing entries
by Jukka Rissanen
· 8 years ago
9ff4c5f
net: ipv6: net_ipv6_create() should know about TCP
by Leandro Pereira
· 8 years ago
ddda50c
net: tcp: Initial TCP functionality
by Jukka Rissanen
· 8 years ago
5fbca8a
net: Add support for 6CO
by Ravi kumar Veeramally
· 8 years ago
2d1475e
net: Fix ND RA length
by Ravi kumar Veeramally
· 8 years ago
c69b10a
net: Adopt new nbuf API's to RA message handlers.
by Ravi kumar Veeramally
· 8 years ago
330da1f
net: Fix handling onlink prefix
by Andrei Emeltchenko
· 8 years ago
99a14f9
net: Fix handling ra_neighbor
by Andrei Emeltchenko
· 8 years ago
92cfd51
net: Fix creating neighbour without l2addr
by Andrei Emeltchenko
· 8 years ago
fcd2238
net: Fix link address length calculation
by Andrei Emeltchenko
· 8 years ago
61dc5be
net: Íncorrectly named function in net_if.c
by Jukka Rissanen
· 8 years ago
3919c69
net: Add IPv6 utility func to create IPv6 packet
by Jukka Rissanen
· 8 years ago
6cd33c4
net: Fix reachable timer accessing NULL pointer
by Jukka Rissanen
· 8 years ago
d020340
net: Add function to return neighbor by the index
by Jukka Rissanen
· 8 years ago
7043079
net: Fix the statistics compilation
by Jukka Rissanen
· 8 years ago
becf747
net: Split debug Kconfig options from legacy to new stack
by Tomasz Bursztyka
· 8 years ago
1896f01
net: Add debug print on IPv6 preliminary check
by Tomasz Bursztyka
· 8 years ago
58116f8
net: Do not access IPv6 neighbor cache directly
by Jukka Rissanen
· 8 years ago
181adfd
net: Add support for IPv6 prefix lifetime
by Jukka Rissanen
· 8 years ago
b94fc5c
net: Use target address in IPv6 NS to lookup neighbor
by Jukka Rissanen
· 8 years ago
282d020
net: Send available pending data after receiving IPv6 NA
by Jukka Rissanen
· 8 years ago
9329f4a
net: Add IPv6 ND reachability support
by Jukka Rissanen
· 8 years ago
7bc1159
net: Add neighbor free function to IPv6 cache
by Jukka Rissanen
· 8 years ago
0604534
net: Add network iface to neighbor creation call
by Jukka Rissanen
· 8 years ago
25f4fbd
net: Add more debugging prints in IPv6 ND handling
by Jukka Rissanen
· 8 years ago
5d7e085
net: Set initial neighbor value when IPv6 NS is received
by Jukka Rissanen
· 8 years ago
b8ec80f
net: IPv6 ND fixes
by Jukka Rissanen
· 8 years ago
f930344
net: Timeout a pending NS
by Jukka Rissanen
· 8 years ago
9c5149f
net: Utility helper to access IPv6 ND cache data
by Jukka Rissanen
· 8 years ago
f7a9b07
net: l2 layer reserve size might need extra parameter
by Tomasz Bursztyka
· 8 years ago
56d3dfd
net: Sent NS was two bytes too long
by Jukka Rissanen
· 8 years ago
08c54ec
net: Check ICMPv6 options length correctly
by Jukka Rissanen
· 8 years ago
a479612
net: Add a function to retrieve a neigh from an IPv6 address
by Tomasz Bursztyka
· 8 years ago
a0daca0
net: Fix IPv6 NS packet size check
by Tomasz Bursztyka
· 8 years ago
ad4fe09
net: IPv6 neighbor was not properly added to cache
by Jukka Rissanen
· 8 years ago
43acda5
net: No need to swap ll address in IPv6 module
by Jukka Rissanen
· 8 years ago
63d14c3
net: Check IPv6 NS, NA and RA messages for corruption
by Jukka Rissanen
· 8 years ago
d4aa154
net: Use proper ll header length when sending IPv6 NS
by Jukka Rissanen
· 8 years ago
14dc085
net: Do IPv6 ND if LL address is not known when sending
by Jukka Rissanen
· 8 years ago
2ea5bc5
net: Neighbor cache entry was not properly init
by Jukka Rissanen
· 8 years ago
961a32a
net: Add helper to create IPv6 packet
by Jukka Rissanen
· 8 years ago
2658ac7
net: IP address lookup functions return interface
by Jukka Rissanen
· 8 years ago
b8e3415
net: Let's use inline function for type checking for net_nbuf
by Tomasz Bursztyka
· 8 years ago
482d7c6
net: Refactored IPv6 DAD and ND activation
by Jukka Rissanen
· 8 years ago
57ab8e0
net: Make IPv6 ND optional
by Jukka Rissanen
· 8 years ago
eca55e1
net: Initial router advertisement support
by Jukka Rissanen
· 8 years ago
66f87c9
net: Initial router solicitation support
by Jukka Rissanen
· 8 years ago
9b3d837
net: Initial IPv6 neighbor discovery support
by Jukka Rissanen
· 8 years ago