Skip to content
  1. Jan 17, 2015
  2. Jan 16, 2015
  3. Jan 15, 2015
  4. Jan 14, 2015
    • Gregory Nutt's avatar
      Update ChangeLog · cf9795e4
      Gregory Nutt authored
      cf9795e4
    • Gregory Nutt's avatar
      Networking: (1) Copied all ICMP sources files to net/icmpv6 with proper... · a7ce1279
      Gregory Nutt authored
      Networking:  (1) Copied all ICMP sources files to net/icmpv6 with proper renaming and removal of IPv4 logic, (2) remove IPv6 logic from files in net/icmp, (3) copied include/nuttx/icmp.h to icmpv6.h and removed IPv4 specific logic, (4) removed all IPv6 logic from icmp.h, (5) IP_HDRLEN became IPv4_HDRLEN and IPv6_HDRLEN, (6) ip_chksum() became ipv4_chksum() and ipv6_chksum(), and (7) added partial support for ICMPv6 statistics.
      a7ce1279