Commit History

Author SHA1 Message Date
  Gustavo Henrique Nihei 330eff36d7 sourcefiles: Fix relative path in file header 3 years ago
  Alin Jerpelea 7dc7ef45f1 net: nxstyle fixes 3 years ago
  Xiang Xiao 6a3c2aded6 Fix wait loop and void cast (#24) 4 years ago
  Gregory Nutt 863f617262 net/igmp and net/mld: Fix problem when both IGMP and MLD are enabled. The cannot share the same group list in the network devices structure. 6 years ago
  Gregory Nutt 0330743a9d net/inet: Add framework to support IPv4 and IPv6 protocol socket options (i.e., SOL_IP and SOL_IP6). This is build framework only (not actual socket options are yet handled). Handling of these socket options is a necessary step on the way to future ICMPv6 MLD support. 6 years ago
  Gregory Nutt 8ffb103adb networking: IGMP: Remove special support for interrupt level processing (there is none) and fix some timer cancellation logic. In many files, correct comments. There is no interrupt level processing in the networking layer. 7 years ago
  Gregory Nutt fc3540cffe Replace all occurrences of vdbg with vinfo 8 years ago
  Gregory Nutt 5e938941a6 Networking: Replace all references to net_ipaddr_t with either in_addr_t on net_ipv6addr_t. The goal is to support both IPv4 and IPv6 simultaneously. This requires that the two types be distinct and not conditionally typedef'ed to net_ipaddr_t. 9 years ago
  Gregory Nutt 60246e613b NET: emoved all includes of uip.h; added includes of ip.h wherever needed. Tried to fix problems of the now missing sneak inclusions because uip.h was removed. There are probably a few of these that were missed. 10 years ago
  Gregory Nutt 0bb153b8cb Remove all inclusion of uip.h 10 years ago
  Gregory Nutt c362f21815 NET: Rename uip_ipaddr* to net_ipaddr* 10 years ago
  Gregory Nutt 899dc193ca NET: Renaming of IP address types 10 years ago
  Gregory Nutt 5790c94ba3 Rename net/uip to net/devif. Rename uip/uip.h to devif/devif.h 10 years ago
  Gregory Nutt fce2a79abd Rename uip_driver_s net_driver_s 10 years ago
  Gregory Nutt f57024406a Clean up IGMP naming 10 years ago