Commit History

Author SHA1 Message Date
  patacongo 3a3539f2be net/: Fix some new problems found by the current nxstyle with .c files in the net/ directory. (#92) 4 years ago
  Xiang Xiao 6a3c2aded6 Fix wait loop and void cast (#24) 4 years ago
  Gregory Nutt 1346f29151 net/: Fix alignment and spacing problems found by tools/nxstyle. 5 years ago
  Gregory Nutt 88130a996a net/: Fixes for more coding standard issues detected by nxstyle. 6 years ago
  Gregory Nutt b54ffe858a Standardization of some function headers. 6 years ago
  Gregory Nutt 376e30dab4 net/route: Fix a couple of compile-related issues that have crept in sense the last time the file-based routing table was used. 6 years ago
  Gregory Nutt e4652bd3dc Squashed commit of the following: 6 years ago
  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 years ago
  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 years ago