Commit History

Author SHA1 Message Date
  whitequark 2bfcad534d Documentation! 8 years ago
  whitequark 03212f2843 Get rid of the #![feature(associated_consts)]. 8 years ago
  whitequark 1c54449bec Get rid of the #![feature(const_fn)]. 8 years ago
  whitequark 6641793b29 Get rid of the #![feature(step_by)]. 8 years ago
  whitequark 88b163f63a Suppress unused variable warnings in net_trace!. 8 years ago
  whitequark 72e3427ff7 Add a use_alloc feature. 8 years ago
  whitequark 174bbcee86 Rename features: std→use_std, logging→use_log. 8 years ago
  whitequark 086308d716 Add logging capability. 8 years ago
  whitequark 59dae01e9c Rethink the buffering strategy with Managed<T>. 8 years ago
  whitequark 8ff9b17a97 Significantly simplify buffering. 8 years ago
  whitequark 659f6ed6f6 Implement UDP sockets. 8 years ago
  whitequark 4da6b0bf61 Implement ICMPv4 echo replies. 8 years ago
  whitequark a1587fef21 Implement IPv4 representation parsing and emission. 8 years ago
  whitequark f2104eb969 Implement IPv4 packet support. 8 years ago
  whitequark 2fbf820de8 Implement ARP replies. 8 years ago
  whitequark dea581fa10 Implement an ARP LRU cache. 8 years ago
  whitequark f926fea49e Implement TAP interface support. 8 years ago
  whitequark 6a8989381f Implement a trait for sending and receiving frames. 8 years ago
  whitequark ef87849068 smoltcp::interface → smoltcp::phy. 8 years ago
  whitequark 10d538c02f Implement raw socket interface and tcpdump. 8 years ago
  whitequark 34d5e1bb6a Move protocol-related data structures to smoltcp::wire. 8 years ago
  whitequark 68d9c86a5b Implement ARP representation parsing and emission. 8 years ago
  whitequark 183bfa274f Imlpement ARP packet support. 8 years ago
  whitequark bc8b038fd1 Implement Ethernet II frame support. 8 years ago