提交历史

作者 SHA1 备注 提交日期
  Gregory Nutt ae78a925eb Add support for an in-memory routing table cache in order to improve performance when the routing table is retained in a file. The cache holds the most recently used routing table entries and so can eliminate some file access. 7 年之前
  Gregory Nutt 44d88abb83 This commit adds support for routing tables in files in a file system. This might be useful for customized, per-unit routing tables. 7 年之前
  Gregory Nutt 467c31637f Minor cleanup after laster squashed merge. 7 年之前
  Gregory Nutt 3aa18ef56e Addes support for read-only routing tables. Prior to this change, routing tables were only support in RAM and had to be initialized with explicit logic to add the necessary routes to the routing table. With this change, routes may be defined in the pre-initialized, read-only routing table provided by the board-specific logic 7 年之前
  Gregory Nutt 4dceea4901 Network routing table: Trivial name changes to make IPv4 and IPv6 more symmetric. Add debug logic to dump the content of the router table. 7 年之前
  Gregory Nutt 64c8dba8c4 NET: Create net/sockets directory and hook into the build/configuration system 10 年之前
  Gregory Nutt d120befd39 NET: Move routing table functions to net/route 10 年之前