Skip to content
  1. Sep 24, 2017
    • Sakari Kapanen's avatar
      drivers/usbdev: Add RNDIS-over-USB driver · 67e9e1ef
      Sakari Kapanen authored
      67e9e1ef
    • Sakari Kapanen's avatar
      From b7b1826930c7da10416bceebce5d63dc8e4086ca Mon Sep 17 00:00:00 2001 · d0f72617
      Sakari Kapanen authored
      From: Sakari Kapanen <sakari.kapanen@optofidelity.com>
      Date: Sun, 24 Sep 2017 13:19:25 +0300
      Subject: [PATCH] ICMPv6: fix router advertisement
      
      Fixes several errors preventing icmpv6_radvertise.c from being compiled. Fixes conversions to network byte order (namely vlifetime, plifetime, mtu).
      
      IPv6 source address is set to link-local IP address instead of the address in the netdev structure. This is in compliance to RFC 4861. RA didn't work on Linux before this change.
      
      Finally, router prefix and prefix length are derived from the IPv6 address and netmask in the netdev structure. This seems to make more sense than using a predefined, separate prefix from the config.
      d0f72617
  2. Sep 23, 2017
  3. Sep 22, 2017
  4. Sep 21, 2017
  5. Sep 20, 2017
  6. Sep 19, 2017
  7. Sep 18, 2017
  8. Sep 17, 2017