Ivan Delamer
|
12e3b52f4d
|
fixed bug #39226: Validity of netif IPv6 address is not always checked
|
2015-03-18 11:56:48 -06:00 |
|
sg
|
f385193a89
|
Patch #8207 (Don't Use ND6 Prefix Flags Field When LWIP_IPV6_AUTOCONFIG Is Deasserted)
|
2015-03-06 21:03:21 +01:00 |
|
Philip Gladstone
|
ff078920bc
|
Patch #8360 (Speed up the acquisition of SLAAC addresses) - adapted to bug #43784
|
2015-03-06 20:58:30 +01:00 |
|
sg
|
72dcdb7655
|
fixed bug #43784 (a host should send at least one Router Solicitation)
|
2015-03-04 21:21:49 +01:00 |
|
sg
|
90a0590de1
|
patch by Zach Smith: fixed bug #38153 (nd6_input() byte order issues)
|
2015-03-04 20:49:02 +01:00 |
|
sg
|
ec5cf8593e
|
Continued chrysn's work: changed nearly all functions taking 'ip(X)_addr_t' pointer to take const pointers (changed user callbacks: raw_recv_fn, udp_recv_fn; changed port callbacks: netif_output_fn, netif_igmp_mac_filter_fn)
|
2015-02-22 21:46:35 +01:00 |
|
Simon Goldschmidt
|
33237419c1
|
Parts of patch #8397 Typos corrected in comments and text outputs
|
2014-09-18 21:15:13 +02:00 |
|
goldsimon
|
e4ddd6cb6d
|
Multiple fixes found by coverity scan
|
2014-04-30 12:22:31 +02:00 |
|
Simon Goldschmidt
|
7b63878926
|
Fixed bug #39224 Unused IPv6 address state defines in nd6
|
2014-02-25 22:26:02 +01:00 |
|
Simon Goldschmidt
|
018719d9d3
|
patch #8027: Completed HW checksuming for IPv4 and IPv6 ICMP's
|
2014-01-17 22:32:36 +01:00 |
|
Simon Goldschmidt
|
8609d1e790
|
fixed bug #38526 Coverity: Recursive Header Inclusion in ip6.h
|
2013-04-24 21:58:57 +02:00 |
|
Ivan Delamer
|
2b4c10e705
|
Support single-packet queueing in ND6 (similar to ARP), when
!LWIP_ND6_QUEUEING.
|
2012-03-22 11:14:49 -06:00 |
|
Ivan Delamer
|
ac4c802089
|
Disable leftover ND6 queueing code when !LWIP_ND6_QUEUING.
|
2012-03-22 10:25:50 -06:00 |
|
Ivan Delamer
|
22e7b674ed
|
Check arguments in nd6, and some other minor fixes nearby.
|
2012-03-02 09:27:14 -07:00 |
|
goldsimon
|
26e03b81fe
|
Fixed unused variable warning
|
2012-02-14 19:41:46 +01:00 |
|
Ivan Delamer
|
1d6347c9b0
|
Allow unicast NA messages without LLA option, in accordance to RFC2461
section 4.4, and as suggested by Phillip Toelke.
Change-Id: Ic9d9a6ad82ec201d25b9fc024936cfb1b41f1a7a
|
2012-01-27 14:54:39 -07:00 |
|
Ivan Delamer
|
2ce17a724a
|
Fix bug #34526: nd6_queue_packet() frees too much if out-of-memory
Change-Id: Ib7ac0cb1b5a5389dd5449a908485493bd085ba9d
|
2011-10-26 14:31:48 -06:00 |
|
Simon Goldschmidt
|
6058389974
|
nd6: use a static buffer to process RA options instead of using mem_malloc()
|
2011-09-11 13:44:08 +02:00 |
|
Ivan Delamer
|
b3f5c8f6b2
|
Use target address as source address in IPv6 neighbour advertisement
messages.
Change-Id: I06d28eb2903c539de0b51bd7420a81ebf4f28963
|
2011-08-04 16:36:44 -06:00 |
|
Simon Goldschmidt
|
435ac2a650
|
Fixed bug #33801 Corruption of nd6 tables
|
2011-07-19 21:56:19 +02:00 |
|
idelamer
|
12a948dacb
|
Allow routing IPv6 packets to neighbours with manually-configured non-link-local addresses.
|
2011-06-17 11:05:38 +00:00 |
|
goldsimon
|
89a1420609
|
Fix compilation error when checking for hidden variable names ('s8_t i' was hidden in some case statements in nd6_input()).
|
2011-06-08 16:31:55 +00:00 |
|
goldsimon
|
6865806b55
|
Combined IPv4 and IPv6 code where possible, added defines to access IPv4/IPv6 in non-IP code so that the code is more readable.
|
2011-05-25 17:16:35 +00:00 |
|
goldsimon
|
90a03a77ad
|
Added new files for IPv6
|
2011-05-17 19:54:40 +00:00 |
|