On Thu, 8 Sept 2022 at 05:59, Viacheslav Mitrofanov <v.v.mitrofa...@yadro.com> wrote: > > Implement basic of NDP. It doesn't include such things as Router > Solicitation, Router Advertisement and Redirect. It just has Neighbor > Solicitation and Neighbor Advertisement. Only these two features are used > in u-boot IPv6. Implementation of some NDP functions uses API that was > exposed in "net: ipv6: Add IPv6 basic primitives". > > Also this patch inlcudes update in Makefile to build NDP. > > Series-changes: 3 > - Added structures and functions descriptions > - Fixed style problems > > Series-changes: 4 > - Fixed structures and functions description style > > Signed-off-by: Viacheslav Mitrofanov <v.v.mitrofa...@yadro.com> > --- > include/ndisc.h | 102 +++++++++++++++++ > net/Makefile | 1 + > net/ndisc.c | 289 ++++++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 392 insertions(+) > create mode 100644 include/ndisc.h > create mode 100644 net/ndisc.c
- Re: [PATCH 02/17] net: ipv6: Add IPv6 build o... Ramon Fried
- [PATCH 01/17] net: ipv6: Add IPv6 basic primitives Viacheslav Mitrofanov
- Re: [PATCH 01/17] net: ipv6: Add IPv6 basic p... Simon Glass
- [PATCH 03/17] net: ipv6: Add callbacks declaration... Viacheslav Mitrofanov
- Re: [PATCH 03/17] net: ipv6: Add callbacks de... Ramon Fried
- [PATCH 05/17] net: ipv6: Add string_to_ip6 convert... Viacheslav Mitrofanov
- Re: [PATCH 05/17] net: ipv6: Add string_to_ip... Simon Glass
- [PATCH 06/17] net: ipv6: Enable IPv6 typeconversio... Viacheslav Mitrofanov
- Re: [PATCH 06/17] net: ipv6: Enable IPv6 type... Simon Glass
- [PATCH 04/17] net: ipv6: Add Neighbor Discovery Pr... Viacheslav Mitrofanov
- Re: [PATCH 04/17] net: ipv6: Add Neighbor Dis... Simon Glass
- Re: [PATCH 04/17] net: ipv6: Add Neighbor... Vyacheslav Mitrofanov V
- Re: [PATCH 04/17] net: ipv6: Add Neig... Simon Glass
- [PATCH 09/17] net: ipv6: Incorporate IPv6 support ... Viacheslav Mitrofanov
- Re: [PATCH 09/17] net: ipv6: Incorporate IPv6... Simon Glass
- [PATCH 10/17] net: tftp: Add IPv6 support for tftp... Viacheslav Mitrofanov
- Re: [PATCH 10/17] net: tftp: Add IPv6 support... Simon Glass
- [PATCH 08/17] net: ipv6: Add implementation of mai... Viacheslav Mitrofanov
- Re: [PATCH 08/17] net: ipv6: Add implementati... Simon Glass
- [PATCH 11/17] net: ping6: Add ping6 command Viacheslav Mitrofanov
- Re: [PATCH 11/17] net: ping6: Add ping6 comma... Simon Glass