提交历史

作者 SHA1 备注 提交日期
  Gregory Nutt efe65749ce Fix condition logic: The setup seems to support a network without sockets. That is not the case. 5 年之前
  Gregory Nutt c65e1aa3df Squashed commit of the following: 6 年之前
  Gregory Nutt b54ffe858a Standardization of some function headers. 6 年之前
  Gregory Nutt d5207efb5a Be consistent... Use Name: consistent in function headers vs Function: 7 年之前
  Gregory Nutt 7467329a98 Eliminate CONFIG_NO_NOINTS. Lots of files changed -> lots of testing needed. 8 年之前
  Gregory Nutt 2c95fef501 Remove some empty code section comments 8 年之前
  Gregory Nutt 33085cb309 Networking: The network device list was protected by a re-entrant semaphore. With the recent change to support network device callback, the network stack needs to access the network device list too. Some drivers, however, run the network stack from the interrupt level -- this is bad but a fact in the current state. Of course,those drivers are unable to take the semaphore and will assert. 9 年之前
  Gregory Nutt aec4528882 Cosmetic standardization of some naming in comments 9 年之前
  Gregory Nutt 76fa58ee00 Move all socket-related files from net/ to net/socket. Move net/net.h to net/socket/socket.h 10 年之前
  Gregory Nutt fce2a79abd Rename uip_driver_s net_driver_s 10 年之前
  Gregory Nutt 953764181e NET: Move net/netdev*.c to net/netdev/netdev*.c 10 年之前