Commit History

Author SHA1 Message Date
  Gregory Nutt efe65749ce Fix condition logic: The setup seems to support a network without sockets. That is not the case. 5 years ago
  Gregory Nutt c65e1aa3df Squashed commit of the following: 6 years ago
  Gregory Nutt b54ffe858a Standardization of some function headers. 6 years ago
  Gregory Nutt d5207efb5a Be consistent... Use Name: consistent in function headers vs Function: 7 years ago
  Gregory Nutt 7467329a98 Eliminate CONFIG_NO_NOINTS. Lots of files changed -> lots of testing needed. 8 years ago
  Gregory Nutt 2c95fef501 Remove some empty code section comments 8 years ago
  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 years ago
  Gregory Nutt aec4528882 Cosmetic standardization of some naming in comments 9 years ago
  Gregory Nutt 76fa58ee00 Move all socket-related files from net/ to net/socket. Move net/net.h to net/socket/socket.h 10 years ago
  Gregory Nutt fce2a79abd Rename uip_driver_s net_driver_s 10 years ago
  Gregory Nutt 953764181e NET: Move net/netdev*.c to net/netdev/netdev*.c 10 years ago